all groups > asp.net datagrid control > august 2004 > threads for august 29 - 31, 2004
Filter by week: 1 2 3 4 5
Textbox Font and Fontsize in Edit Mode
Posted by RockNRoll at 8/31/2004 5:31:35 PM
How do I change the textbox font and fontsize in Edit Mode? Thanks,
-Dave
... more >>
DataGrid and css
Posted by MA at 8/31/2004 3:24:49 PM
Hi all!
I have set my CssClass property to gridstyle in my grid. It looks like this:
..gridstyle
{
border-style: solid;
border-width: 1px;
border-color: Black;
}
But nothing happends when I use this.
What am I doíng wrong??
/Marre
... more >>
Paging problem in VS.Net - datagrid disappears
Posted by Alan at 8/31/2004 2:01:02 PM
I have a datagrid in VS.Net showing numeric paging and the first page of
data is displayed. Clicking on any other of the page numbers results in the
datagrid disappearing - no error message, but the entire datagrid is gone.
I have tried putting "AddHandler DataGrid1.PageIndexChanged, AddressOf
D... more >>
Dependent DropDownLists
Posted by stephen at 8/31/2004 6:35:34 AM
I am having a problem with my datagrid. I have 2 edit
columns containing DropDownLists, one dependent on
another. Both lists are being populated from a sql
database.
Essentially, the first DropDownList contains a list of
colors (i.e. Red, Blue, Green, etc) with the second
DropDownList c... more >>
DataGrid Column sizing - Help
Posted by -Alex at 8/30/2004 8:57:33 PM
I have snipped the following code from an example only to find that it
apparently doesn't work with regard to comlun sizing. I have been wrestling
with this to no avail.
The dataset is filled with the expected data but the size is wrong.
Whenever I run with the code below numeric fields have... more >>
Postback for DataGrid Columns Added in Code Behind not firing.
Posted by landerud.pete NO[at]SPAM students.uwlax.edu at 8/30/2004 11:49:25 AM
I am trying to build a web custom control that displays a datagrid, so
first off I have no designer where I can drag and drop a datagrid and
then set properties from the user interface. I have to do everything
from the code behind. Most of the code follows below.
The problem is after I creat... more >>
Conditional doPostBack on Datagrid
Posted by whlskinner NO[at]SPAM netscape.net at 8/30/2004 9:52:24 AM
I have a ButtonColumn on my datagrid that I would like to post back
conditionally. What I would like to see is a JavaScript confirm
message that only posts the page when they click the Yes or OK button.
Is that possible? If so, how?
Thank you much... more >>
Refresh and/or Reindex a datagrid
Posted by et at 8/29/2004 8:53:34 AM
How can I refresh a datagrid, or more precisely, insert a new row with a new
index # and reorder the remaining rows. In ItemDataBound, if the value of
the county column is different than the county in the previous row, I insert
a new row with the County name. Get the current Index
(e.Item.Data... more >>
Don't see what you're looking for? Search DevelopmentNow.com.
|