all groups > asp.net datagrid control > december 2005 > threads for december 8 - 14, 2005
Filter by week: 1 2 3 4 5
InsertItemTemplate
Posted by bgallagher at 12/14/2005 12:34:34 PM
Is there a way to reference the objects within this template? I need to
add a file upload object (which I can do) but then need to know how to
reference that from an event so that I can then upload the file.
Thanks in Advance
... more >>
No "bordercolorlight" or "bordercolordark" table attributes with DataGrid ??
Posted by Jim Moon at 12/12/2005 3:12:06 PM
I'm trying to get the same look and feel from a new ASPX page that I have in
some older ASPs. They run side-by-side in a website.
How do I get the <asp:DataGrid> to write the "bordercolordark" and
"bordercolorlight" table attributes that I'm accustomed to using?
Thanks,
Jim
... more >>
Gridview - how to use stored procedures to update
Posted by Roberto Kohler at 12/12/2005 1:33:22 PM
I am trying to use a stored procedure to update a row in a Gridview but I
get the error
"Procedure or function sc_updDEPT has too many arguments specified"
The Stored procedure takes 3 parameters "sc_updDEPT @idplant, @iddept,
@deptname"
I configured the SqlDataSource to use the sc_updDEP... more >>
Help Creating Dynamic Checkbox Column
Posted by jeffcrater NO[at]SPAM hotmail.com at 12/11/2005 9:42:07 PM
I am using C#.
I can dynamically create a template column but how do I place a
checkbox control in the column header?... more >>
Automatically select a row or page
Posted by et at 12/10/2005 8:39:47 AM
I fill a paged datagrid based on an item the user clicks, which returns an
ID. The dgrid's datasource contains several records, but I want it to open
and automatically select the row or go to a particular page based on the id
field of the grid. How can I do this?
Thanks for your help.
... more >>
control over a column in datagrid by clicking its header
Posted by sakons at 12/9/2005 11:37:14 AM
Hi all
I have a problemin a webcontrol datagrid
I want to click on a column header and then be able to sort the grid by
that column and select that column without using sortcommand -or
control the column by click its header - the line under the header test
is more my problem - how can i contol ... more >>
Could not find a property named in ASP.NET 2.0
Posted by Bart at 12/9/2005 5:39:05 AM
Hi,
I get this exepction
"Could not find a property named 'COM_NAME' on the type specified by the
DataObjectTypeName property in ObjectDataSource 'ObjectDataSource1'."
when i try to update a detailgrid or form.
The detail grid is bound to an objectdatasource control
... more >>
Select buttons in datagrid
Posted by Vik at 12/8/2005 10:52:25 AM
If there are a few Select buttons in a datagrid, is there a way to
distinguish in code which button was clicked?
Thanks.
... more >>
Don't see what you're looking for? Search DevelopmentNow.com.
How to export the excel values to crystal reports
Posted by nivas.meda NO[at]SPAM gmail.com at 12/8/2005 7:25:35 AM
Hi ,
I am a dotnet developer.I am working on crystal reports.My requirement
is like this
I have an excel sheet with some values.I need to read the excel values
from excel sheet and need to show the values in crystal reports using
c#.what i can do for populating the excel values into crystal... more >>
|