Hi Everyone:
I am opening new window using HyperLinkField as below.
<asp:HyperLinkField HeaderText="Process"
Target="_blank" DataTextFormatString="Process me"
DataTextField="doc_name" DataNavigateUrlFields="doc_name"
DataNavigateUrlFormatString ="~/aaaa.aspx?path={0}" />
Is there any way i can set properties like
help:no;resizable:yes;status:no;
Thanks for your kind help.
PargatAre you opening a new (popup) window. You will need to use Javascript and
add the javascript call to the "onclick" attribute of the hyperlinkfield
<pargat.singh@.gmail.com> wrote in message
news:1144876133.236134.104830@.z34g2000cwc.googlegroups.com...
> Hi Everyone:
>
> I am opening new window using HyperLinkField as below.
> <asp:HyperLinkField HeaderText="Process"
> Target="_blank" DataTextFormatString="Process me"
> DataTextField="doc_name" DataNavigateUrlFields="doc_name"
> DataNavigateUrlFormatString ="~/aaaa.aspx?path={0}" />
>
> Is there any way i can set properties like
> help:no;resizable:yes;status:no;
> Thanks for your kind help.
> Pargat
>
Subscribe to:
Post Comments (Atom)
0 comments:
Post a Comment