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 |
Which dll handles the request of .aspx page?
How can you provide an alternating color scheme in a Repeater control?
What is the use of asp.net web api?
Security types in ASP/ASP.NET? Different Authentication modes?
4 Answers QuadLabs Technologies,
What are the various security methods which IIS Provides apart from .NET ?
What is smart navigation?
Is data can be edited in the Repeater control?
which is faster ArraytList Or Collection ? how? hows the Hashing works internally ?
How to migrate from sqlserver 2005 to sql server 2000 (every one know reverse process of that )
Explain Authentication mechanism in dotnet
Why do we use web config?
What does the "EnableViewState" property do? Why would I want it on or off?
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)