Dategrid filtering and sorting
How can we sort all the fields at once?

Answers were Sorted based on User's Feedback



Dategrid filtering and sorting How can we sort all the fields at once? ..

Answer / ish

By putting the dataset value in dataview and sort that
dataview According the field and for filtering we can use
rowfilter option with dataview . after that we can bind
that dataview value with datagrid.


we can also use sortexpression in datagrid propertybuilder.

Is This Answer Correct ?    3 Yes 0 No

Dategrid filtering and sorting How can we sort all the fields at once? ..

Answer / pritam

first write one sql query and there include "order by (the
column header of the datagrid what you have used").

Is This Answer Correct ?    2 Yes 0 No

Dategrid filtering and sorting How can we sort all the fields at once? ..

Answer / srividhya.s

Undoubtedly u need to write a sql query for this with the
order by (or) sort by.

And also call the subroutine that fills the datagrid after
each insert or delete so that u can see the changes at the
runtime with the new alignment(i mean sorting)...

Is This Answer Correct ?    1 Yes 0 No

Post New Answer

More ASP.NET Interview Questions

I have to send data throug querystring from one page to another. But it should not be displayed in URL. How it is possible?

6 Answers   EMR, Wipro,


What r the asp.net list controls and diff. Between them?

0 Answers  


About web methods and its various attributes ?

1 Answers   Digital GlobalSoft,


Explain program to call the js function when the change is being made in the dropdown list made in asp.net mvc? : asp.net mvc

0 Answers  


What is the asp.net mvc folder conventions? : asp.net mvc

0 Answers  






Describe a bubbled event and how it is used ?

0 Answers   Siebel,


What?s the difference between Response.Write() andResponse.Output.Write()?

2 Answers  


How ASP.NET page works?

0 Answers   MCN Solutions,


What data types do the RangeValidator control support?

2 Answers   Siebel Systems,


What is Virtual path in ASP.Net

2 Answers   Proteans,


what is service contract,operation contract?

2 Answers  


Explain diff. Between friend and protected friend?

0 Answers  


Categories