Our website is made possible by displaying online advertisements to our visitors. Please consider supporting us by whitelisting our website.

ASP.net

What tags one need to add within the asp:datagrid tags to bind columns manually ?

What tags one need to add within the asp:datagrid tags to bind columns manually ?

A. Set AutoGenerateColumns Property to true on the datagrid tag
B. Set AutoGenerateColumns Property to false on the datagrid tag
C. Set AutomaunalColumns Property to true on the datagrid tag
D. It is not possible to do the operation

What tags one need to add within the asp:datagrid tags to bind columns manually ? Read More »

ASP.net

If one has two different web form controls in a application and if one wanted to know whether the values in the above two different web form control match what control must be used ?

If one has two different web form controls in a application and if one wanted to know whether the values in the above two different web form control match what control must be used ?

A. CompareValidator
B. DataList
C. Listview
D. GridView

If one has two different web form controls in a application and if one wanted to know whether the values in the above two different web form control match what control must be used ? Read More »

ASP.net