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 |
I have a method written in WebForm (means .aspx page) & now I want to call this method in WebUserControl (means .ascx page) what should I have to do?
Code for updating the database by entering the data into textboxes in aspx form?
In C#.net application is run on linux michine
What is custom events?
What is is post back property in asp net?
what are partial classes and their use?
What is latest version of asp.net mvc? : Asp.Net MVC
Web API supports which protocol?
Why will you usually create an aspnet user account in the database for an asp.net web application?
is it possible to develop gaming application using .net technology?
Are there resources online with tips on asp to asp.net conversions?
which one is more flexibility and reliability and durability asp.net (VS)php which one is best and which one we do nice to create dynamic websites
Visual Basic (800)
C Sharp (3816)
ASP.NET (3180)
VB.NET (461)
COM+ (79)
ADO.NET (717)
IIS (369)
MTS (11)
Crystal Reports (81)
BizTalk (89)
Dot Net (2435)
Exchange Server (362)
SharePoint (720)
WCF (340)
MS Office Microsoft (6963)
LINQ Language-Integrated Query (317)
WPF (371)
TypeScript (144)
Microsoft Related AllOther (311)