Saturday, 8 June 2013

filter max and min value from table on code behind

string pp=DataTable.Compute("Max(ColumnsName)",string.empty).ToString();

and From dataview---------------

Dataview.RowFilter = "Max(ColumnsName)";

No comments:

Post a Comment

How to highlight selected text in notepad++

  –> To highlight a block of code in Notepad++, please do the following steps step-1  :- Select the required text. step-2  :- Right click...