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
mounika ymr
NA
90
33.9k
Request.QueryString[] is not taking Parameter values.
Dec 11 2017 3:09 AM
How can I read a key value from a xml file using request.QueryString[]. Here is the code I have tried, but its showing strActivityID value as null only, if I hardcode the value while debugging only desired page is getting loaded. but I wanted to make it happen at run time automatically.
string ArticleID = "Application"
try
{
strActivityID = Request.QueryString[ArticleID];
if (!string.IsNullOrEmpty(strActivityID))
{ strArticleURL = GetUrl(strActivityID);
}
}
Reply
Answers (
6
)
Get The Value of a Gridview Using a Checkbox and Save in DB
in Asp.net --- When page load automatic system date