Datagrid inside of DIV Tag

Ask a Question related to ASP.NET General, Design and Development.

  1. #1

    Default Datagrid inside of DIV Tag

    Hi I have put a Datagrid inside of a DIV tag to allow scrolling.
    This works fine, but I would like to store the location of the
    scrollbar so that when there is a selection (causing a postback), I
    can place the scrollbar in the location where the previous selection
    was made.

    - thanks
    Coder Coder Guest

  2. Similar Questions and Discussions

    1. UserControl inside of datagrid - loses its viewstate when datagrid is re-bound on postback
      I have a simple usercontrol, a datepicker which contains 3 dropdownlist , it resides inside a datagrid column and i set the selecteddate property of...
    2. custom usercontrol inside of datagrid - loses its state/viewstate on re-bind/postback of the datagrid
      I have a simple usercontrol, a datepicker which contains 3 dropdownlist , it resides inside a datagrid column and i set the selecteddate property of...
    3. Control inside Datagrid
      I have a problem can anybody help me? The problem: I want to insert Combobox & Textbox inside DataGrid. There will be three column in the...
    4. Datagrid stuff inside
      I dont know how to describe what i want to do so here goes I have a data grid which is populated from one table in a database, when the user...
    5. Dynamic temp. datagrid col.gen. -Session access inside a class inside a UserCtrl
      Hello Dear Professionals: Based on this document:...
  3. #2

    Default Re: Datagrid inside of DIV Tag

    try to use SmartNavigation="true" in your ASP.NET web form Page directive.

    "Coder Coder" <coder5811@yahoo.com> wrote in message
    news:f547ce3b.0307081653.502592ba@posting.google.c om...
    > Hi I have put a Datagrid inside of a DIV tag to allow scrolling.
    > This works fine, but I would like to store the location of the
    > scrollbar so that when there is a selection (causing a postback), I
    > can place the scrollbar in the location where the previous selection
    > was made.
    >
    > - thanks

    Benjie Fallar 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