New ASP.NET Interview Questions :: ALLInterview.com http://www.allinterview.com New ASP.NET Interview Questions en-us how to convert from sql2000 numeric to int in asp.net with sqlparamet http://www.allinterview.com/showanswers/100999.html sqlParameter objpara=new sqlParameter(); objpara=objDataadapter.UpdataCommand.Parameter.Add("@Age",SqlDbType.Int); objpara.SourceColumn="Age"; objpara.SourceVersion=DataRowVersion.Current; hi wrever i go thy r asking depth abt 3-tier architecture i.e, hw http://www.allinterview.com/showanswers/100990.html Write some code using interfaces, virtual methods, and an abstract c http://www.allinterview.com/showanswers/100950.html what is use of doctype tag in asp.net http://www.allinterview.com/showanswers/100904.html can I use session variable in App_code Class page?? http://www.allinterview.com/showanswers/100804.html Yes, Using HttpContext.Current.Session ["SessionName"].ToString(). How to Open any web page by clicking any Any ASPControl like (Checkb http://www.allinterview.com/showanswers/100745.html In Asp.net for most of the Controls have OnClick property will be available in (.net 2.0/VSS 2005) by using the Onclick property at the ClientSide we can open the Webpage without going to Sever OnClick Event: This is a property is available for can any one explain about 3-tier architecture and how to deploy 3 lay http://www.allinterview.com/showanswers/100734.html what is advantage of developing in asp.net.why the same can't b http://www.allinterview.com/showanswers/100290.html ASP.NET Support multi language support like VB.NET, C#, C++ ASP.NET have easy development IDE Website can be created much faster in ASP.NET as compared to Java Debugging is very effort-less,so can fix the bugs quicker I create small website, i want accept all the browser this website? http://www.allinterview.com/showanswers/100281.html You have to write a Cross Browser scripting on Page load. Also you have to written a W3C standard code to avoid the errors. how can i inharit multiple classes? http://www.allinterview.com/showanswers/100231.html use intefaces...cool how to use html code in asp source code? http://www.allinterview.com/showanswers/100171.html Use asp.net Literal control. What is deff. saop and disco? http://www.allinterview.com/showanswers/100170.html SOAP simple object access protocol That is with state protocol that maintain all the information but http is not store any information this is stateless protocol what is mean by framework? http://www.allinterview.com/showanswers/100026.html A software framework, in computer programming, is an abstraction in which common code providing generic functionality can be selectively overridden or specialized by user code providing specific functionality. Frameworks are a special case of what is the difference between console.writeline &console.outpu http://www.allinterview.com/showanswers/99820.html console.output.writeline give the farmated out while in console.writeline in string not farmated How to use class library reference in asp.net project? Can you give m http://www.allinterview.com/showanswers/99387.html