Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
210
HyperLink
posted

Hello ,

i have a grid view ,when i click on one of the column value which is hyper link , it should open a new page and pass the corresponding row value to that page

Below is the VBA Code

Set IE = CreateObject("InfoPath.Application")
strurl = "http://example" + RowValue)

IE.XDocuments.Open (strurl + ".xml")

How to write the same in infragistics 

<ig:TemplateDataField DataFieldName="Rating" Key="BoundColumn_23">
<ItemTemplate>
<asp:HyperLink ID="Link1" runat="server" NavigateUrl=""</asp:HyperLink>
</ItemTemplate>
<Header Text="Rating"></Header>

Parents
No Data
Reply Children
No Data