What does ascx stand for?


No Answer is Posted For this Question
Be the First to Post Answer

Post New Answer

More ASP.NET Interview Questions

Below is a code extract from an ASP.Net application. The code basically reads data from the “name” field in the “members” table and prints them onto the webpage. Using the assumptions provided, fill in the 4 blanks below so that the code will run correctly. ‘Assumptions: ‘conn_str is a variable that holds the connection string to the database ‘Objects dbcomm and dbread are already declared earlier dbcomm = New OleDbCommand("SELECT name FROM members", conn_str) dbread = dbcomm._______________ _____________________ response.write(_______________) _____________________ dbread.Close()

4 Answers   Techno Solutions,


In early binding will the method invoked on com component will verify it?s existance in the system or not ?

0 Answers   DELL,


What is full trust in asp.net?

0 Answers  


what are the events raised in asp.net page life cycle?in which stage view state can be loaded?

0 Answers   EDS,


difference between writing connection string in web.config through connection string and appsettings

2 Answers   iSoft,






When during the page processing cycle is ViewState available?

1 Answers   Siebel Systems,


What is the parent class of all the web server control?

0 Answers  


What are the new web part controls in asp.net 2.0 ?

0 Answers  


Explain the boxing and unboxing concept in .net?

0 Answers  


List of interview questions collections at www.dpoint.weebly.com

2 Answers   IBM,


What is the procedure to create the environment for asp.net? : asp.net mvc

0 Answers  


What is custom control. What is the difference between custom control and user control?

2 Answers   Microsoft,


Categories