Forum: ASP.NET Aug 1st, 2008 |
| Replies: 1 Views: 1,172 checkbox in gridview iam using two checkbox inside the gridview, when i select one of the checkboxes the second box should automatiocally checked
Thanx in advance
Nithya |
Forum: ASP.NET Jul 12th, 2008 |
| Replies: 2 Views: 1,098 |
Forum: ASP.NET Jun 18th, 2008 |
| Replies: 1 Views: 2,516 Re: where can i download free asp.net themes? go throu' the following link
http://www.dotnettreats.com/tools/Default.aspx
http://www.download.com/Art-Buttons-for-ASP-NET/3000-10253_4-10228798.html
if u got answer for ur question mark the thread... |
Forum: ASP.NET Jun 16th, 2008 |
| Replies: 2 Views: 1,098 dynamic menu how to create dynamic menu using c# in asp .net. i need with codings.. or with example.
Thanx in advance
Nithya |
Forum: ASP.NET May 14th, 2008 |
| Replies: 4 Views: 1,079 Re: password recovery control. in the u gave have coding in webconfig page. i,e they have connection and calling of procedures in webconfig page, and also i counldn't run the sample code
the following error has occured:
To... |
Forum: ASP.NET May 13th, 2008 |
| Replies: 2 Views: 277 Re: help in getting text boxes value try this for getting textbox value.
var useri=document.getElementById("<%=userid.ClientID%>");
var passwd=document.getElementById("<%=passid.ClientID%>"); |
Forum: ASP.NET May 13th, 2008 |
| Replies: 3 Views: 354 Re: Hi did u get answer???? if yes , then mark it as solved k |
Forum: ASP.NET May 12th, 2008 |
| Replies: 4 Views: 1,079 |
Forum: ASP.NET May 10th, 2008 |
| Replies: 3 Views: 354 Re: Hi hi rao, just give this coding in the master page. in this coding give ur url for ur image k.
<asp:Image ID="Image5" runat="server" ImageUrl="~/Images/header1.jpg" style="z-index: 100; left: -1px;... |
Forum: ASP.NET May 9th, 2008 |
| Replies: 0 Views: 431 loading into dataset iam having "users" as root node and some name as childnodes . how can i load that into dataset.
xmlfile:
<users>
<gg>hgjhgs</gg>
<nithya>ggsg</nithya>
</users>
i need to load it into a... |
Forum: ASP.NET May 9th, 2008 |
| Replies: 3 Views: 418 |
Forum: ASP.NET May 8th, 2008 |
| Replies: 3 Views: 418 |
Forum: ASP.NET May 8th, 2008 |
| Replies: 2 Views: 304 |
Forum: ASP.NET May 7th, 2008 |
| Replies: 2 Views: 304 access xmlfile iam having some elements in xmlfile , and i want to fill tat element's values in aspx file's dropdown. how to do.
Ex: iam havin <font>Times New Roman</font> in xmlfile.
now i should... |
Forum: ASP.NET May 7th, 2008 |
| Replies: 10 Views: 925 |
Forum: ASP.NET May 7th, 2008 |
| Replies: 10 Views: 925 |
Forum: ASP.NET May 6th, 2008 |
| Replies: 10 Views: 925 |
Forum: ASP.NET May 6th, 2008 |
| Replies: 10 Views: 925 |
Forum: ASP.NET May 5th, 2008 |
| Replies: 10 Views: 925 connect xml with asp.net application iam having usernames and user id in an xml file and iam having a .net apllication , when i give the username and password it should check with xml file and it should login if it is a correct user,... |