Knowledge Walls
Gopal Rao
Mumbai, Maharashtra, India
Passcode:
Redirect the page by giving URL in sharepoint
2329 Views
Syntax
Context.Response.Redirect();
Example
	void button_Click(object sender, EventArgs e)
	      {
	          string url = "https://www.google.co.in/search?q=" + textBox.Text;
	          Context.Response.Redirect(url);//redirect to this URL when Button click triggers
	      }
Previous Topics
Previous lessons of current book.
Best Lessons of "Microsoft sharepoint"
Top lessons which are viewed more times.
  Copyright © 2014 Knowledge walls, All rights reserved
KnowledgeWalls
keep your tutorials and learnings with KnowledgeWalls. Don't lose your learnings hereafter. Save and revise it whenever required.
Click here for more details