I have a hyperlinkfield in the gridview. when i click on that it take some time to redirect to other page, during that time i want to intimate the user with a "pleasewait " message using javascript.
I have written a script for that and i want to call it in hyperlinkfield.
I tired using
Here is my hyperlinkfield code:
Please help me in finding solution for the above.
I have written a script for that and i want to call it in hyperlinkfield.
I tired using
DataNavigateUrl FormatString="j avascript:varwi n=window.open(' Detail.aspx?mop Id={0}');" but it doesnt workHere is my hyperlinkfield code:
<asp:hyperlinkf ield HeaderText="ID" SortExpression= "id" DataTextField=" id"
DataNavigateUrl Fields="id,as_o f_date" DataNavigateUrl FormatString="d efault.aspx?mrs ecid={0}&aod={1 :dd-MMM-yyy}" /> and i'm using vb.net.Please help me in finding solution for the above.
Comment