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 |
How you can access the values from the Repeater control in ASP.NET?
What is Http handler?
Explain the life cycle of an ASP .NET page
2 Answers HCL, Surya Software,
What are the benefits of view state?
Why do we need a web application session?
Finally and dispose methods?
What are validator? Name the validation controls in asp.net? How do you disable them?
how can u display multi language (i.e english,spanish...) web site?
What is the difference between dispose() and finalize()?
What is the difference between pathparam and queryparam?
Input:http://www.allinterview.com/forms/questionform.php Output:http://www.allinterview.com/forms/questionform Write c# program to get the above desired output for the given Input.....
what to magage the state manament in asp.net with respect to in_prock and out_prock