M
Mike
I'm new to the asp.net world and on my app i have a querystring to pass data
to the update screen.
can querystrings still be used in asp.net or no?
Example:
response.redirect("update.aspx?Status=Edit")
or
response.redirect("update.aspx?Status=New")
how can i capture the Status and execute the correct query on my update.aspx
page?
thanks
to the update screen.
can querystrings still be used in asp.net or no?
Example:
response.redirect("update.aspx?Status=Edit")
or
response.redirect("update.aspx?Status=New")
how can i capture the Status and execute the correct query on my update.aspx
page?
thanks