Ask a Question related to ASP.NET Data Grid Control, Design and Development.
-
-
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... -
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... -
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... -
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 ... />... -
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... -
Scott M. #2
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
-
Alvin Bruney [MVP] #3
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
-
Scott M. #4
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
-
Eliyahu Goldin #5
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
-
Alvin Bruney [MVP] #6
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
-
Alvin Bruney [MVP] #7
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



Reply With Quote

