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>
Hello Tulsi,
Thank you for contacting us.
I noticed you had a similar thread regarding redirecting - http://ko.infragistics.com/community/forums/t/108237.aspx. In it there are explanations and samples how to accomplish this with client-side or server-side code. Please let me know if there is something which is not clear.
I am looking forward to hearing from you.