all groups > asp.net > january 2004 >
You're in the

asp.net

group:

Repeater DataSource


Repeater DataSource FatboyCanteen
1/27/2004 11:01:09 PM
asp.net: I am using a Repeater control(id=Repeater1) to bind a dataset!
However, I failed to work for below Command
Dim ds as Dataset = CType(Repeater1.datasource, DataSet)

I know it can be done by using datagrid !!
So, how I can do for this..

Re: Repeater DataSource FatboyCanteen
1/27/2004 11:51:05 PM
You mean that
Re: Repeater DataSource Hermit Dave
1/28/2004 7:13:05 AM
have a look at this article
http://msdn.microsoft.com/library/default.asp?url=/library/en-us/cpref/html/frlrfsystemwebuiwebcontrolsrepeaterclasstopic.asp

--
Regards,
HD
Once a Geek.... Always a Geek
[quoted text, click to view]

Re: Repeater DataSource Hermit Dave
1/28/2004 7:14:33 AM
Forgot to add something.. create a dataset seperately and then set it as the
datasource for the repeater... then bind it

--
Regards,
HD
Once a Geek.... Always a Geek
[quoted text, click to view]

Re: Repeater DataSource Hermit Dave
1/28/2004 7:58:03 AM
a complete example on how to use repeater control to display data from sql
server
http://msdn.microsoft.com/library/default.asp?url=/library/en-us/cpguide/html/cpconbindingsqldatatorepeatercontrol.asp

--
Regards,
HD
Once a Geek.... Always a Geek
[quoted text, click to view]

AddThis Social Bookmark Button