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
Raja
NA
2k
356.7k
How to pass Hiddenfield value in request.query string?
Apr 4 2017 9:56 AM
<a href="LinkScopeDetails.aspx?mode=add &LinkCode=<%# Eval("LINK_ID") %> &ObjCode=<%# Eval("OBJ_CODE") %> &Desc=<%# Eval("OBJ_DESC") %> &Uni=<%# Eval("OBJ_UNI_CODE") %>" title="Object Scope Create">Object Scope</a>
i pass the repeater value in query string.now i want ot pass hidden field value in query string.i get the hidden field value in .cs page and how to pass it in aspx page.
hfobjcode.Value = dtUomDetails.Rows[0]["OBJ_CODE"].ToString();
Reply
Answers (
1
)
bind multiple data in a gridview
Can i Detect the Screen where an application is running?