When a .aspx page is requested from the web server, the out put will be rendered to browser in following format.
Skill/Topic: BeginnerA) HTMLB) XMLC) WML
Skill/Topic: IntermediateA) System.userB) System.webC) System.DrawingD) System.Web.UI.Page.Culture
Latest Answer : option D: SYSTEM.WEB.UI.PAGE.CULTURE ...
Skill/Topic: AdvancedA) To implement application & Session level eventsB) To store configuration informationC) To store styling informationD) None of the above
Latest Answer : Ans:A) To implement application & Session level events ...
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?
Can i store DataReader object in Session State?How? Is it recommecded to store DataReader in Session State from performance point of view?
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
Here I want to store the all information which is exist in the webform into the pdf file in the server.