V
Vadim Vulfov
We have DataGrid control and hyperlinkcolumn column type in ASP.NET
application.
We can successfully trigger javascript function on the hyperlinkcolumn
click by using:
<asp:HyperLinkColumn headertext="" text="Profile"
DataNavigateUrlFormatString="javascript:editaccount('{0}','history');"
DataNavigateUrlField="Account" />
But we cannot find the way to call
vbscript function.
Any advise, please!
Vadim
application.
We can successfully trigger javascript function on the hyperlinkcolumn
click by using:
<asp:HyperLinkColumn headertext="" text="Profile"
DataNavigateUrlFormatString="javascript:editaccount('{0}','history');"
DataNavigateUrlField="Account" />
But we cannot find the way to call
vbscript function.
Any advise, please!
Vadim