Sorting in data view web part(when enabling the checkbox in properties) works for the rows which are currently displayed, but i want that all the rows across apgination gets sorted. What modifications i need to do in XSLT or please suggest any other alternative. Please reply ASAP, its very urgent for me. Pls help
1 Answer
You need to do the following:
<ParameterBinding Name="dvt_sortfield" Location="Postback;Connection" DefaultValue="Modified"/>
<ParameterBinding Name="dvt_sortdir" Location="Postback;Connection" DefaultValue="descending"/>
-
Thanks for the reply sumit. But you know it very well that, then pagination numbering issue comes up :)Rocky– Rocky2010-10-20 10:23:37 +00:00Commented Oct 20, 2010 at 10:23