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 |
Explain culture and uiculture values.
• What are HttpHandlers? • What are HttpModules?
Who generates session id?
What tags do you need to add within the asp:datagrid tags to bind columns manually? Give an example.
Descrie about response.buffer and repsonse.flush ?
Describe the difference between a Thread and a Process?
Explain the difference between or and orelse?
Can you change a Master Page dynamically at runtime?
1.What are the types of events in asp.net? 2.what is databind? 3.what is COM objects? 4.Difference between gridview and datalist? 5.what is SOAP? 6.what are contents are available in asp.net page? 7.what are types of error?
1 Answers CompuRx Infotech, Gemini, Gemini Communication,
Which dll handles the request of .aspx page?
What is boxing?
8 Answers IBM, Misys, Siebel Systems,
1. What is the difference between Cache and Session? 2. I cache limited to page like viewstate or it's accessible through out the application like session? 3. Which one is better when I've some data that is to be used across the application? Why is to better than the other?
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)