furtivevole
Technical User
Hi
I have just been asked to take on an existing asp.net project for the first time.
In one case, the results of a search are displayed through a gridview, with one of the columns being defined as a hyperlinkfield. This launches a separate page (currently, target="_blank"). The user would like a close button or similar on the new page, which would be easy enough with a jscript pop-up, but I'm told that gridview cannot support jscript and it would have to be done with C# code. So far I've not been able to google any examples. Can anyone give any insight on this please?
I have just been asked to take on an existing asp.net project for the first time.
In one case, the results of a search are displayed through a gridview, with one of the columns being defined as a hyperlinkfield. This launches a separate page (currently, target="_blank"). The user would like a close button or similar on the new page, which would be easy enough with a jscript pop-up, but I'm told that gridview cannot support jscript and it would have to be done with C# code. So far I've not been able to google any examples. Can anyone give any insight on this please?