+ Post New Thread
Page 1 of 159 1 2 3 11 51 101 ... LastLast
Threads 1 to 20 of 3170

Forum: ASP.NET Data Grid Control

  1. Radio Control Buttons Inside a Data Repeater.

    I know this is probably pretty trival. I am trying to put a radio button inside a repeater control. That will allow me to select each row one by...

    • Replies: 2
    • Views: 1,149
    12:29 PM Go to last post
  2. DataRowView - deleting rows: A little quiz -or- Why doesn't this work...

    Can anyone please tell me what is wrong with the following code: I have a datagrid showing data from in a DataView. The following code snippet...

    • Replies: 3
    • Views: 1,360
    08:02 PM Go to last post
  3. hidden columns that contain a "key" field

    I've seen several examples where people include a "key" column in the datagrid so that they know which row to update during the update phase. The...

    • Replies: 3
    • Views: 1,365
    10:21 AM Go to last post
  4. Click on sort link on a datagrid opens new window

    I have a modal dialog displaying a datagrid control. Click on the column header to sort the datagrid opens a new window with the following in the...

    • Replies: 4
    • Views: 893
    09:57 AM Go to last post
  5. Can't get a reference to user control in datagrid

    I created a Web User Control in my project and need to use it in a datagrid. The data in this control needs to be updated and the control has...

    • Replies: 5
    • Views: 718
    11:15 AM Go to last post
  6. Container.DataItem in ASCX problem

    I am trying to use a templated column in a datagrid and having no luck, here is the code of both the calling page and the ascx page. ..vb Dim...

    • Replies: 1
    • Views: 990
    01:29 PM Go to last post
  7. All my drop down lists get reset to the first value when I go in to edit a record in the datagrid....

    I've got my datagrid working to the point where I can edit records and even pick different values in my dropdownlists, save the record and have that...

    • Replies: 4
    • Views: 1,087
    03:36 PM Go to last post
  8. merging multiple datasets to bind to a grid

    How can I merge 2 datasets into one, then bind with the datagrid, or bind the datagrid to 2 datasets? For instance, I have one stored procedure...

    • Replies: 2
    • Views: 2,278
    07:54 AM Go to last post
  9. Howto display an ASP.net datagrid rows as columns and vice versa?

    Hi I want to display my datagrid with the columns horizontal and rows vertical, so just the other way around. For example instead of : name ...

    • Replies: 3
    • Views: 1,263
    01:49 PM Go to last post
  10. SelectedIndex changed after onclick event

    Hi I have a datagrid, with a column containing an edit button for each row (using a template column): <asp:TemplateColumn> <ItemTemplate>...

    • Replies: 1
    • Views: 1,400
    Nda
    09:54 PM Go to last post
  11. Formatting decimals with 2 digits - 3.70 vs 3.7000 ???

    I am formatting decimals on several columns within my DataGrid. For the most part it is working correctly. However, 2 of the columns will not...

    • Replies: 2
    • Views: 3,173
    11:01 PM Go to last post
  12. problem exporting datagrid to excel

    I am using the following code to export a datagrid to excel from an asp page: private void exportButton_Click(object sender, System.EventArgs e)...

    • Replies: 2
    • Views: 841
    06:19 AM Go to last post
  13. trying to create data grid on the fly, with templated columns, and then updating all rows in the grid

    Hi, Please help, I'm trying to create data grid on the fly, with templated columns, for editing, and then updating all rows in the grid on one...

    • Replies: 3
    • Views: 2,294
    11:56 AM Go to last post
  14. Is it possible to repeat the DataGrid header on the top of each Printed page

    I've got a lengthy DataGrid that I need to print. I can use IE to print the page, and everything works great, but I'd like to add a few...

    • Replies: 2
    • Views: 1,440
    07:23 AM Go to last post
  15. Datalist Layout spacing problems, row space

    Just in case this is driving anyone else besides me nuts.... I set up a datalist with Layout=Table. This caused a blank space to appear between...

    • Replies: 1
    • Views: 2,746
    02:16 PM Go to last post
  16. adding button to header, footer or Pager of dataGrid

    hi i want to know whether is it possible to add button (say DELETE button) in the header,footer or Pager of a dataGrid? If yes,how do i achieve...

    • Replies: 3
    • Views: 1,972
    06:40 PM Go to last post
  17. How to get first & Last visible Row in VB?

    In C#,I know the way to get: void EnsureRowVisible(DataGrid grd, int Row) { int FirstVisibleRow =...

    • Replies: 1
    • Views: 1,556
    01:11 AM Go to last post
  18. Retreving the text value of LinkButton in template column of a datagrid

    Hi, I'm tring to use template column in a datagrid and added a link button in item template. I'm loading the value of link button dynamically...

    • Replies: 3
    • Views: 966
    10:39 AM Go to last post
  19. Intersoft WebGrid - Hierarchical display problems

    Hi, I apologize for asking this question here, but I didn't see a NG for third party controls... If anyone has experience working with...

    • Replies: 1
    • Views: 1,473
    08:09 PM Go to last post
  20. how to get data grid column names

    Hi, Can any one tell me how to get column names fro a datagrid. Is their any property or collection containing them Regards Swapnil D. ...

    • Replies: 2
    • Views: 3,979
    07:50 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