|
Related Questions |
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
|
|
What are good ADO.NET object(s) to replace the ADO Recordset object.
|
View Answer
|
|
Can you give an example of when it would be appropriate to use a web service as opposed to a non-serviced .NET component
|
View Answer
|
|
Can you explain the difference between an ADO.NET Dataset and an ADO Recordset?
|
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 .NET / .NET Framework?
|
View Answer
|
|
What is "Microsoft Intermediate Language" (MSIL)?
|
View Answer
|
|
What is "Common Language Runtime" (CLR)?
|
View Answer
|