Gridview DataNavigateUrlFormatString - popup

Joined
Jan 28, 2009
Messages
1
Reaction score
0
Hi all,

I have gridview with HyperLinkField and I want to open popup window , here it's popup window in same size in IE browser for that I want to set width and height and in firefox browser it opens a new tab not window so how to solve these problems?

<asp:HyperLinkField DataNavigateUrlFields="ApplicationID"
HeaderText="To Delegate" ControlStyle-CssClass="defaultLink"
Text="Delegate.." Target="_blank" DataNavigateUrlFormatString="DelegatePopup.aspx?ApplicationID={0}">
<ControlStyle CssClass="defaultLink"></ControlStyle>
<HeaderStyle CssClass="boldText gridHeaderTxt headerRow" HorizontalAlign="Left" />
</asp:HyperLinkField>

any comments please....
please help to solve this problem...


Thanks
 
Last edited:

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

No members online now.

Forum statistics

Threads
473,769
Messages
2,569,582
Members
45,065
Latest member
OrderGreenAcreCBD

Latest Threads

Top