Re: How to bind data in datalist
- From: "Daniel Walzenbach" <daniel.walzenbach@xxxxxxxxxxxxxxxx>
- Date: Sun, 4 Sep 2005 23:31:12 +0200
Jay,
when get's your code executed? Did you place it in any eventhandler or how
is the structure of your application?
Regards
Daniel Walzenbach
"Jay Villa" <jayvilla@xxxxxxxxxxxxxxxx> schrieb im Newsbeitrag
news:u3Yc6xYsFHA.2936@xxxxxxxxxxxxxxxxxxxxxxx
>i can see it has records .... in the dataset ...
>
>
> "Daniel Walzenbach" <daniel.walzenbach@xxxxxxxxxxxxxxxx> wrote in message
> news:ufPCvdYsFHA.2592@xxxxxxxxxxxxxxxxxxxxxxx
>> Jay,
>>
>> can you verify that "Select * from userslist" returns any rows?
>>
>> when get's your code executed?
>>
>> Regards
>>
>> Daniel Walzenbach
>>
>>
>> "Jay Villa" <jayvilla@xxxxxxxxxxxxxxxx> schrieb im Newsbeitrag
>> news:eSrvkXYsFHA.1256@xxxxxxxxxxxxxxxxxxxxxxx
>>>I have a aspx webform which has executes a query
>>> "Select * from userslist"
>>>
>>> I have a datalist for which i have to bind this query
>>> Dim oDataAdapter As OracleDataAdapter = New OracleDataAdapter(sSQL,
>>> ClientConnection)
>>>
>>> Dim ds As New DataSet
>>>
>>> oDataAdapter.Fill(ds, "LoginInformation")
>>>
>>> dataListQueue.DataSource = ds '.Tables("LoginInformation").DefaultView
>>>
>>> dataListQueue.DataBind()
>>>
>>> In the item template I've
>>> <b>Model Number: </b> <%# DataBinder.Eval(Container.DataItem,
>>> "lastname")%>
>>>
>>> But I dont see anything on the form ....
>>>
>>> Any help ....
>>>
>>> -Jay
>>>
>>>
>>
>>
>
>
.
- Follow-Ups:
- Re: How to bind data in datalist
- From: Jay Villa
- Re: How to bind data in datalist
- References:
- How to bind data in datalist
- From: Jay Villa
- Re: How to bind data in datalist
- From: Daniel Walzenbach
- Re: How to bind data in datalist
- From: Jay Villa
- How to bind data in datalist
- Prev by Date: Re: Help -- SQLConnection Problem
- Next by Date: Re: tool to convert VB.NET into C#.NET
- Previous by thread: Re: How to bind data in datalist
- Next by thread: Re: How to bind data in datalist
- Index(es):
Relevant Pages
|