Update a datagrid without POSTBACK!!

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

  1. #1

    Default Update a datagrid without POSTBACK!!

    Is that possible??

    MP


    Michael Persaud Guest

  2. Similar Questions and Discussions

    1. Update GridView without postback
      Hi, I'm struggling for a few days with this. Anyone up to help me out ? I've a situation where I need to update my GridView (ASP.NET 2.0) in...
    2. 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...
    3. 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...
    4. Dreamweaver Update tags and codebehind postback code
      I have a C# .net site built with Dreamweaver MX2004. I have several screens to allow for updating of tables and they use the <MM:UPDATE ... />...
    5. Update page without postback
      Hi all! I´ve heard about someone that used webservice to get around postback everytime a button or something is pushed. Someone who have tried...
  3. #2

    Default Re: Update a datagrid without POSTBACK!!

    No.

    "Michael Persaud" <michaelsrpersaud@hotmail.com> wrote in message
    news:eZRwdxVhEHA.3264@tk2msftngp13.phx.gbl...
    > Is that possible??
    >
    > MP
    >
    >

    Scott M. Guest

  4. #3

    Default Re: Update a datagrid without POSTBACK!!

    It is.

    you can use either a webservice or xml-http to go get the data and return it
    to requesting page. you would need to manually load the data into the table
    (datagrid renders clientside as a table i believe)
    but it's a lot of unrewarding work. why would you want to go this route? is
    a postback that intolerable?

    --
    Regards,
    Alvin Bruney
    [ASP.NET MVP [url]http://mvp.support.microsoft.com/default.aspx][/url]
    Got tidbits? Get it here... [url]http://tinyurl.com/27cok[/url]
    "Scott M." <s-mar@nospam.nospam> wrote in message
    news:eSe6YRYhEHA.216@tk2msftngp13.phx.gbl...
    > No.
    >
    > "Michael Persaud" <michaelsrpersaud@hotmail.com> wrote in message
    > news:eZRwdxVhEHA.3264@tk2msftngp13.phx.gbl...
    >> Is that possible??
    >>
    >> MP
    >>
    >>
    >
    >

    Alvin Bruney [MVP] Guest

  5. #4

    Default Re: Update a datagrid without POSTBACK!!

    But if you are updating via a webservice or xmlHTTP, then you are making
    another trip to the server (or rather a server) and this is what I took the
    OP to be asking if could be avoided.


    "Alvin Bruney [MVP]" <vapor at steaming post office> wrote in message
    news:uAEWaTZhEHA.3992@TK2MSFTNGP11.phx.gbl...
    > It is.
    >
    > you can use either a webservice or xml-http to go get the data and return
    > it to requesting page. you would need to manually load the data into the
    > table (datagrid renders clientside as a table i believe)
    > but it's a lot of unrewarding work. why would you want to go this route?
    > is a postback that intolerable?
    >
    > --
    > Regards,
    > Alvin Bruney
    > [ASP.NET MVP [url]http://mvp.support.microsoft.com/default.aspx][/url]
    > Got tidbits? Get it here... [url]http://tinyurl.com/27cok[/url]
    > "Scott M." <s-mar@nospam.nospam> wrote in message
    > news:eSe6YRYhEHA.216@tk2msftngp13.phx.gbl...
    >> No.
    >>
    >> "Michael Persaud" <michaelsrpersaud@hotmail.com> wrote in message
    >> news:eZRwdxVhEHA.3264@tk2msftngp13.phx.gbl...
    >>> Is that possible??
    >>>
    >>> MP
    >>>
    >>>
    >>
    >>
    >
    >

    Scott M. Guest

  6. #5

    Default Re: Update a datagrid without POSTBACK!!

    What sort of update do you mean? If you mean re-populating with new server
    data, you have to make a round trip to the server. If the information for
    update originates on the client side, you can update the grid easily with
    DHTML.

    Eliyahu

    "Michael Persaud" <michaelsrpersaud@hotmail.com> wrote in message
    news:eZRwdxVhEHA.3264@tk2msftngp13.phx.gbl...
    > Is that possible??
    >
    > MP
    >
    >

    Eliyahu Goldin Guest

  7. #6

    Default Re: Update a datagrid without POSTBACK!!

    agreed, i was just being picky :-)

    --
    Regards,
    Alvin Bruney
    [ASP.NET MVP [url]http://mvp.support.microsoft.com/default.aspx][/url]
    Got tidbits? Get it here... [url]http://tinyurl.com/27cok[/url]
    "Scott M." <s-mar@nospam.nospam> wrote in message
    news:ukp5pjehEHA.1356@TK2MSFTNGP09.phx.gbl...
    > But if you are updating via a webservice or xmlHTTP, then you are making
    > another trip to the server (or rather a server) and this is what I took
    > the OP to be asking if could be avoided.
    >
    >
    > "Alvin Bruney [MVP]" <vapor at steaming post office> wrote in message
    > news:uAEWaTZhEHA.3992@TK2MSFTNGP11.phx.gbl...
    >> It is.
    >>
    >> you can use either a webservice or xml-http to go get the data and return
    >> it to requesting page. you would need to manually load the data into the
    >> table (datagrid renders clientside as a table i believe)
    >> but it's a lot of unrewarding work. why would you want to go this route?
    >> is a postback that intolerable?
    >>
    >> --
    >> Regards,
    >> Alvin Bruney
    >> [ASP.NET MVP [url]http://mvp.support.microsoft.com/default.aspx][/url]
    >> Got tidbits? Get it here... [url]http://tinyurl.com/27cok[/url]
    >> "Scott M." <s-mar@nospam.nospam> wrote in message
    >> news:eSe6YRYhEHA.216@tk2msftngp13.phx.gbl...
    >>> No.
    >>>
    >>> "Michael Persaud" <michaelsrpersaud@hotmail.com> wrote in message
    >>> news:eZRwdxVhEHA.3264@tk2msftngp13.phx.gbl...
    >>>> Is that possible??
    >>>>
    >>>> MP
    >>>>
    >>>>
    >>>
    >>>
    >>
    >>
    >
    >

    Alvin Bruney [MVP] Guest

  8. #7

    Default Re: Update a datagrid without POSTBACK!!

    moot point but it occurred to me - perhaps erroneously - that the postback
    flash was what was irritating and not the postback itself.

    --
    Regards,
    Alvin Bruney
    [ASP.NET MVP [url]http://mvp.support.microsoft.com/default.aspx][/url]
    Got tidbits? Get it here... [url]http://tinyurl.com/27cok[/url]
    "Eliyahu Goldin" <removemeegoldin@monarchmed.com> wrote in message
    news:ObpNNPghEHA.1356@TK2MSFTNGP09.phx.gbl...
    > What sort of update do you mean? If you mean re-populating with new server
    > data, you have to make a round trip to the server. If the information for
    > update originates on the client side, you can update the grid easily with
    > DHTML.
    >
    > Eliyahu
    >
    > "Michael Persaud" <michaelsrpersaud@hotmail.com> wrote in message
    > news:eZRwdxVhEHA.3264@tk2msftngp13.phx.gbl...
    >> Is that possible??
    >>
    >> MP
    >>
    >>
    >
    >

    Alvin Bruney [MVP] 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