Skill/Topic: BeginnerA) Java Virtual MachineB) Common Language RuntimeC) Windows explorer
Latest Answer : Common Language Runtime ...
The best way to delimit ASP.Net code from HTML code in your pages is by using --------------- tags.
Skill/Topic: BeginnerA) < Body >B) < Head >C) < Script >
The code will be processed on web server when the runat attribute of the < Script > tag has the following value.
Skill/Topic: BeginnerA) DesktopB) ClientC) Server
Skill/Topic: IntermediateA) DatalistB) DropdownListC) RepeaterD) Datagrid
Latest Answer : Repeater Control Doesn't have visible Interface ...
Skill/Topic: IntermediateA) RepeaterB) DatagridC) BothD) None
Latest Answer : Data Grid supports paging ...
Skill/Topic: AdvancedA) VBB) JAVAC) COBOLD) All of the above
Latest Answer : VB also supports SOAP ...
Skill/Topic: AdvancedA) 1.0B) 1.1C) 2.0D) 3
Latest Answer : NO option is correct???. Then why do u have that question in Online Testing Section. Please Correct it. ...
How to bind columns manually to a datagrid control.&what is meant by application tracing ,wht r the settings u have to do 4 that?thank you ,waiting for ur rply sir.
Is it possible to edit multiple records at a time in a ASP.Net datagrid??Data should come from Database in a grid and make some changes then update the records by a single command command button; Updated data should be stored back in the database.
Latest Answer : Use Item command to bind all the controls which are placed on different columns of a datagrid. when we will click on any control then it will fire a bubble event. Itemcommand will write the code in javascript for each control, any action is happed that ...