Hi,
I am trying to use CascadingDropDownList control with the Database.
I couldn't understand properly about the category parameter. What is this parameter? What value I can fill for this paramter?
I have to use CascadingDropDownList control in my project. I am using stored procedure to get data from database. Hence can anybody please guide me how to use this
category parameter with stored procedure?
Thanks for your reply Chetan. I have gone thru those links, but I couldn't understand what values to substitute in the place of category parameter.
In the following link (it is the first link from the list you have given): http://www.asp.net/ajaxLibrary/AjaxControlToolkitSampleSite/Walkthrough/CCDWithDB.aspx they have passed
Make, Model, Color as values for Category parameter at different CascadingDropDown controls. But, what does these represent? Are these Database tables? If it is the case, Since I have to use stored procedure
in my project, what I can substitute here?
In the second link: http://www.asp.net/ajaxLibrary/act_CascadingDropdown.ashx
The definition is given as:
•Category - The name of the category this DropDownList represents.
What does it mean? - I couldn't understand anything with this definition.
kak.mca
Member
67 Points
161 Posts
Doubt on CascadingDropDownList's category parameter
Feb 16, 2012 08:21 AM|LINK
Hi,
I am trying to use CascadingDropDownList control with the Database.
I couldn't understand properly about the category parameter. What is this parameter? What value I can fill for this paramter?
I have to use CascadingDropDownList control in my project. I am using stored procedure to get data from database. Hence can anybody please guide me how to use this category parameter with stored procedure?
Any example will be much appreciated.
Can anybody please guide me...
Advance thanks,
Ashok kumar.
chetan.sarod...
All-Star
66619 Points
11270 Posts
Re: Doubt on CascadingDropDownList's category parameter
Feb 17, 2012 02:31 AM|LINK
Hi, Please refer this
http://www.asp.net/ajaxLibrary/AjaxControlToolkitSampleSite/Walkthrough/CCDWithDB.aspx and http://www.asp.net/ajaxLibrary/act_CascadingDropdown.ashx
http://www.codeproject.com/Articles/32725/Using-CascadingDropDown-with-a-Database
Senior Software Engineer,
Approva Systems Pvt Ltd, Pune, India.
kak.mca
Member
67 Points
161 Posts
Re: Doubt on CascadingDropDownList's category parameter
Feb 17, 2012 03:19 AM|LINK
Thanks for your reply Chetan. I have gone thru those links, but I couldn't understand what values to substitute in the place of category parameter.
In the following link (it is the first link from the list you have given):
http://www.asp.net/ajaxLibrary/AjaxControlToolkitSampleSite/Walkthrough/CCDWithDB.aspx they have passed Make, Model, Color as values for Category parameter at different CascadingDropDown controls. But, what does these represent? Are these Database tables? If it is the case, Since I have to use stored procedure in my project, what I can substitute here?
In the second link:
http://www.asp.net/ajaxLibrary/act_CascadingDropdown.ashx
The definition is given as:
•Category - The name of the category this DropDownList represents.
What does it mean? - I couldn't understand anything with this definition.
In the third link:
http://www.codeproject.com/Articles/32725/Using-CascadingDropDown-with-a-Database
I couldn't find anything new in this article. It looks likes this post has been written by copying and pasting content from other websites.
Hence request you to give some clear answer what should be substituted in the place of category parameter in Cascading DropDown List control.