Why we are using mvc instead of asp.net? : Asp.Net MVC
If I am developing an application that must accomodate multiple security levels though secure login and my asp.net web application is spanned across three web-servers (using round-robin load balancing). What would be the best approach to maintain login-in state for the users?
How to retrieve data row by row from a DataTable? Thanks In advance PriyaPP
What are the ways to show data grid inside a data grid for a master details type of tables? If we write any code for DataGrid methods, what is the access specifier used for that methods in the code behind file and why?
How many classes can a single .NET DLL contain?
You are planning the deployment of an ASP.NET application. The application uses a Visual Studio .NET component named DataAccess that will be shared with other applications on your Web server. You are using Visual Studio .NET to create a Windows Installer package. You need to deploy DataAccess and the ASP.NET application so that they can be uninstalled later of necessary. What should you do? A . Create a setup project for DataAccess. Add the ASP.NET application in a custom action. B . Create a setup project for the ASP.NET application. Create another setup project for DataAccess. C . Create a Web setup project for the ASP.NET application. Add a project output for DataAccess. D . Create a Web setup project for the ASP.NET application. Add a merge module for DataAccess.
What is the difference between abstract class vs interface? Can give me the real time examples?
What’s the difference between Response.Write() andResponse.Output.Write()?
Any alternative to avoid name collisions other then Namespaces?
Can you edit data in the Repeater control?
witch is the best insistute in sharpoint course.what abt future of share point course.
Which type of state management is provided by Query String in ASP.NET?
0 Answers Sans Pareil IT Services,
Question asked by one of interviewer in panal is given below: We have 2 user control on same page ,1st user control contains textbox and a button while 2nd user control have label. when ever we click on button click of 1st custom control button the value of the textBox will get updated into Label of 2nd custom control. How to do this.Your help will be appreciated.