In order to bind the data from a data source to the Repeater control what property is set and what method must you call in your code,?
No Answer is Posted For this Question
Be the First to Post Answer
What is difference between singleton and single call?
Why is asp.net so popular?
How can you dynamically add user controls to a page?
What is the first name space in .netF/W heirarchy
what is command line compiler.what are the steps and how it is related to debugging.
What is the T-SQL equivalent of IIF (immediate if/ternary operator) function of other programming languages?
Explain what is an abstract class?
What would be salary for 8+ years of experience in ASP.NET in different metro city in india?
I am having four text boxes in my web application. I am setting Required Field validator to each Text box. And I am having two buttons in my application. If i clicked the first button only first two text box validation will get fire. Dont show error message for remaining two text box. If i clicked second button last two text box validation will get fired. It will not consider the first two validation controls. That is how to enable and disable the validation controls.
Why is validation always done on the server? When does that occur?
Explain what is clr?
Write a standard lock() plus double check to create a critical section around a variable access?