Ask a Question related to ASP.NET Data Grid Control, Design and Development.

  1. #1

    Default Suggestion

    Hi,

    I just got an email with the subject "your code saved us" resulting
    from a post I made to the user contributed notes section for an entry
    in the PHP manual. Quite flattering indeed I must say.. :)

    How about adding a "PayPal Donate" button next to each Contributed
    Note so users can donate money to the person who made the note? Not
    that I'm greedy, but maybe this would be a way of encoruaging people
    to contribute code to that section?

    What do you think?

    // Igge
    Mikael Lindkvist Guest

  2. Similar Questions and Discussions

    1. suggestion: rb_eval_string_location
      Dear All Ruby implementors, Sometimes it is useful that if an error occur in an evaluated string, the location of the error is displayed as...
    2. Improvement Suggestion POC...?
      Is there a "Suggestions" Point of Concat at Adobe for PE 2 ?? Where woudl I write to get some attantion by them ? ZR
    3. suggestion on php-editor?
      I currently used Dev-PHP IDE. But i was wondering if you guys have any other suggestions? -- Thank you, Louie Miranda (louie@axishift.ath.cx)
    4. [PHP] suggestion on php-editor?
      Louie Miranda <mailto:louie@axishift.ath.cx> on Friday, August 08, 2003 12:24 AM said: HTML-Kit: http://www.chami.com/html-kit/ c.
    5. php calendar suggestion..
      I currently downloaded phpcalendar from.. http://www.cascade.org.uk/software/php/calendar/index.php Im amaze how things goes with that software,...
  3. #2

    Default Suggestion

    Hello,

    I have a question and need your suggestion. I am building
    an web interface where I need a 4 hierarchgrid. I can
    easily create a drill down menu for each of these leevels
    on client side. But the problem would be that I would
    need to load each of the levels at the beginning. Even if
    the user doesnt want to see a specific level. I was
    thinking that this may not be a good approach, because I
    dont see any advantage to load the data before the user
    clicks the drill down for the level. I was thinking to
    implement the drill down on the server side and when the
    user clicks the drill down for one level then it loads
    the required data into the datagrid. What do you guys
    think?

    The nested grid is implemented in a user control and I
    was thinking to call the LoadControl function and load
    the controls when the user presses the drill down menu.
    BUT the viewstate
    of this control wont be saved. I would like to hear how
    you guys would solve that problem?

    THanks
    Vishal Guest

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