|
code
newsgroups
|
|||||||||||||||||||||||
|
|||||||||||||||||||||||
GridView custom control and post back issuessql datasource. I made the gridview control properties visible from the asp.net page where it is created. Here is the code which is working fine <ord:OrderItemView runat="server" ID="orderItems" AllowPaging="true" PageSize="10" DataMember="OrderList" DataSourceID="orderDataSource" > </ord:OrderItemView>and here is the code which is creating issues with post back. only the differenece is hiding the columns <ord:OrderItemView runat="server" ID="orderItems" AllowPaging="true" PageSize="10" DataMember="OrderList" DataSourceID="orderDataSource" > <PartTypeField DataFormatString="{0:d}" HtmlEncode="false" /><ItemDescriptionField Visible="false" /> <ItemPriceField Visible = "false" /> <QuantityField Visible="false" /> </ord:OrderItemView> and the rows dont post properly. any help is highly appreciated. Thanks Gopi
GridView w/ ObjectDataSource w/ Business object layer
GridView, ObjectDataSOurce, and enum parameter for select Web UserControl (ascx) and UrlProperty attribute Cant get user-entered values in GridView Scrolling DG w/a Fixed Header Datalist formatting questions DataGrid1.DataSource = ds.Tables(2) Treeview SelectedNodeChanged event not firing DropDownList Items attribute. Problem with Tree View Checkboxes not getting checked. |
|||||||||||||||||||||||