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: Ludkhannah Fischer   on Jun 23

If you create an asp button  on the web form and put this in the event
handler:

Response.Redirect("KiesArtikels.asp?KlantID=" + ID + "&A0=0", true);

then in the other page you can access your request  variables by doing:

if(Request["KlantID"] != null)
do whatever...

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: