|
Related Questions |
View Answer |
|
Which two properties are on every validation control?
|
View Answer
|
|
How do you turn off cookies for one page in your site?
|
View Answer
|
|
What method do you use to explicitly kill a user’s session?
|
View Answer
|
|
What base class do all Web Forms inherit from?
|
View Answer
|
|
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?
|
View Answer
|
|
How can you provide an alternating color scheme in a Repeater control?
|
View Answer
|
|
Which template must you provide, in order to display data in a Repeater control?
|
View Answer
|
|
Which method do you invoke on the DataAdapter control to load your generated dataset with data?
|
View Answer
|
|
In what order do the events of an ASPX page execute. As a developer is it important to understand these events?
|
View Answer
|
|
Where would you use an iHTTPModule, and what are the limitations of anyapproach you might take in implementing one?
|
View Answer
|
|
Explain what a diffgram is, and a good use for one?
|
View Answer
|
|
Describe the difference between inline and code behind - which is best in a loosely coupled solution?
|
View Answer
|
|
What's an assembly?
|
View Answer
|
|
How would you implement inheritance using VB.NET/C#?
|
View Answer
|
|
Can you explain what inheritance is and an example of when you might use it?
|
View Answer
|
|
How does VB.NET/C# achieve polymorphism?
|
View Answer
|
|
What are ASP.NET Web Forms? How is this technology different than what is available though ASP?
|
View Answer
|
|
Can you give an example of what might be best suited to place in the Application_Start and Session_Start subroutines?
|
View Answer
|
|
What is the difference between Server.Transfer and Response.Redirect?
|
View Answer
|
|
What does the "EnableViewState" property do? Why would I want it on or off?
|
View Answer
|