How to migrate from sqlserver 2005 to sql server 2000 (every one know reverse process of that )
2 7502Hi, I am working in a small software company in asp.net platform. I need to know how and what are all the task in asp.net will be assigned for the developers in mnc companies. Thanks in advance.
1 5083I have developed a web application in asp.net 2.0 with Access as back end i am trying to gereate report/export data in excel. After hosting the site i am not getting any error or such exported excel file. but using the source code from my system it works fine. Could any one tell me why it is happening and what is its solution.
2 4608I am using ASP.Net 2.0. I added the following code in button_Click page. but 'PreviousPage' is not taking as a keyword. It throughs an error. Page Poster = this.PreviousPage; TextBox txtNewTest = (TextBox)Poster.FindControl("txtTest"); sDisplay = txtNewTest.Text; Response.Write(sDisplay); The following is the Error Message: 'controls_LoginMain' does not contain a definition for 'PreviousPage'
2 4687
Explain the asp.net session state modes.
How to rename a table using sql queries?
What is a global postback url?
Describe the sequence of action takes place on the server when ASP.NET application starts first time?
What are the different methods of session maintenance in asp.net?
If you have an application with multiple security levels though secure login and my ASP.NET web appplication is spanned across three web-servers by using round-robbin load balancing. Explain which is the best approach to maintain login-in state for the users?
What is data cache in sql server?
What is the significance of proxy user?
What is state management in asp.net with example?
Explain the code Access Security (CAS) in .net Framework?
Can viewstate be accessed in another page?
What's the ASP.Net Application life cycle?
How do you use viewstate?
How does windows service lifecycle differ from a .standard. Exe?
Explain repository pattern in asp.net mvc? : asp.net mvc