Interview Questions

The two properties of a DataGrid that has to be specified to turn on sorting and paging respectively are ...

ASP.NET and .NET WEB Questions and Answers


(Continued from previous question...)

The two properties of a DataGrid that has to be specified to turn on sorting and paging respectively are ...

The two properties of a DataGrid that has to be specified to turn on sorting and paging respectively are
* EnableSorting = “true” and EnablePaging = “true”
* DisableSorting = “false” and DisablePaging = “false”
* AllowSorting = “true” and AllowPaging = “true”
* Sorting = “true” and Paging = “true”


AllowSorting = “true” and AllowPaging = “true”

(Continued on next question...)

Other Interview Questions