![]() Related Questions Latest Answer : It allows the page to save the users input on a form across postbacks. It saves the server-side values for a given control into ViewState, which is stored as a hidden value on the page before sending the page to the clients browser. When the page is ... 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? Latest Answer : Datgrid's CurrentPageIndex Property ... 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? Latest Answer : In C# if you specify a get accessor but do not specify a set accessor for a property it becomes a read only property. ... Now VB.NET is object-oriented language. The following are some of the differences:Data Type Changes The .NET platform provides Common Type System to all the supported languages. This means that all Latest Answer : The big one is that VB (we are talking VB through VB6) is entirely in the COM world not the .Net world of managed code. VB generates either threaded P-code or native EXE, processed by the VB runtime, but does not have concept of Release vs Debug. ... Machine configuration file: The machine.config file contains settings that apply to the entire computer. This file is located in the %runtime install path%Config directory. There is only one machine.config Latest Answer : Machine.config file resides in \config folder. It contains settings which apply to the entire computer. ... 1. Datagrid has paging while Datalist doesnt. 2. Datalist has a property called repeat. Direction = vertical/horizontal. (This is of great help in designing layouts). This is not there in Datagrid. Latest Answer : Datagrid is most restrictive as regards to customization followed by DataList and finally Repeater is the most customizable.Datagrid has built in paging, sorting and editing capabilities which are not there with the other two controls. So if you want ...
Sponsored Links
| ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||