| Thread | Last Post | Replies |
|
| Can I add tooltiptext to a select button in a datagrd? | 26 Aug 2003 04:56 GMT | 2 |
Can I add tooltiptext to a select button in a datagrid?
|
| DataGrid EventCommands? I just can't get it... | 24 Aug 2003 22:21 GMT | 2 |
I just can't seem to get the DeleteCommand and UpdateCommand work in a datagrid. My setup includes Visual Studio.NET 2003, C# Web Application. I can very easily create the oleDbConnection, oleDbDataAdapter, the Dataset
|
| Problem/Question with 'Select button' column | 24 Aug 2003 16:13 GMT | 1 |
I'm writing a tool in asp.net to help the owner's of the existing data to purify it prior to importing into a new structure. There are far too many fields to display all of them in the datagrid, so I have created some common views, displaying somewhat different data in each. I ...
|
| controlling size of editcommand column in edit mode | 24 Aug 2003 13:40 GMT | 3 |
I am facing problem in controlling the size of the edit command coulmn after...both before clicking edit and also during when we see the update/cancel look...i have got imgaes instead of Edit and Update/Cancel text...
|
| custom datagrid control for reuse | 23 Aug 2003 18:20 GMT | 1 |
I have created a class for a custom datagrid control, whenn testing the control it appears ok in design time on the test web form, however doesnt appear on run time any ideas. Thanks
|
| Image Button in Datagrid WebControl | 23 Aug 2003 05:33 GMT | 7 |
Is there any way to put in image button in the datagrid. The button column seems to have all the functionality, but does not have an img_url property. Thanks in advance. Jim
|
| error | 22 Aug 2003 15:11 GMT | 1 |
What is this? A page can have only one server-side Form tag
|
| Change text of edit/update/delete buttons | 22 Aug 2003 12:58 GMT | 1 |
I Have a datagrid with edit/update/delete hyperlink buttons and would like to change the text of these buttons during runtime. How can I do that? Regards,
|
| dynamically change | 21 Aug 2003 22:05 GMT | 2 |
I need to know how to modify the <asp:BoundColumn/> to N/A when the datafield value comes in as negative quantity and color it different on the ASP.Net DataGrid, help me. thanks
|
| LinkButtons in a DataGrid blanks out my complete DataGrid (WTF !!) | 21 Aug 2003 13:48 GMT | 1 |
OKay, I am starting to pull my hair out here !! Everytime I click on either of my two LinkButtons (in the DataGrid), it complete wipes out my DataGrid !! (gone !!) Why in the world is it doing this !?!?
|
| System.ArgumentOutOfRangeException | 20 Aug 2003 18:44 GMT | 1 |
Specified argument was out of the range of valid values. Parameter name: index Exception Details: System.ArgumentOutOfRangeException: Specified argument was out of the range of valid values. Parameter name: index
|
| Help with Delete in DataTable and DataGrid | 20 Aug 2003 12:10 GMT | 1 |
Can someone please help with a problem I have. The BOL I think are useless in explaining what I want to do. I have a datagrid, that is bound to a dataview. I have a checkbox as a template column and a button marked 'delete'.
|
| Datagrid Binding Error "Object does not match target type" | 20 Aug 2003 11:35 GMT | 1 |
I have a datagrid in which I want to visualize objects of various type (they inherit from the same base class). I want to display common properties of the objects over the grid. At runtime I create an ArrayList that contains all the objects . When I make
|
| How to put a full radio button list in each row of datagrid? | 20 Aug 2003 01:28 GMT | 1 |
I have a datagrid where I display images. I want visitors to be able to rate the images on a scale of 1 to 10 by clicking a radio button, which will cause an auto-postback. In that auto-postback event, I want to be able to identify which row caused it, and determine which
|
| (.NET Newbie) DataGrid killing me !!! (a couple questions) | 19 Aug 2003 20:18 GMT | 3 |
Okay, I'm brand new to .NET and have a Data Grid that is absolutaly killing me !! I have a couple questions: 1. I have a Web Label and a HTML Table after the DataGrid and in design it looks great (in FlowLayout), but when viewed (View in
|