I have an ASP page and all I am trying is to connect to UDB DB2 database through IIS 5.1 and IBM DB2 ODBC driver 8.01.09.700.When I browse the page 1st time, it takes some time to connect but after that, it stays connected for next 60 seconds of idle time. After that it gets disconnected and tries to connect again and takes hell lot of time. I believe it is as a result of connection pooling which is set to 60 seconds for CPTimeout on driver level. Even after changing the value to 600 seconds, it
Is it possible to edit multiple records at a time in a ASP.Net datagrid??Data should come from Database in a grid and make some changes then update the records by a single command command button; Updated data should be stored back in the database.
My query is in ASP.As there is no option of ASP category while asking question that is why i have chosen ASP.NetWhosoever read this question plz tell me the solution in ASP only.Question is----------------------how to display rtf text (coming from database ) in asp page?---------------------
How to use and store producure in ASP.Net using parameter?How to use user control using database in ASP.Net?How to use Inner join query in ASP.Net?How to call the trigger in ASP.Net?How to store the image in SQL Server and reterive in ASP.Net?
Hello Sir, Can you pls tell me how can I use timer i asp.net for accessing a record from database. e.g if i set time for particular question in asp.net after time expiration it should automatically fetch next record from database
How can i add a search box in my webpage that searches an access database and displays the result in another page? [The results should be in HTML format(Like Google)]
How to transfer one page data onto another page without using viewstate, sessions, cookies, query strings or database?
If I have 5 page of transaction, I would like to store all the date in final page submit button only.
Latest Answer : In c#((TextBox) this.FindControl("txtbox id")).value ...