Sign In| Join
Get Help:Ask a Question in our Forums|Report a Bug|More Help Resources
Last post Jan 12, 2013 03:21 AM by Decker Dong - MSFT
Member
177 Points
69 Posts
Jan 10, 2013 05:11 PM|LINK
I want to have a popup open when clicked on the hyperlink inside my gridview
Problem is I cant get my code to work and it doesn't throw me an error either.
The gridview shows and when I move my mouse over the hyperlink it also gets underlined but it's not functional
Can anybody tellme what's wrong with the code?
<asp:HyperLinkField target="_blank" DataNavigateUrlFields="ID, Titel, Omschrijving, Kosten, Type, Tijd, Kerndoelen, Oplossingsgericht, Bron, PadAfbeelding, PadWerkblad" DataNavigateUrlFormatString="javascript:var popup = window.open('WerkstukkenDetails.aspx?ID={0}&Titel={1}&Omschrijving={2}&Kosten={3}&Type={4}&Tijd={5}&Kerndoelen={6}&Oplossingsgericht={7}&Bron={8}&PadAfbeelding={9}&PadWerkblad={10}', 'Popup', 'toolbar=no');" Text="Details"/>
Thx!!
Star
10652 Points
1898 Posts
Jan 10, 2013 06:00 PM|LINK
Here is a similar thread...
http://forums.asp.net/t/1126878.aspx
Matt
Jan 10, 2013 06:29 PM|LINK
That's not really helping me.
I know it could work this way so really want to no why it doesn't....
Thx for your effort AZMatt
All-Star
118619 Points
18779 Posts
Jan 12, 2013 03:21 AM|LINK
Januz Januz
Hi,
Right click to Html codes after running the proj to see what's the matter?
Januz
Member
177 Points
69 Posts
PopUp hyperlinkfield not working
Jan 10, 2013 05:11 PM|LINK
I want to have a popup open when clicked on the hyperlink inside my gridview
Problem is I cant get my code to work and it doesn't throw me an error either.
The gridview shows and when I move my mouse over the hyperlink it also gets underlined but it's not functional
Can anybody tellme what's wrong with the code?
Thx!!
AZMatt
Star
10652 Points
1898 Posts
Re: PopUp hyperlinkfield not working
Jan 10, 2013 06:00 PM|LINK
Here is a similar thread...
http://forums.asp.net/t/1126878.aspx
Matt
Januz
Member
177 Points
69 Posts
Re: PopUp hyperlinkfield not working
Jan 10, 2013 06:29 PM|LINK
That's not really helping me.
I know it could work this way so really want to no why it doesn't....
Thx for your effort AZMatt
Decker Dong ...
All-Star
118619 Points
18779 Posts
Re: PopUp hyperlinkfield not working
Jan 12, 2013 03:21 AM|LINK
Hi,
Right click to Html codes after running the proj to see what's the matter?