Gridview and popup window
am 26.01.2008 02:34:57 von JJ297I've added the select button/link to my gridview. Instead of going to
another page (after clicking select) how can I make information go
into a popup window?
I've added the select button/link to my gridview. Instead of going to
another page (after clicking select) how can I make information go
into a popup window?
Use the OnClientClick event of the link to call a javascript function
that opens a popup and pass parameters.
On Fri, 25 Jan 2008, JJ297 wrote:
>
> I've added the select button/link to my gridview. Instead of going to
> another page (after clicking select) how can I make information go
> into a popup window?
>