| Thread | Last Post | Replies |
|
| Controls in certain cells in a grid | 16 Aug 2003 00:49 GMT | 1 |
I have a grid with several fields an many records. For fields that have a large amount of text in them, I want to show a button that the user can click which will show them the contents of the field in a seperate page, or seperate control. How can I do this?
|
| Dynamically Hyperlink and Event Handler for the Hyperlink ? | 16 Aug 2003 00:39 GMT | 1 |
I?m creating an Hyperlink dynamically for my DataGrid: HyperLink hl = new HyperLink(); hl.Text = "MyLink"; hl.NavigateUrl = "#";
|
| Question about DotNetJunkies Hierarchical dg example | 15 Aug 2003 19:08 GMT | 2 |
I've been trying to customize this code http://www.dotnetjunkies.com/Tutorial/ShowContent.aspx?cg=841522C9-FFBD-4C57-BD4 8-F62B55057FF3&forumID=4117 to suit my own needs. I can get the hierarchical display using this method - it's pretty cool! But I have one problem that screws up ...
|
| Strange behavior in DataGrid | 14 Aug 2003 10:16 GMT | 3 |
Hope you can give me a solution for this. I am having lot of problems with datagrid but like to come out with one by one. My main problem is, sometime datagrid disappear. Still I couldn't find a solution. But if you can give an answer for below mentioned one, it will
|
| Compiler Error Message: CS0123: | 14 Aug 2003 02:08 GMT | 1 |
Hi Everyone...Can somebody help me figure out how to fix this error? I'm out of ideas! Thanks! CS0123: Method 'IC.Reports.Comp.webic_first.EmpLink_ItemCommand(object, System.Web.UI.WebControls.CommandEventArgs)' does not match delegate
|
| Session object as a datasource for Datagrid | 13 Aug 2003 17:30 GMT | 1 |
Is it possible to have a session object as a datasource for datagrid control. AS I will be adding rows dynamically. So if I store it in session on the fly and update the datagrid, will that work? The session will store an object with many data members, which can be the
|
| datagrid looses colours | 13 Aug 2003 12:20 GMT | 1 |
in the ItemCreated event of my datagrid i am setting the colours of rows in my datagrid like so: e.Item.BackColor = hypRequest.BackColor my problem is that when the page is posted back to itself
|
| viewstate of the user control inside datagrid... | 13 Aug 2003 07:42 GMT | 1 |
I have datagrid with template column and I am using the same user control for display (in ItemTemplate) and collect (in EditItemTemplate) information. The user control is a number of text boxes basically in this case. But when I put some values into this control (LinksData2) and go ...
|
| DataGrid export to excel | 12 Aug 2003 15:52 GMT | 2 |
I've asked this question once before, but am still having problems. When I try to export this grid to excel i get the error message i've seen several people talk about : Control 'DataGrid1__ctl1__ctl0' of type 'DataGridLinkButton' must be
|
| Two rows for each record in DataGrid | 12 Aug 2003 09:11 GMT | 1 |
I have posted similar question in another group a while ago (before this group came into existence) but would like to double-check on dedicated DataGrid group: is it anyhow possible to make Datagrid display one database record using two
|
| DataGrid Autonumbering in Rows | 12 Aug 2003 07:58 GMT | 2 |
I want to add a column Serial No.(Autonumbering) as the first column for every row in a datagrid. How can i do that? Thanks,
|
| Fixed datagrid header, | 12 Aug 2003 02:17 GMT | 3 |
Hi eveybody, I have a datagrid that can show many rows, so there is a vertical scrollbar. The problem is that when users scroll down, they loose the view of the header. My idea, right now, is to use another empty grid outside the scroll
|
| Newbie--datagrid understanding | 11 Aug 2003 16:11 GMT | 2 |
Ok. I got VS2003. It has the table builder. What I don't understand is how to bind the datagrid to anything in the IDE. I placed a SQL connection and SQL command on the form.. I can't get a
|
| Problems with Push Button Event in DataGrid | 11 Aug 2003 01:24 GMT | 1 |
|
| Datagrid hangs, html output stops midstream | 11 Aug 2003 01:23 GMT | 1 |
I have recently deployed an application to a hosting environment. It works well locally, but is having an odd issue on the hosting platform. I have an editable datagrid. The default rendering works.
|