For Programmers: Free Programming Magazines  


Home > Archive > ASP .NET > November 2005 > AJAX









You are viewing an archived Text-only version of the thread. To view this thread in it's original format and/or if you want to reply to this thread please [click here]

 

Author AJAX
yurps

2005-11-29, 7:57 am

Hello,

Does anyone know of an AJAX implementation which will let me change the
state of a control in an AJAX call...

Something like

Button_click AJAXclientcode()-->AJAXservercode()

in the AJAXservercode()
you change TextBox1.Visible = false;

Patrice

2005-11-29, 7:57 am

Changing the state of the control server side would require to send back an
update for this control. IMO it's much simpler to just hide the control
client side...

--
Patrice

"yurps" <yurps@yahoo.co.uk> a écrit dans le message de
news:1133270523.195766.131620@g14g2000cwa.googlegroups.com...
> Hello,
>
> Does anyone know of an AJAX implementation which will let me change the
> state of a control in an AJAX call...
>
> Something like
>
> Button_click AJAXclientcode()-->AJAXservercode()
>
> in the AJAXservercode()
> you change TextBox1.Visible = false;
>



Sponsored Links







Also available: Server administration forum archive | Web Design forum archive | Software forum archive | Hardware reviews archive

Copyright 2010 codecomments.com