Hi ,
I am getting some value from another form using Request.QuerySt ring.Get(" test") and then i need to use this value on aspx page.
Dim strTest as string = Request.QuerySt ring.Get("test" )
and on aspx page if am using
Var vartest = <%= strProductBU %>
but it gives comilation error.......... ...
Please help me out
Thanks in advance.......
Nishant
I am getting some value from another form using Request.QuerySt ring.Get(" test") and then i need to use this value on aspx page.
Dim strTest as string = Request.QuerySt ring.Get("test" )
and on aspx page if am using
Var vartest = <%= strProductBU %>
but it gives comilation error.......... ...
Please help me out
Thanks in advance.......
Nishant
Comment