Your browser does not seem to support JavaScript. As a result, your viewing experience will be diminished, and you have been placed in read-only mode.
Please download a browser that supports JavaScript, or enable it if it's disabled (i.e. NoScript).
Hello. am trying to set a value from aspx.cs page (string str) and then want to access that value in the aspx page. Please let me know how to do that.
Hi, - Declare your variable as public in the aspx.cs - in your .Aspx use : <%=myVar%> in any place HTH Hayder Marzouk