N
nina297
Hello I'm a newbie to .net. and having problems posting a value to the
next page. I have this in my code behind page:
url = "BookCategories.aspx?classificationid=" &
Request.QueryString("classificationid") & ""
I go to the next page but it's not getting the classificationid. What
am I doing wrong?
Please help!
next page. I have this in my code behind page:
url = "BookCategories.aspx?classificationid=" &
Request.QueryString("classificationid") & ""
I go to the next page but it's not getting the classificationid. What
am I doing wrong?
Please help!