R
Rob Blackmore
Hi,
I have defined a simple grid with a hyperlink column as follows:
<asp:HyperLinkColumn HeaderText="Description"
DataNavigateUrlField="BillTypeID"
DataNavigateUrlFormatString="BillTypeDetail.aspx?BillTypeID={0}"
DataTextFormatString="{0:c}"
DataTextField="Description"></asp:HyperLinkColumn>
Which shows the Description and navigates to the detail page by
passing the id. Now, I want to tidy up the GUI by displaying a
friendly message in the status bar which I can traditionally do by
coding the onmouseover event in asp. However, please can someone let
me know how I can gain access to all of the JavaScript events in
ASP.Net when using a HypeLinkColumn control?
Thanks,
Rob Blackmore
mailto:[email protected]
I have defined a simple grid with a hyperlink column as follows:
<asp:HyperLinkColumn HeaderText="Description"
DataNavigateUrlField="BillTypeID"
DataNavigateUrlFormatString="BillTypeDetail.aspx?BillTypeID={0}"
DataTextFormatString="{0:c}"
DataTextField="Description"></asp:HyperLinkColumn>
Which shows the Description and navigates to the detail page by
passing the id. Now, I want to tidy up the GUI by displaying a
friendly message in the status bar which I can traditionally do by
coding the onmouseover event in asp. However, please can someone let
me know how I can gain access to all of the JavaScript events in
ASP.Net when using a HypeLinkColumn control?
Thanks,
Rob Blackmore
mailto:[email protected]