Click here to Skip to main content
15,888,293 members
Please Sign up or sign in to vote.
2.00/5 (1 vote)
i am making a simple web page in which i created multiple tables and i want these table records to be displayed whenever a user searches in one text box and a list box from which the user will select the table name.i know how to search and display in grid view but only for one table.
please tell me a simple solution because i am a NOVICE.
Posted

1 solution

If there is a ListBox, from which User would select the Table, then you need to form queries taking the SelectedValue of ListBox.
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900