I have country,state,city once i list the country its show the state which below to the country (india it show its corresponding state like chennai,salem....) then if user select the city its list the corresponding city this three are show in list box....
raj1947
Member
4 Points
39 Posts
Grouping the data
Jan 07, 2013 06:35 AM|LINK
How to design the grouping of data (for example : If mechanical type: its should display only the mechical item only)
then display in aspx form
plz...
prabu.raveen...
Contributor
5022 Points
956 Posts
Re: Grouping the data
Jan 07, 2013 06:43 AM|LINK
Hi,
Please specify your requirement in detail, then only we can help you.
1. From where you are getting the data
2. How the group anem will be inputed and from where
3. How you are dislaying the data in aspx form via which tool.
oned_gk
All-Star
31784 Points
6497 Posts
Re: Grouping the data
Jan 07, 2013 07:11 AM|LINK
Use dropdownlist to display mechanical types etc and use the dropdownlist selected value as parameter to formview/gridview/listview etc.
raj1947
Member
4 Points
39 Posts
Re: Grouping the data
Jan 07, 2013 11:23 AM|LINK
I have country,state,city once i list the country its show the state which below to the country (india it show its corresponding state like chennai,salem....) then if user select the city its list the corresponding city this three are show in list box....