Forum: ASP.NET Oct 5th, 2007 |
| Replies: 0 Views: 501 Dynamaic Treeview Need help craeting dynamic treeview in .net2005. from parent child tables |
Forum: ASP.NET Oct 5th, 2007 |
| Replies: 1 Views: 1,673 App_Data Hi, I am working on a project where i need to store data in App_Data, any one can help me to tell how can i do it. |
Forum: ASP Jun 9th, 2007 |
| Replies: 4 Views: 2,915 |
Forum: IT Professionals' Lounge May 24th, 2007 |
| Replies: 6 Views: 3,661 |
Forum: Community Introductions May 24th, 2007 |
| Replies: 2 Views: 458 Hi Hi all members,
i am new here in this site, realy it is a great site i am here to share me web experience with u people.
i am a coder in asp and asp.net. from India
reply welcome |
Forum: ASP May 23rd, 2007 |
| Replies: 2 Views: 2,266 Re: Fetching Form Values with ASP Hi,
You can use this code
<%
dim i
For Each i in request.form("FormName")
Response.Write(i & "<br />")
Next
%>
where using i variable u can find the name of cantrol and its value. |