How to migrate from sqlserver 2005 to sql server 2000 (every one know reverse process of that )
2 7491Hi, 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 5070I 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 4587I 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 4681
Explain why it is useful to use mvc instead of webforms? : asp.net mvc
How will you maintain versioning in asp.net 2.0?
Which of the following .NET framework supports Web API?
What is the most appropriate lifetime for a database connection/orm context in an asp.net mvc application? : Asp.Net MVC
Can you explain one critical mapping? Performance issue which one is better?
What is web api and why to use it?
How do you declare delegates and are delegates and events one and the same and explain how do you declare delegates and invoke them ?
Why is an object pool required?
How many validators do ASP.NET have?
Are cookies stored on server or client?
How to implement Authentication and Authorization?
Explain about Automatic resource management?
How could you modify xaml content from javascript?
Explain global assembly cache.
Diff between web user control and web custom control?