User Profile
Collapse
-
How to use variable on aspx which is declared in .vb ???
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
...
No activity results to display
Show More
Leave a comment: