2
Answers

how to redirect to another page from gridview in asp net wit

Akhter HUssain

Akhter HUssain

5y
3.3k
1
i am trying to redirect page using
  1. <asp:TemplateField HeaderText="Ref_ID">  
  2. <ItemTemplate>  
  3. <%#Eval("Order_Ref_No") %>  
  4. </ItemTemplate>  
  5. <FooterTemplate >  
  6. <asp:TextBox ID="txtaddorderref" runat="server"></asp:TextBox>  
  7. </FooterTemplate>  
  8. </asp:TemplateField>  
but Order_Ref_No is not fetched on another page ,if i used boundField ,then it working fine,,,,but i want to use itemtemplate field..
 
Please Guide... 
Answers (2)