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
ravi Gautam
NA
20
8.5k
response.redirect is not working
Oct 13 2017 6:49 AM
I have response.redirect in my default page but it is not working it is not going to target page and also not passing the value which defined in that function.
"default.aspx" page code
protected void PrintDetails_Click(object sender, EventArgs e)
{
Response.Redirect("overview.aspx?val=" + statusvalue.Text);
}
below coding is for "overview.aspx"
protected void Page_Load(object sender, EventArgs e)
{
if (!this.Page.IsPostBack)
{
binddata();
showvalue();
}
}
public void showvalue()
{
string sactual_height = Request.QueryString["val"];
int iactual_height = Convert.ToInt16(sactual_height);
}
Reply
Answers (
3
)
what kind of collection and how to store for a tree view
i can not download