+ Post New Thread
Page 3 of 159 FirstFirst 1 2 3 4 5 13 53 103 ... LastLast
Threads 41 to 60 of 3170

Forum: ASP.NET Data Grid Control

  1. Inserting Special Characters

    Is there a way to put a special character in a heading on a grid, such as a checkmark (asc 3882 I believe)? so that it looks like this: Check Me Ö

    • Replies: 3
    • Views: 1,138
    07:04 AM Go to last post
  2. Extra colspan

    If any column (in my case, the 1st column) of a DataGrid is hidden (Visible=false), a pager row that has one cell by default does not exclude the...

    • Replies: 0
    • Views: 637
    04:11 AM Go to last post
  3. Takes two clicks to fire event?? Please help!

    Hey guys, This is really starting to annoy me. In short, I have a datagrid with a buttoncolumn in the first column. Once a user clicks on a...

    • Replies: 1
    • Views: 625
    11:19 PM Go to last post
  4. Pass Parameter to Javascript

    Sorry for cross post... also posted to aspnet. I have javascript that accepts 2 parameters like so... function showmsgbox(chkB, somestring) {...

    • Replies: 0
    • Views: 1,623
    Jay
    08:35 PM Go to last post
  5. Compare DataGrid Column Values

    I just created an application that displays data from 2 sources in a datagrid. There are 2 repeaters nested in the datagrid (probably not the best...

    • Replies: 0
    • Views: 950
    08:33 PM Go to last post
  6. Visual design tools and DAL in VS 2005 / .NET 2.0

    Hi I wrote quite a few apps with .NET 1.0 and 1.1, which made use of a Data Access Layer, and also used the Microsoft Application Blocks for Data...

    • Replies: 2
    • Views: 516
    06:39 AM Go to last post
  7. Dynamic columns and NamingContainer

    I dynamically add columns to DataGrid as described in MSDN articles "Top Questions about the DataGrid Web Server Control" and "Creating Web Server...

    • Replies: 2
    • Views: 1,368
    12:54 PM Go to last post
  8. What is the Equivalent of the CurrentRowIndex Property for a DataGrid Web Control?

    What is the equivalent of CurrentRowIndex for the DataGrid control in ASP.NET? I am trying to convert the following windows app method, to use in...

    • Replies: 1
    • Views: 993
    02:33 AM Go to last post
  9. Datagrid is not displayed with XML

    Hi. I use two different approaches to bind data to my DataGrid. One is to get the data from a database, like this: oleDbDataAdapter = New...

    • Replies: 0
    • Views: 534
    08:17 PM Go to last post
  10. How to load datagrid in edit mode?

    Hi, Is there any way I can load a datagrid in edit mode (example : 2nd row should be in edit mode whe the page loads for the first time) when a...

    • Replies: 1
    • Views: 1,275
    04:37 PM Go to last post
  11. button column

    I need to add a button column to my datagrid. I need to be able to do this at runtime. I can not have the tag <columns></columns> in my aspx page. ...

    • Replies: 4
    • Views: 613
    02:27 PM Go to last post
  12. Mouseover, mouseout, click etc on datagrid.

    Hi there, Does anyone know of a way that I can specify javascript functions that are to be run when a cell is clicked, mouse over etc in a datagrid...

    • Replies: 1
    • Views: 1,787
    02:19 PM Go to last post
  13. Tabbing index

    Is there a way to not allow a user to tab to an item? I have several labels & textboxes in the grid and don't want the user to tab to them. I have...

    • Replies: 1
    • Views: 622
    09:32 PM Go to last post
  14. "Could not find a property named" on update in ASP.NET 2.0

    Hi, I get this exepction "Could not find a property named 'COM_NAME' on the type specified by the DataObjectTypeName property in...

    • Replies: 0
    • Views: 1,102
    12:24 PM Go to last post
  15. creating instance of an inner nested datagrid

    I've got a web application I'm working on in Visual Studio 2003 in which I have a nested datagrid. The inner datagrid is the problem child. (code...

    • Replies: 0
    • Views: 739
    Sue
    09:38 PM Go to last post
  16. Date Time question

    Hello I search SQL DB and display results to an APS.Net page using <asp:repeater /> One of the columns is a Date in the Database SmallDate . ...

    • Replies: 1
    • Views: 424
    05:46 PM Go to last post
  17. Change ButtonColumn font

    ¿How can I change the default font-size of a PushButton - ButtonColumn? I have tried with: <ItemStyle Font-Size="XX-Small" Font-Names="Arial"...

    • Replies: 0
    • Views: 450
    12:21 PM Go to last post
  18. Copying DataRows to another DataTable

    I am writing an ASP.NET application in which I need to copy DataRows from one DataTable to another. When I use code such as the following: ...

    • Replies: 5
    • Views: 4,453
    06:09 AM Go to last post
  19. Export Datagrid to PDF

    Okay, I have code here to export a datagrid to Excel. Can I modify it to export it to a PDF? Thanks, Function ExcelExport(ByVal DatagridID,...

    • Replies: 8
    • Views: 1,253
    04:55 AM Go to last post
  20. Gridview - how to delete row using stored procedure?

    If I want to delete a row in a GridView control using a stored procedure, what do the DeleteParameters look like? Do I use an...

    • Replies: 1
    • Views: 5,271
    09:35 PM Go to last post

Thread Display Options

Use this control to limit the display of threads to those newer than the specified time frame.

Allows you to choose the data by which the thread list will be sorted.

Order threads in...

Note: when sorting by date, 'descending order' will show the newest results first.

Icon Legend

Contains unread posts
Contains unread posts
Contains no unread posts
Contains no unread posts
More than 15 replies or 150 views
Hot thread with unread posts
More than 15 replies or 150 views
Hot thread with no unread posts
Closed Thread
Thread is closed
Thread Contains a Message Written By You
You have posted in this thread

Posting Permissions

  • You may not post new threads
  • You may post replies
  • You may not post attachments
  • You may not edit your posts

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139