| Thread | Last Post | Replies |
|
| Can you put an image and hyperlink in a web datagrid? | 15 Feb 2004 04:20 GMT | 1 |
Can you put an image and hyperlink in a web datagrid? If so, How? Thanks, Trint
|
| General DataBinder Question | 13 Feb 2004 22:12 GMT | 2 |
I hope some datagrid expert can help me with this -- I have a datagrid which I use to display, sort and filter data from a variety of data tables based on a drop down list selection. I have added a template column to this environment and what I
|
| Using Datarow, how do I get the data out of each | 13 Feb 2004 13:50 GMT | 2 |
column in the current row? For example, I have a datagrid filled up with a database and the user clicks on the edit button. I want to go to another page and edit this row. How do I get the data from this row? I dont want to get
|
| I need help on how to email a Datagrid as a HTML | 13 Feb 2004 09:03 GMT | 1 |
I need help on how to email a Datagrid as a HTML - So far i get the email message as a text with all the HTML code in it. Thanks Below is my code email message.
|
| Bind Column with Space in Name | 12 Feb 2004 21:45 GMT | 1 |
How do you bind a column to a datagrid that has a space in the name. Like '2001 Report'. If I let the grid autobind, everything works fine. But when I try to manually bind, I get column not found error. This column is comming from sql with the space already in the name.
|
| Need Datagrid Help.PLEASE ?????????????????? | 12 Feb 2004 13:25 GMT | 2 |
This is third time i am posting this problem.Can anyone PLEASE help me. I have two datagrid say dg1 and dg2 and i want seleted row from dg1 to move under selected row in dg2.both dg's have same data say deptno,dept_name.
|
| Paging error. | 12 Feb 2004 01:27 GMT | 3 |
I am relatively new to all of this and I am encountering a annoying problem. I have a datagrid of data that I want to page through. I am using numeric pages and can ascend the pages 1,2,3, etc fine. Its when I get to the last page, which has fewer items that all of the rest.
|
| Repeating column headings | 11 Feb 2004 18:17 GMT | 1 |
In my ASP programs, I would give style="display:table-header-group" in thead tags. This would make the thead repeat on all pages when I printed a page containing a long table. How can the same effect be reached in a table that is generated by a
|
| Programatically hiding a row | 10 Feb 2004 19:32 GMT | 3 |
My question is how do I dynamically (onItemDataBound) hide complete rows in a datagrid, which have null value in one of their cells. If anybody can point me to some artical that would be a big help. Thanks.
|
| BiDirectional Sorting | 10 Feb 2004 14:31 GMT | 2 |
I have a datagrid, which gets populated using a Stored Procedure I am using the standard sort comman Sub dg_SortCommand(ByVal source As Object, ByVal e As System.Web.UI.WebControls.DataGridSortCommandEventArgs) Handles dgPriceList.SortComman Tr
|
| Runtime Datagrids and checkbox selections | 10 Feb 2004 04:16 GMT | 1 |
I am stuck at a problem for 3 days now. I create runtime datagrids depending on the user selections and they may vary from 2-10 depending on user selection at runtime. The datagrids are created in a loop at runtime and I assign IDs as DG0, DG1...and so on in the loop itself.
|
| Select a COLUMN in a datagrid? | 09 Feb 2004 23:20 GMT | 1 |
Can anyone suggest how to select or hilight a column in a Windows Forms datagrid, as visual feedback for an edit/copy command? I've tried ... private void mydatagrid_Mousedown(object sender, MouseEventArgs e)
|
| Custom DataGridColumn DataGridItems not saving to ViewState. Not Visible on Postback | 08 Feb 2004 04:51 GMT | 2 |
I created a custom DataGridColumn based on Marcie Robillard's MSDN Article: Creating Custom Columns for the ASP.NET Datagrid http://msdn.microsoft.com/library/default.asp?url=/library/en-us/dnaspp/html/cre atingcustomcolumns.asp
|
| Template controls and hierarchical data | 07 Feb 2004 13:23 GMT | 2 |
I have relational data contained in a dataset, say a widget table and a model table. Each widget has a model_id which relates to the primary key of the Model table.
|
| Formatting a datagrid | 07 Feb 2004 13:21 GMT | 3 |
Hi, I am working on my first web app that uses a datagrid. I can't seem to find good examples of formatting the grid the way you can in a Windows application. I am trying to do the following: private void Page_Load(object sender, System.EventArgs e)
|