|
Related Questions |
View Answer |
|
Name some of the Microsoft Application Blocks. Have you used any? Which ones?
|
View Answer
|
|
How many classes can a single .NET DLL contain?
|
View Answer
|
|
Which control would you use if you needed to make sure the values in two different controls matched?
|
View Answer
|
|
How is a property designated as read-only?
|
View Answer
|
|
Which property on a Combo Box do you set with a column name, prior to setting the DataSource, to display data in the combo box?
|
View Answer
|
|
What tags do you need to add within the asp:datagrid tags to bind columns manually.
|
View Answer
|
|
What property do you have to set to tell the grid which page to go to when using the Pager object?
|
View Answer
|
|
What does WSDL stand for?
|
View Answer
|
|
What is the transport protocol you use to call a Web service SOAP
|
View Answer
|
|
Which method do you use to redirect the user to another page without performing a round trip to the client?
|
View Answer
|
|
What is the standard you use to wrap up a call to a Web service
|
View Answer
|
|
What tag do you use to add a hyperlink column to the DataGrid?
|
View Answer
|
|
How do you create a permanent cookie?
|
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 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
|
|
In what order do the events of an ASPX page execute. As a developer is it important to undertsand these events?
|
View Answer
|
|
Whats MSIL, and why should my developers need an appreciation of it if at all?
|
View Answer
|
|
How would you get ASP.NET running in Apache web servers - why would you even do this?
|
View Answer
|
|
Describe session handling in a webfarm, how does it work and what are the > limits
|
View Answer
|