| Thread | Last Post | Replies |
|
| ItemDataBound with field relations | 24 Jan 2005 13:10 GMT | 1 |
Having a problem with the ItemDataBound event. In my example I am binding an asp.net DataGrid to a child table in a typed dataset with two related tables. Some of the columns display fields in the child, while others lookup to the parent via a dataset relation. The grid displays ...
|
| Data Grid Disappears after postback | 24 Jan 2005 01:10 GMT | 1 |
I have created a fully programmatically datagrid each time I press any button, the datagrid disappears when it posts back how do I keep the grid on the screen without re-constructing it from scratch each time? I have tryed saving it on session variables without any success
|
| Creating News page the dotnet way | 23 Jan 2005 17:30 GMT | 1 |
On out intranet we have a 'news' section were a secretary can add, delete or edit articles via an apsx interface pages. To display this newspage I query all articles from DB and create a string programmaticly and then do a response.write of my string. While this works I can't ...
|
| problem in creating a folder.. | 22 Jan 2005 23:19 GMT | 1 |
I have been worked with DotNet windows application. There I didnot get this problem.. When I am working on web application, It is giving problem. I describing the problem here.
|
| PageIndexChanged | 22 Jan 2005 03:45 GMT | 4 |
I try to use a datagrid control with EnableViewState=false. If i bind data in Page_init, all works fine except events. No evets fired at all. (PageIndexChanged,SortCommand) Why?
|
| HeaderRow | 21 Jan 2005 23:11 GMT | 1 |
how can I insert a row above the header? I need to write my own paging in a nested datagrid. For that purpose, I need to place the links in the row which will be above the header. Can somebody tell me how to do that?
|
| Sort a Datagrid with DataRelation | 20 Jan 2005 19:27 GMT | 2 |
I have a main datagrid and a nested datagrid, which is using a parent/child datarelation. Now I need to sort the childgrid. I wrote the following code: Dim viewManager As New DataViewManager(ds)
|
| DataGrid with date column that is sometimes blank | 20 Jan 2005 13:44 GMT | 2 |
A column in my data source is of type DateTime and "no date" is represented as DateTime(0). How can I get the DataGrid to display the column as blank (empty string) in the cases where DateTime.Ticks==0 ? Thanks!
|
| Sort a ds | 20 Jan 2005 11:21 GMT | 1 |
I need to sort a ds. I did this via a view and now I want to send the view back to the ds. How can I do that? Thanks
|
| Removing Link from Button column | 20 Jan 2005 11:21 GMT | 1 |
i have buttoncolumn(LinkButton) in the datagrid,I want to remove the link of the last row(it should be plain text after removing the link) of that button column,How to do that ?? thanks in advance
|
| Dynamically create datagrid control | 20 Jan 2005 11:19 GMT | 1 |
Depends on number of records in database, each record should create a unique datagrid - I use AccessDataSourceControl of Web Matrix. My questions is that: - The "id" tag of server control, can be put variable name? (This is a way
|
| Getting inside a template column | 19 Jan 2005 21:55 GMT | 2 |
I'm writing a Grid Print component and I am being passed a datagrid. I have to take apart the various columns in order to print them. In the case where the grid had a template column that is a text box, I am finding that myItem.Cells(i).Controls(0).GetType.Name gets ...
|
| Get DataGrids DataSource | 19 Jan 2005 21:26 GMT | 3 |
Does anybody know how I can get the datasource of a datagrid? FOr example, If I bind a ds to a datagrid, then I would like to get the ds back somehow. Is that possible, if so how?
|
| datagrid sort by date | 19 Jan 2005 21:17 GMT | 1 |
I have a datagrid which is populated from an Access database. I have a column in the database and in the datagrid where the values are of the data type 'Date' (for example 22-11-2003). I want the contents of the datagrid to be sorted by the date field with the 'youngest' records
|
| Datagrid postback issue | 19 Jan 2005 21:05 GMT | 7 |
I have a postback issue concerning the Datagrid. I posted this problem to several forums before and didn?t receive a single response from anyone. I initially thought my issue was related to sorting but now understand it as a larger issue. Here goes:
|