Click here to Skip to main content
15,898,010 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
See more:
I have .aspx page with baer clock id,bear name ,email,phone.To get Clock id i have to click on search button.When the search button is clickes a pop up window opens and there in the pop up window page user enters first name,last name,clock ID and clicks on "ok" button .then a grid view displays with the list and by using the radio button that is present in the grid view a particular row is selected and when clicks on Yes button the pop up must close and all the selected row details must be visble in the .aspx text boxes.
Posted
Comments
Karthik_Mahalingam 30-Dec-13 4:50am    
what you have tried. post your code..
Member 9140440 30-Dec-13 7:21am    
i am new to coding...no idea how to work on it

There is too much code to be able to tell you how to do this exactly.

You'll need to learn how to use a Popup dialog and how to return the values to the caller so that it can proceed.
 
Share this answer
 
use asp.net ajax use following link you will get complete idea about modal popup extender
https://docs.google.com/file/d/0B6KVMR-4BUaFbVZJM21qSGtVVEU/edit[^]
 
Share this answer
 
v2

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