Postback issue.

  • Thread starter Thread starter AA
  • Start date Start date
A

AA

Hi
I have a form on client end where I have certain controls. Now whenever the
app is run, the postback is done from the server. But for few controls I do
not want them to go to the server for postback. I want the controls to
remain only on the client end.
Any suggestions are highly appreciated. I'm using ASP.
Thnx.
 
Hi aa,

I guess by ASP you mean asp.net.

PostBack is when the form the submitted to the server. Only if autopostback
is true your controls will postback.

"go to the server for postback". What do you mean by this? you mean, u dont
want to cause a postback or you do not what the values of these controls to
go to the server when postback happens?
 
Back
Top