what are the new server controls added in Asp.net 2.0?
Answer / a.mustaq
Navigation Controls:
Site MapPath
TreeView
Menu
DataBindingControls
SqlDataSource
oledbDatasource
ObjectDataSource
DataCotrols:
GridView
DetailsView
FormsView
Is This Answer Correct ? | 2 Yes | 0 No |
When an ASP.NET server control is added to a web form, Visual Studio .NET adds one item to the class for the form. What item is added? a) The event registration. b) A protected class member for the control. c) A default event handler for the click event. d) A default class that inherits from the control?s base class.
4 Answers Syntax Softtech, TCS,
Is asp.net easy to learn?
why many web.config files are used in are project
When is the ViewState available during the page processing cycle ?
Explain weak typing and strong typing.
What are different templates available in Repeater,DataList and Datagrid ?
What are main return types supported in Web API?
Exception handling
What is difference between user control and custom control?
Why select Web API?
Hi, I am developing an application (quiz engine) using C# in Dot net. My problem is I am designing the selction option using radio button. So, I want to retrive the data from the database to the radiobutton option. And also please tell me the how to compare the correct answer option with Answer selected by the users. If any body knows or have done this before please Help me out. My mail id is get_rome@yahoo.co.in. Table format: Question Id Queston Option1 Option 2 Option 3 Option 4 Correct answer 1 What is ur name? My name is ….. My name …. My name …. My name …. My name is tom
How do you install windows service?