L
lewisawong
hi:
I have a form which has a gridview and detailsview. In design mode in
VS 2005, paging (1 2) shows in detailsview, but when run, it does not
show at all. Can anyone help? Thanks
Code:
<aspetailsView AutoGenerateRows="False" DataKeyNames="servers"
DataSourceID="SqlDataSource3"
HeaderText="Server Details"
ID="DetailsView1"
runat="server"
Width="700px"
OnItemUpdated="DetailsView1_ItemUpdated"
OnItemInserted="DetailsView1_ItemInserted"
OnDataBound="DetailsView1_DataBound"
BackColor="White"
BorderColor="White"
BorderStyle="Ridge"
BorderWidth="2px"
CellPadding="3"
GridLines="None"
AllowPaging="True"
CellSpacing="1">
I have a form which has a gridview and detailsview. In design mode in
VS 2005, paging (1 2) shows in detailsview, but when run, it does not
show at all. Can anyone help? Thanks
Code:
<aspetailsView AutoGenerateRows="False" DataKeyNames="servers"
DataSourceID="SqlDataSource3"
HeaderText="Server Details"
ID="DetailsView1"
runat="server"
Width="700px"
OnItemUpdated="DetailsView1_ItemUpdated"
OnItemInserted="DetailsView1_ItemInserted"
OnDataBound="DetailsView1_DataBound"
BackColor="White"
BorderColor="White"
BorderStyle="Ridge"
BorderWidth="2px"
CellPadding="3"
GridLines="None"
AllowPaging="True"
CellSpacing="1">