Code for updating the database by entering the data into
textboxes in
aspx form?
Answers were Sorted based on User's Feedback
Answer / manish acharya
Connection con = GetConnection();
String query = update <table> set <column> = 'txtUpdate1.Text';
int i=con.updatequery(query);
if(i!=0)
{
Response.Write("Updation Successful");
}
con.close();
Is This Answer Correct ? | 0 Yes | 0 No |
We are using Jscriopt validations and at clint site javascript is not running that time validation would work? if yes then how it would behave?
Less than one page, how many windows will you be able to maintain?
what is difference between User Control,Custom Contro1,Web server control and template controls
what is .net
What are merge modules?
in database table is thier . in that table fields are photoid , photoname,photo... i want display image in the gridview
Can I stream live content/events?
What is a viewstate?
Where is session cookies stored?
What is enableviewstate in asp net?
What is intrinsic objects in asp.net?
Explain what is the procedure to create the environment for asp.net? : asp.net mvc