in the vb.net for application i used to use formname.show / formname.hide
how do i move from one webform to another ?
what code do i write in the button code ????
3 Replies - 733 Views - Last Post: 31 January 2013 - 09:31 PM
#1
how to go from one webform to another ? asp.net using vb.net code
Posted 29 January 2013 - 08:59 AM
Replies To: how to go from one webform to another ? asp.net using vb.net code
#2
Re: how to go from one webform to another ? asp.net using vb.net code
Posted 29 January 2013 - 09:10 AM
You mean the redirect call?
Response.Redirect(<other page>)
#3
Re: how to go from one webform to another ? asp.net using vb.net code
Posted 29 January 2013 - 10:29 AM
You could also set the button's PostBackURL property to the page you want to navigate to.
#4
Re: how to go from one webform to another ? asp.net using vb.net code
Posted 31 January 2013 - 09:31 PM
If it is another page in your application, just use
Server.transfer()
Page 1 of 1
|
|

New Topic/Question
Reply




MultiQuote







|