Latest Answer: The primary purpose of the AppDomain is to isolate an application from other applications. Win32 processes provide isolation by having distinct memory address spaces. The .NET runtime enforces AppDomain isolation by keeping control over the use of memory ...
Latest Answer: using Exception Management application blockorPage_errorApplication_error objects ...
Latest Answer: yes it is possible because we were having the Server.Transfer() where it will transefer the request to other page. ...
Latest Answer: try{Connection.Open()}catch{...}finally{ Connection.Close()}The finally block will ALWAYS execute regardless of exception. ...
My interviewer asked me i want maintain same header and footer in number of pages what is the way to do minimum level of code i use? i said user control he again asked what areall the other ways?
Latest Answer: Hi, Difgram is used to differentiate the change of curent data with original data. ...
What is use of DataAdapater? and is it possible to add data from data reader directly to a dataset or a datatable?
Latest Answer: Response.Redirect("http://www.geekinterview.com")This will redirect to the website ,that is other than the application directory:Server.Transfer("http://www.geekinterview.com")Invalid path for child request 'http://www.geekinterview.com'. A virtual path ...
How to retrieve the address from the web sites and upload to the SQL-Server.How to write coding in ASP.Net?
Latest Answer: Assume that your textbox ID is TextBox1. And the button ID is Button1. If you want to clear the text from textbox by clicking the button without refresh then do the following steps.1) In Page_Load writeButton1.Attributes.Add("OnClick","clearIt();");2) ...
View page << Previous 4 5 6 7 [8] 9 10 11 12 13 Next >>

Go Top