| Thread | Last Post | Replies |
|
| Using sqlDataAdapter to fill Dataset | 31 Jan 2005 22:13 GMT | 1 |
I am setting my adapter to the below value and then filling the dataset and binding the data grid to that after I set my dataset equal to the datagrid's datasource. I manual bind the fields of the query to the datagrid. Can I set my sqlDataAdapter like this. It's choking on B ...
|
| Reference Datagrid Footer Control | 31 Jan 2005 17:54 GMT | 1 |
In a datagrid footer, how could I programmatically set a footer textbox text? E.g.. the datagrid (dg1) will bind to a datareader based on a query. If the query does not generate any results the datagrid will appear without any data, just a footer containing a few textboxes for ...
|
| multiple Rowfiltering and binding the changes to the datagrid | 31 Jan 2005 16:57 GMT | 3 |
I have the following problem: I have several DropDownList Controls where the user may select multiple values and let the results be displayed in the datagrid. The first filter will always work, but when the second filter is done, the effects of the first filtering are lost. So ...
|
| Casting a grid | 31 Jan 2005 15:01 GMT | 2 |
I have a web form with several grids on it, and a procedure that cycles through each grid to do a number of tasks, using for next, and am getting a "Specified cast is not valid" error when I attempted to put the grid names in an arraylist.
|
| Refresh problem | 31 Jan 2005 09:44 GMT | 1 |
I use javascript to modify the label. when I refresh the web page. I lost the modification. How can I put it into ViewState or How can I know whether it is a refresh or regular postback in code behind? any idea?
|
| auto postback(urgent!) | 30 Jan 2005 13:57 GMT | 1 |
I have a datagrid and a button(id=Button1). when the user select the row. I want to excute javascript to invoke "__doPostBack("Button1","")" . just like the user press the button and do the postback. In reguar aspx, It works great. But in user control(ascx). because all control's id ...
|
| OnItemDataBound Problem | 28 Jan 2005 17:19 GMT | 2 |
I created a DataGrid programmatically, my problem is that I dont know how to associate a function with the OnItemDataBound event of the Datagrid if it's created programmatically. Would anyone help me do this?
|
| Bees knees of grid controls for ASP.NET | 27 Jan 2005 05:38 GMT | 10 |
Whilst the datagrid is pretty good, we're finding it's a little too post-back intensive for some of our applications. Having come from the native Windows client environment, the lack of client side functionality is something frustrating.
|
| Loosing css? | 26 Jan 2005 15:49 GMT | 4 |
I have a problem with my datagrid and css. To fill my grid, I have a database connection. The sql is partly built from drop down lists (select * from myTable where id='ddl value'. My problem is, that when I select something in my drop down and the page
|
| playing around a DataGrid | 26 Jan 2005 09:56 GMT | 1 |
hi I have a view which return 1000 numbers and amounts like this: Number Amount 000 234
|
| DataGrid with manual dataSource | 26 Jan 2005 01:03 GMT | 1 |
I'd like to use a DataGrid but use a collection of objects as it's source. Preferablly I'd like to have the column data be retrieved directly from the row object in the collection (instead of from an array of data). Is there a way to do this?
|
| Dropdownlist in template column to fire a SelectedIndexChanged event? | 25 Jan 2005 18:41 GMT | 6 |
I have a ddl in a template column of a data grid. The ddl displays fine. I'm having no luck though getting an event to fire when the user selects a new value in a row's ddl. I can put a button in the template and get the command event for the grid, but nothing for the
|
| Changea buttoncommand for one record only | 24 Jan 2005 21:50 GMT | 1 |
I have a datagrid with the standard Edit and Delete columns that you can add using the property builder. I added a 3rd column for "Confirm Delete". When the Delete button is clicked, it runs dg_ItemCommand, and changes the visible column to say "Confirm Delete". If user clicks on ...
|
| Datagrid Not Displaying | 24 Jan 2005 20:56 GMT | 4 |
Datagrid below. It will not display. The page shows nothing but the html header. I have tested the query in query analyzer. Records exist and should be displayed. I've stripped out all extraneous code to try to narrow down where the syntactic flaw is but am still coming up
|
| Retreive values from invisible cell | 24 Jan 2005 20:31 GMT | 1 |
I'm trying to update a table with an editable DataGrid (Edit, Update, Cancel button). In the Update event of the item, I can retreive every value by using the TableCell object (DataGridCommandEventArgs.Item). The only value I can' retreive is the one that I stored in an invisible ...
|