I am getting the querystring value during the first Page_Load() of destination page. But the querystring is returning null during subsequent postbacks(when I am pressing a button) so that my username variable becomes null.
What to check for?
I am getting the querystring value during the first Page_Load() of destination page. But the querystring is returning null during subsequent postbacks(when I am pressing a button) so that my username variable becomes null.
What to check for?