I need this grid sorted on the initial display of this grid. The way it stand now the ID field intEventID comes up sort 4,5,6,9,7,8.... I need it sorted in order
=================================================================== <%@ Control Language="vb" Codebehind="ViewEventList.ascx.vb" Inherits="i2Integration.Modules.EventReg.ViewEventList" AutoEventWireup="false" Explicit="true" %> <%@ Register TagPrefix="dnn" TagName="Label" Src="~/controls/LabelControl.ascx" %>
CssClass="NormalDropDownList"> ableCell> CssClass="NormalDropDownList"> ableCell>
EnableViewState="False">No events were found. CssClass="EventList_MainGrid" CellPadding="4" GridLines="None"> SortExpression="intEventID" DataField="intEventID" ItemStyle-CssClass="EventList_EventIDColumn" /> BorderWidth="0" /> ItemStyle-CssClass="EventList_CategoryNameColumn" /> DataFormatString="{0:MM/dd/yy h:mm tt}" ItemStyle-CssClass="EventList_EventDateColumn" /> DataFormatString="{0:MM/dd/yy h:mm tt}" ItemStyle-CssClass="EventList_ViewStartDateColumn" /> DataFormatString="{0:MM/dd/yy h:mm tt}" ItemStyle-CssClass="EventList_ViewEndDateColumn" /> DataFormatString="{0:MM/dd/yy h:mm tt}" ItemStyle-CssClass="EventList_RegistrationStartDateColumn" /> DataField="dtmRegEnd" DataFormatString="{0:MM/dd/yy h:mm tt}" ItemStyle-CssClass="EventList_RegistrationEndDateColumn" /> DataField="strEventStatusName" ItemStyle-CssClass="EventList_StatusColumn" /> SortExpression="strSummary" DataField="strSummary" ItemStyle-CssClass="EventList_SummaryColumn" ItemStyle-Wrap="true" /> > /> EnableViewState="False">No events were found.ataTemplate> " /> />
|