Click here to Skip to main content
15,913,152 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
See more:
In table recrod as follows

studname phoneno Email
Raj 9784541222 raj87@gmail.com

In run mode as follows

studname(radiobutton1) Phoneno(radiobutton2) Email(radiobutton3)

Enter text textbox1 Search(Button)

When user click studname from the radiobutton1 and enter text in the textbox1
Type the studname Raj in the textbox and click the search button.


I want to show record as follows in Gridview

Studname Phoneno Email
Raj 9784541222 raj87@gmail.com.

for that how can i do in asp.net using c#.

Regards,
Narasiman P.
Posted

1 solution

use AJAX call for this.
form some basic idea, few links are given below.

http://stackoverflow.com/questions/20465104/populating-gridview-using-ajax[^]

Bind Gridview using AJAX [^]
 
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