How Session use Cookies in State Management?
No Answer is Posted For this Question
Be the First to Post Answer
Can we Run the Application without Build
which is faster ArraytList Or Collection ? how? hows the Hashing works internally ?
Less than one page, how many windows will you be able to maintain?
What's the use of formatters in .net?
How does session id work?
What are uri parameters?
What is a session http?
What are the difference between overriding and overloading?
How you can access the properties and controls of master pages from content pages?
What is the difference between abstract class vs interface? Can give me the real time examples?
Can you edit data in the Repeater control? Which template must you provide, in order to display data in a Repeater control? How can you provide an alternating color scheme in a Repeater control? What property must you set, and what method must you call in your code, in order to bind the data from some data source to the Repeater control?
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.