Logo 
Search:

Asp.net Answers

Ask Question   UnAnswered
Home » Forum » Asp.net       RSS Feeds
  Question Asked By: Rainhard Fischer   on Jun 23 In Asp.net Category.

  
Question Answered By: Sairish Kauser   on Jun 23

Please provide a little more detail about what webform1 and webform2 do. Instead of relying on cleint side scripting being enabled, you can have your aspx page post to itself and do your checking in webform1


If Page.IsPostBack Then
Dim needToRedierect as Boolean = False
' Put code here to check to see if you need to reditrect
If needToRedirect Then
response.redirect("webform2.aspx")
End If

End If

Share: 

 

This Question has 2 more answer(s). View Complete Question Thread

 
Didn't find what you were looking for? Find more on Navigation Or get search suggestion and latest updates.


Tagged: