Loading a Dropdown using a stored procedure
New DiscussionHi,
I am trying populate a dropdown list on a webpage by using a store procedure. Basically when the SP is executed it will return the names of all of the active users in the database, which should then be populated into the ddl, its a basic get SP.
However i cannot figure out how to implement it with an infragisitcs dropdown. (i do have it working for a regular asp dropdown.) ive tried this:
WebDropDown1.DataSource =dataAccess.getUsers();;
WebDropDown1.TextField = "ProductName";
WebDropDown1.DataBind();
Where getUsers() is the SP. Any thoughts?
Sign In
to post a reply
Replies
Discussion created by
Favorites
Replies
Created On
Last Post
Discussion created by
Favorites
0 Replies
10 Created On
Aug 27, 2010 Last Post
16 years, 1 month ago