select controle
-
I would fill a html select control by a table in the database, and ^ more precisely by calling the method of loading data from the part DAL. thank you for your help
There are plenty of examples available showing how to use an ObjectDatasource control, http://msdn.microsoft.com/en-us/library/9a4kyhcx.aspx[^]. What precisely are you looking for
I know the language. I've read a book. - _Madmatt
-
There are plenty of examples available showing how to use an ObjectDatasource control, http://msdn.microsoft.com/en-us/library/9a4kyhcx.aspx[^]. What precisely are you looking for
I know the language. I've read a book. - _Madmatt
-
I want to fill a html select control instead of dropdownliste with the result of a method that loads data from a database
HTML select element is rendered by and ASP.NET dropdownlist. Please learn the tools and environment you are trying to use.
I know the language. I've read a book. - _Madmatt