General Information for a beginner
-
can any one have any idea is it possible to use values from aspx.cs file(codebehind file) in an aspx file(main asp.net page)
Those two Files represent one thing. please Explain briefly what you want to achieve
Vuyiswa Maseko, Sorrow is Better than Laughter, it may Sadden your Face, but It sharpens your Understanding VB.NET/SQL7/2000/2005 http://vuyiswamb.007ihost.com http://Ecadre.007ihost.com vuyiswam@tshwane.gov.za
-
can any one have any idea is it possible to use values from aspx.cs file(codebehind file) in an aspx file(main asp.net page)
just guessing at what you need, but you can embed <%= expr %> tags in the .aspx page, where expr is any public method or expression for example <%=CustomerName%> would be replaced with the value returned by a public property CustomerName there are other variations on this technique as well; is that what you were looking for?
Best regards, Steven A. Lowe CEO, Innovator LLC www.nov8r.com