| Thread | Last Post | Replies |
|
| DataGrid Select Button Event not fired | 21 Oct 2005 16:15 GMT | 1 |
i am creating datagrid , i have added button column in my datagrid ,but the event for button column is not fired. i have added buttoncolumn to datagrid as shown below: ButtonColumn bs = new ButtonColumn();
|
| my DataView won't sort | 21 Oct 2005 02:53 GMT | 1 |
When I set the Sort on a DataView, it is ignored, and I can't figure out why. I'm using vb.net. After I successfully populate the DataView, I set the Sort on a String column, but it doesn't happen, and consequently my datagrid which is bound
|
| Problem connecting to Oracle database | 19 Oct 2005 15:01 GMT | 1 |
Hi all... I have an ASP.NET application where I placed a DataSource control connected to an Oracle 7.3.4 database using MSDAORA provider. When I configured the connection string I chose Oracle Database as the data
|
| What to do about checkboxes? | 19 Oct 2005 11:42 GMT | 1 |
I have a grid with odds and ends of data, some of the fields are true/false checkboxes. The users don't like the fact that the checkboxes are modifiable even when not in edit mode. What does everyone else do about this? Disable it? change it to display
|
| and null fields in a datagrid | 19 Oct 2005 11:41 GMT | 1 |
in the itemDatabound event of a datagrid, both null fields and blank string come through as in the e.items.cells field. Is there anyway to tell them apart? Thanks,
|
| GridView reload for the updated records. | 19 Oct 2005 09:29 GMT | 2 |
Is there any way that I can call a vb function from Javascript ......... Scenario I have a search which shows output in a gridview. I have one Select commandButton which opens a pop-up window using showModalDialog()
|
| Create User Controls dynamically | 19 Oct 2005 09:27 GMT | 2 |
Howdy, I have a user control that needs to be displayed X amount of times on one page. How is this done? I was thinking of putting it into a datagrid, which would work, but is there a better way?
|
| datagrid checkbox list edit item not working | 19 Oct 2005 04:39 GMT | 1 |
I am using asp template columns. I display box values from a lookup table. The datagrid displays field "bookid" and the checkbox displays "category" field for the book. The category field is a string concatenation of category values such as CT,MR,NM or just CT
|
| plz give me this code in C# | 18 Oct 2005 06:02 GMT | 2 |
hi friends, thanks for helping in my previous problem.could anyone take this site as and give the c# code for the concerned related requirement.i am getting lot of errors.
|
| Define a filter based on record value | 17 Oct 2005 23:18 GMT | 1 |
I have a datagrid with two columns visible, both being dropdown boxes linked to other tables. Is it possible to filter the datasource of the second column, based on the value chosen in the first column?
|
| DataAdapter question | 17 Oct 2005 23:16 GMT | 1 |
I'm using ADO style. I have an Access database with four tables that I will want to do queries on. I will want to do queries on all four tables, at least individually, and possibly at the same time (using "INNER JOIN"). My question: Is it better to have four individual ...
|
| Number of rows in a datagrid | 16 Oct 2005 23:44 GMT | 5 |
I discovered the hard way that the property "VisibleRowCount" of a datagrid is ONLY that, the number of visible rows, NOT the number of populated rows in the datagrid. I need the number of populated rows (i.e. the number of records the user has
|
| Fixing Column Widths Permanently | 14 Oct 2005 17:39 GMT | 1 |
I have a datagrid that I'm using to show a list of hierarchical data, much like a tree-view. I won't go into the detail, suffice to say that the reason I'm doing this is because of the poor quality of the data (imported from a legacy system) and the manner in which the database
|
| datagrid can't get value to do insert | 14 Oct 2005 10:10 GMT | 2 |
I am trying to get the value out of a datagrid please help Getting error Object reference not set to an instance of an object. at line
|
| DATAtable basics..? | 13 Oct 2005 18:45 GMT | 1 |
I have created a datatable as mydatatable and pointed that table to gridview...AM I CORRECT below.. --------------------------------- DataTable myDatatable=new DataTable("ParentTable"); DataColumn myDataColumn=new DataColumn();
|