TECHNOLOGIES
FORUMS
JOBS
BOOKS
EVENTS
INTERVIEWS
Live
MORE
LEARN
Training
CAREER
MEMBERS
VIDEOS
NEWS
BLOGS
Sign Up
Login
No unread comment.
View All Comments
No unread message.
View All Messages
No unread notification.
View All Notifications
Answers
Post
An Article
A Blog
A News
A Video
An EBook
An Interview Question
Ask Question
Forums
Monthly Leaders
Forum guidelines
Akhter HUssain
721
1.3k
101.1k
how to redirect to another page from gridview in asp net wit
Aug 18 2019 9:34 AM
i am trying to redirect page using
<asp:TemplateField HeaderText=
"Ref_ID"
>
<ItemTemplate>
<%#Eval(
"Order_Ref_No"
) %>
</ItemTemplate>
<FooterTemplate >
<asp:TextBox ID=
"txtaddorderref"
runat=
"server"
></asp:TextBox>
</FooterTemplate>
</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...
Reply
Answers (
2
)
getting system.nullreferenceexcepection
Designing a database for c# program and UI