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 |
Less than one page, how many windows will you be able to maintain?
What is diff. Between abstract class and an interface?
Explain the function of new view engine in asp.net? : asp.net mvc
Which platform does Microsoft .NET use for exchanging data between applications?
When we do partial refresh of a page using update panel how server knows it(which event occurs?)
when u enter the data in one text box once u completed entering the text box data then one page has to be popuped and the text has to be displayed in the parent page
What is difference between web api and web services?
What is data binding in asp net?
What is a Windows Service and how does its life cycle differ from a standard EXE?
What is a 404 redirect?
How does session authentication work?
Suppose there is one web farm with 3 servers inside with same configuration and the same project is running inside all servers.Which session mode is usde for all these and why?
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)