all groups > asp.net datagrid control > august 2005 > threads for august 15 - 21, 2005
Filter by week: 1 2 3 4 5
How to hide border
Posted by Mark Aslan Kuschel at 8/21/2005 12:00:00 AM
Hi NG,
I implemented a datagrid on a website with green background. I wanted to
hide the datagrids borders, but there is one black border I cannot hide.
You can see a screenshot at
http://dingsbla.dotnet-infrared.de/images/Datagrid.jpg, when you zoom at the
border you see an 1px border.
... more >>
Datagrid doesn't appear
Posted by Dave at 8/20/2005 11:48:16 AM
I'm fairly new to this .NET stuff. I've got two related database tables. The
child table is just a set of textual selections for one of the columns in the
parent table - in Access it's a drop-down selector list. So, nothing too
clever.
I've set up the data connection, two data adapters and ... more >>
Checkbox validation in datagrid
Posted by kleykir at 8/18/2005 3:13:43 PM
I have a datagrid that has 3 checkboxes (checkbox1, checkbox2 and
checkbox3). Before i update a record to the database i want to run a
validation script on The checkboxes. The function should check that
Checkbox3 is unchecked if either checkbox1 or checkbox2 is checked and also
it should be unc... more >>
Using CType with grid data
Posted by eagle at 8/18/2005 1:25:40 PM
How do I retrieve a value off a grid, then convert it to a decimal, seems
like the only thing I can do is convert it to a string?? This is what works
if the value is a string:
strValue=cType(e.Item.Cells(1).Controls(1), Textbox).text
But I get an error when I try the following:
System.... more >>
DataList doesn't fire events
Posted by Neil Jarman at 8/17/2005 6:41:22 PM
Hi,
I'm new to this today, and I've got some test code (see below.) The data
loads fine.
I can't understand why any of the events fire. Once the page loads, clicking
on thew button from the ItemTemplate does not fire the OnItemCommand event.
It just fires a page reload - as a postback.
I... more >>
How to convert to mixed case from capital
Posted by Yoshitha at 8/17/2005 12:00:00 AM
Hi
I have a string like "KRISHNA MURTHY" in the database when i retrieve from
database
it has to show "krishna Murthy" (the first letters must be capitals) in the
field of datagrid of my asp.net application
how to do that please help me
Regards,
krishna
... more >>
Focus
Posted by lgrottland NO[at]SPAM yahoo.com at 8/16/2005 4:46:59 AM
Hello!
I have a grid that is derived from a datagrid control, and I was
wondering about one thing. And I hope that it's possible.
If I have say 200 items in my grid, and edit the 100'Th When I'm
finished editing this item, the grid is at top when I go back to the
grid. Are there any functio... more >>
How does update work
Posted by PhilM at 8/15/2005 5:48:35 PM
I bind a Datagrid to a recordset obtained from a stored proc in SQL server.
DataGrid displays the recordset.
User updates some data on the grip, pushes update button.
Event code calls Datagrid1.Update ... but what should that do? I suppose it
executes the code stored in the Update command of th... more >>
Don't see what you're looking for? Search DevelopmentNow.com.
Dynamic DataGrid
Posted by Joe Goeke at 8/15/2005 10:22:31 AM
I am attempting to use a DataGrid to dynamically display data based on what
category the user picks. My data is in a SQL Server DB. My current problem
is that I can't seem to find the best way to display the data in the
DataGrid.
For example, when the user picks a category (wing nuts), I ... more >>
|