Posted on: 6/26/2015 2:48:17 PM | Views : 680

Hello All,
I do have some experience in VB and C#, but trying to apply some knowledge to ASP.NET as well. However , ASP does not work as simple as the first 2 do.
What I am trying to do here is populate data from a stored procedure that selects the list of data that I am looking for:
Create Procedure [dbo].[GetJobCategory] AS SELECT dbo.Category.Consortium FROM dbo.Category ORDER BY dbo.Category.Consortium ASC
How would I bind this data to a DropDownList on a gridview footer which has an insert line?
On the same token, based on the selection of the user I'd like to have another SP called after the choice is made and load the next DropDownList.
Thanks in advance for all your help.

Go to the complete details ...