|
Related Questions |
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 transport protocol you use to call a Web service SOAP
|
View Answer
|
|
True or False: A Web service can only be written in .NET
|
View Answer
|
|
What does WSDL stand for?
|
View Answer
|
|
What property do you have to set to tell the grid which page to go to when using
|
View Answer
|
|
What is the Pager object?
|
View Answer
|
|
Where on the Internet would you look for Web services?
|
View Answer
|
|
What tags do you need to add within the asp:datagrid tags to bind columns manually.
|
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
|
|
How is a property designated as read-only?
|
View Answer
|
|
Which control would you use if you needed to make sure the values in two different controls matched?
|
View Answer
|
|
True or False: To test a Web service you must create a windows application or Web application to consume this service?
|
View Answer
|
|
How many classes can a single .NET DLL contain?
|
View Answer
|
|
Briefly explain how code behind works and contrast that using the inline style.
|
View Answer
|
|
What are HTML controls, Web controls, and server controls.
|
View Answer
|
|
Briefly explain how the server control validation controls work.
|
View Answer
|
|
Briefly explain what user controls are and what server controls are and the differences between the two.
|
View Answer
|
|
Briefly explain how server form post-back works (perhaps ask about view state as well).
|
View Answer
|
|
Can the action attribute of a server-side tag be set to a value and if not how can you possibly pass data from a form page to a subsequent page. Briefly describe the role of global.asax.
|
View Answer
|
|
How would ASP and ASP.NET apps run at the same time on the same server?
|
View Answer
|