Forum: Java Sep 11th, 2009 |
| Replies: 2 Views: 201 my aim is to slove an enqaution using java... so for that purpose , am getting an equation as input and i have to separate the numbers, alphabets, operators and powers separately...
how to do... |
Forum: Java Sep 9th, 2009 |
| Replies: 2 Views: 201 Iam getting an equation as input in a string
example: 3x^2+4x^2=0
I have to split the above equation and i have store numbers, symbols, and operators and power number separately ...
am using... |
Forum: JavaScript / DHTML / AJAX Nov 26th, 2008 |
| Replies: 2 Views: 587 In my application iam unable to click the items in the menu.
And my browser is IE 7. And i have used the menu control for displaying the menu items on mouseover function.
Note: Iam able to click... |
Forum: ASP.NET Aug 1st, 2008 |
| Replies: 1 Views: 3,501 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: 2,561 |
Forum: ASP.NET Jun 18th, 2008 |
| Replies: 1 Views: 9,527 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... |
Forum: ASP.NET Jun 16th, 2008 |
| Replies: 2 Views: 2,561 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: 2,464 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: 483 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 Solved: Hi Views: 542 did u get answer???? if yes , then mark it as solved k |
Forum: ASP.NET May 12th, 2008 |
| Replies: 4 Views: 2,464 how to use password recovery control in my .net application using C#. |
Forum: ASP.NET May 10th, 2008 |
| Replies: 3 Solved: Hi Views: 542 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: 812 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... |
Forum: ASP.NET May 9th, 2008 |
| Replies: 3 Views: 654 its not clear da.. i can't understand ..plz give some other solution... |
Forum: ASP.NET May 8th, 2008 |
| Replies: 3 Views: 654 how to insert childnodes in xmlfile with automatic increment of ID |
Forum: ASP.NET May 8th, 2008 |
| Replies: 2 Views: 483 |
Forum: ASP.NET May 7th, 2008 |
| Replies: 2 Views: 483 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: 1,912 |
Forum: ASP.NET May 7th, 2008 |
| Replies: 10 Views: 1,912 thanX yar...
its working... |
Forum: ASP.NET May 6th, 2008 |
| Replies: 10 Views: 1,912 |
Forum: ASP.NET May 6th, 2008 |
| Replies: 10 Views: 1,912 wat iam ready to help.... help me man...send some codings or guide me.. |
Forum: ASP.NET May 5th, 2008 |
| Replies: 10 Views: 1,912 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,... |