What is the difference between user control an custom control?


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

Post New Answer

More ASP.NET Interview Questions

Explain the reason why the javascript validation not run on the asp.net button but run successfully on the html button?

0 Answers  


What is different authentication mechanisms used in ASP.NET?

0 Answers   Amdocs,


What is Razor View Engine

0 Answers   HCL,


Why asp.net is better than php?

0 Answers  


How Can assign alias name for ASP.NET Web API Action?

0 Answers  


You are using the try? catch block seen in the following code segment, but no exceptions are ever caught by the catch block. What is the problem? SqlConnection cn =new sqlConnection(strSQL); SqlDataSet ds; try { cn.open(); //perform the data processing steps ??.. } catch (OleDbException e) { ?.. } a) The exception class is wrong; it should be sqlErrors. b) The exception class is wrong; it should be sqlSyntaxExceptios. c) The exception class is wrong; it should be sqlExceptions. d) The exception class is wrong; it should be sqlExcptions.

2 Answers   Microsoft, Syntax Softtech,


What is asp.net and how it works?

0 Answers  


what is clr . how we access them?

3 Answers   TCS,


What is difference between viewstate and session state in javascript?

0 Answers  


what are the Custom controls in asp.net?

0 Answers   MCN Solutions,


What is _dopostback in asp net?

0 Answers  


what is an Eventbubbling?

3 Answers   DSS,


Categories