Can you explain how ASP.NET application life cycle and page life cycle events fire?
Explain the use of fragment caching.
Take a Large textbox allow to type any data. Task 1:display the count of vowels in a lable on key press event of the textbox Task 2:dispaly count of dates in a lable when dates in following foramats:dd/mm/yy , mm/dd/yy , yy/mm/dd. Task3:compare 2 dates and display both are same or not which dates are in dd/mm/yy and mm/dd/yy farmats.
Explain the asp.net mvc request life cycle? : asp.net mvc
Why do we need Sessions?
What is the basic purpose of the required field validator? How can you use a required field validator to check that the user changes the initial value of a text box? a listbox?
What is Runtime callable wrapper?
what is the dllhell? why we use the dllhell?
What is meant by asp.net?
What is the concept of postback in asp.net?
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.
When is an object collected by the Garbage Collector? [Four options were given]
What is the difference between page.registerclientscriptblock and page.registerstartupscript?