Getting error after conversion to .net 2005 in the following line of code: <%=ClassName.StaticClassMember%> The code is written in an .aspx file. Subhasis
S
Subhasis Chandra
@Subhasis Chandra
Posts
-
Getting error after conversion to 2005 -
acessing a user control's fields from a web pageFrom code behind try this.textboxname.Value (C#) Using javascript document.getElementById("textboxname").value Subhasis Chandra
-
drop down list problemyou can try getting the value by Request["dropdownName"].ToString(); Subhasis Chandra -- modified at 8:14 Wednesday 31st May, 2006