Monday, March 12, 2012

visual studio

just one question:

how do i get the sql-connection that I created with my wonderfull toolbox to sent it results in my datalist.

I normal just make the connection in the code but to use visual studio like it was meant to be I want to use the toolbox the make my connection. I am not sure what I am doing wrong.

any help would be nice.

thanks in advanceIf I am understanding you correctly, your DataList in design mode will have a DataSource property that you can set to a command (or whatever) in design mode. You don't set connections as data sources because there's no data in a connection, it is merely a tunnel through which you can request or send information to or from a database.

0 comments:

Post a Comment