Table as follows (Course_settings table)
Course Type
RM RM 8 Days
REO REO 5 Days
First page design as follows
In Dropdownlist1 coursename as follows
RM
REO
Second page design as follows
Dropdownlist2.
When i select the course RM from the Dropdownlist1 in first page. i want to display the RM 8 Days from the Course_settings table to display into the second page dropdownlist2 page.
For that how can i do in asp.net using c#.
Course Type
RM RM 8 Days
REO REO 5 Days
First page design as follows
In Dropdownlist1 coursename as follows
RM
REO
Second page design as follows
Dropdownlist2.
When i select the course RM from the Dropdownlist1 in first page. i want to display the RM 8 Days from the Course_settings table to display into the second page dropdownlist2 page.
For that how can i do in asp.net using c#.
Ashraf AnsariPosted Dec 22, 2014, 1:57 AM
Jitendra KumarPosted Dec 20, 2014, 2:50 AM
Kindly explain what you want exactly.
May this help you:
Use session to get value one page dropdown1 to another page dropdown2 on select changed event of dropdown.
Shweta LodhaPosted Dec 20, 2014, 2:46 AM