all groups > asp.net datagrid control > september 2007
How is this possible?!
Posted by Med at 9/26/2007 1:46:51 PM
Hi,
I have a asp.net 2.0 GridView in an Ajax Update panel with paging enabled.
In the dropdown box users can select the grid's page size. My Gridview has
12 rows and the default pagesize is 10. However when Page size "20" or
"all" is selected, the grid shows all 12 rows in the browser (IE... more >>
Removing a control from a DataList
Posted by Steve Hershoff at 9/18/2007 4:48:41 PM
I have no idea if this is possible, but just in case: I have certain
circumstances in which I would like to remove a control from a DataList's
EditItemTemplate. Here's the current setup, slightly simplified:
<asp:datalist id="DataList1" Width="100%" runat="server" CellPadding="0"
CellSpa... more >>
Unable to retrieve schema - Divide by zero error encountered
Posted by Stephan Steiner at 9/17/2007 2:14:57 PM
Hi
Has anybody ever come across this error when working with a DataView on
ASP.NET 2.0?
Here's the funny thing - the grid works fine. However, if I try to edit
columns, I don't have the list of all the available columns in the data
source. If I try to refresh the schema, either in the ed... more >>
How to retrive value that is invisible in gridview
Posted by phyumon thant at 9/5/2007 12:08:18 AM
I can retrieve the value from gridview but i cann't if the value is
invisible in gridview. If i read the value that is hidden i got the
value null. I don't know why. if someone know, please let me know.
my code is as follow
protected void GridView3_RowUpdating(object sender,
GridViewUpd... more >>
Repeat Column - use as many as can fit.
Posted by Mufasa at 9/4/2007 1:54:34 PM
Is there a way in a datalist to have it auto calculate the number of columns
to put in? In other words, if it can fit 3 columns without wrapping, do
that. If only 2 would fit, do two.....
TIA - Jeff.
... more >>
|