Click here to Skip to main content
15,911,360 members

Comments by Aditi Richa (Top 5 by date)

Aditi Richa 12-Feb-12 7:54am View    
Deleted
Thank you very much sir/madam. I am new in asp.net/C# programming and still in the learning process.
I am not able to find onmouseover event for dropdownlist items.
Aditi Richa 30-Jan-11 4:09am View    
ok..sorry..would not repeat that
Aditi Richa 29-Jan-11 12:30pm View    
It was just a minor typing mistake
"
query="update table1 set name=' "+name_t.getText()+" ' where id="+id_t.getText()+")";
"
The extra braces at the end.

nd as ur reply suggested about try-catch,i removed it nd found the mistake right there.

Then I just eliminated the last braces nd the code works fine now.Thanks again
Aditi Richa 29-Jan-11 11:56am View    
Thank you!!!!!so much Sir.Your reply really helped nd i got my problem solved
Aditi Richa 29-Jan-11 11:41am View    
No there are no errors.When i run the code using jdk it shows the swing application.
javac Datas.java
then: java Datas

its shows swing app

it insert record using the same kinda code,but updation is not done,when i do some changes in the textbox and click update