In my project I have 2 pages room.aspx and student.aspx.
room.aspx contains grid of students.
As soon as user double click on grid I popup window, and I show student.aspx page containing grid for students.
Now I want to select few students from student grid and submit to room.aspx page and it will append selected students in student grid also window will be closed.
How to do it?
I believe passing reference of room.aspx object to student.aspx but how to pass it?
Or
If anybody having any other smart idea please suggest.