Hai,
i want to pass two values title,user as a query string how to do,
Response.Write(String.Format("
{1}
thank u,
2 Replies
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
Subhendu DePosted Jan 7, 2011, 4:16 AM
{2}
ShankeyPosted Jan 7, 2011, 4:19 AM
you want to pass two parameter in query string then implement as shown below
response.redirect(String.Format("seven.aspx?title={0}&user={1}",title,user));