Search through Drop down list in asp.net -


i making page in asp.net using c# , page consists of 2 drop down list 1 state , 1 subjects, both data coming database, , there third database table storing user details , third table consists of name class , subject

now problem on click of search button want search users table , return value selected person searching through drop down list on master page , result displayed on next page

please search button, , write on second page on want display results.

your badly needed

thanks in advance.

this sounds homework assignment... have tried solve on own? did try, , what-if-any problems did run into?

here's 1 (of thousand other) tutorials walk through filtering result page using drop-down.

http://msdn.microsoft.com/en-us/library/aa581789.aspx

good luck!


Comments

Popular posts from this blog

javascript - Iterate over array and calculate average values of array-parts -

iphone - Using nested NSDictionary with Picker -

objective c - Newbie question -multiple parameters -