redirecting pages
ASP.NET
4
Posts
4
Posters
0
Views
1
Watching
-
shabsk wrote:
how to redirect pages with the help of link bottons
That's a basic stuff. Just write
Response.Redirect("pagename")
in the link button's click event handler.Navaneeth How to use google | Ask smart questions
-
That's simple. Just use 'Response.Redirct("xxx.aspx", false)'.
Welcome to www.softwaretree.net! You can find many excellent audio/video converter tools there!
-
Hi, By using Response.Redirect("ur URL") and server.transfer("ur URL")
S Kumar