all groups > asp.net datagrid control > november 2005 > threads for november 1 - 7, 2005
Filter by week: 1 2 3 4 5
DataGrid EditItemCommand : must click twice to make DataGrid Editable
Posted by Diane at 11/7/2005 10:38:12 PM
Hey-
I am having trouble with a simple datagrid example, and need some
advice if anyone is knowledgable. It's really driving me batty! I've
searched newsgroups and help sites but nobody seems to have an answer
that makes things work, although lots of folks seem to have had this
problem befo... more >>
Stumped on dropdownlist, editcommand
Posted by jhcorey NO[at]SPAM yahoo.com at 11/7/2005 12:27:58 PM
I've been googling this and know it's been covered often, but I can't
get mine to work.
I'm using a dropdown list when editing the record in the datagrid.
I'm using an arraylist (although I'm willing to change) to populate the
dropdown.
The problem is selecting the item in the dropdown that... more >>
How about giving www.aspnetfaq.com a test ride ?
Posted by Juan T. Llibre at 11/7/2005 12:00:00 AM
Hey, guys.
How about giving http://www.aspnetfaq.com/ a test ride ?
Especially, check out the search facility.
Make sure that you hit the Search button, though.
I have not yet set the default behavior to Submit when you hit enter.
Also, check the selection by category and the FAQ selectio... more >>
Dynamically Adding DataLists
Posted by Nathan Sokalski at 11/6/2005 5:30:07 PM
I have a page on which I want to display several sections each of which
contain a list of names. I have two database tables, one of which contains
the section headings, and the other contains the names and which section
they belong to. I would like to use databinding to display this informatio... more >>
Repeating horizontally
Posted by Owen Blacker at 11/4/2005 11:25:31 AM
Bear with me, this query isn't fun.
I'm building an e-commerce site and the Information Architecture for
the
Product Comparison page requires repeating horizontally:
+----------+--------------+--------------+--------------+--------------+
| | [Image] | [Image] | [I... more >>
Repeating horizontally
Posted by Owen Blacker at 11/4/2005 11:25:24 AM
Bear with me, this query isn't fun.
I'm building an e-commerce site and the Information Architecture for
the
Product Comparison page requires repeating horizontally:
+----------+--------------+--------------+--------------+--------------+
| | [Image] | [Image] | [I... more >>
Complex DataGrid
Posted by zhuang at 11/4/2005 6:59:19 AM
Hi,
Based on the article I have read so far, I know we could customize
datagrid at column level, how about cell level?
What I want to achieve is the datagrid only have one column, some cells
are just like normal BoundColumn, some of them are comboBox. Is it
possible?
Thanks
... more >>
Customizing pager/header/footer
Posted by Tumurbaatar S. at 11/4/2005 12:00:00 AM
I need to put web controls inside pager, header or footer
parts of the datagrid. Any ideas?
... more >>
Don't see what you're looking for? Search DevelopmentNow.com.
Checkbox value in datagrid does not reflect appearance
Posted by PaulNaude at 11/3/2005 2:27:03 AM
I have a datagrid with boolean columns and as a test I display the value of
the checkbox in a label (not bound) as the user clicks in the grid cell.
Depending on the value of the checkbox as set by the user, my code should go
different routes.
My problem is that the value of that particular ... more >>
DataGrid Edit TextBox
Posted by Aidal at 11/3/2005 12:00:00 AM
Hi NG.
I'm having trouble controling the size of the textboxes that appear when the
user clicks the "edit" button for a row in my datagrid.
I know it can be done and I know it doesn't require much, but I just can't
seem to find out how to anyway.
If anyone could help me out with this litt... more >>
datagrid : change the string formatting expression
Posted by Franck at 11/3/2005 12:00:00 AM
hello,
i'm looking for code (C# preferably)
in order to change programmatically in a datagrid
the string formatting expression of one bound colum
thank you
... more >>
output parameters not working in if return resultset
Posted by Charts at 11/2/2005 1:21:04 PM
I am calling a stored procedure in SQL Server to return resultset to fill a
datagrid in ASP.NET (using C#). I also want to return error code in ether
return value or output parameters for ASP.NET calling program. I execute the
stored procedure and tried to get hold of either return value or ou... more >>
|