Hello,

I have a link button on my page (lets say it page A), when user click on this button, a new window opens (lets say it page B) this is a search form with some input textboxes and submit button. I also have a grid on this form which displays values according to search criteria. each row has a select button attached with it.

Now my task is, if user click on any select button I have to display the values of that particular row on Page A (and Page B will be closed). I dont know how to do that. how do I pass values from one window to another in C#. I have done it in ASP(using javascript), but I dont know how to do this in .net (framework 2.0).