Autopostback

  • Thread starter Thread starter Jenny
  • Start date Start date
J

Jenny

Hi Prasad,

there is no such method like Button.AutoPostBack = false
supported. I'm using Button1.Attributes.Add("Autopostback",
"False") instead but it looks like nothing happens.

Jenny
 
You should be able to set the autopostback in the property window of the
server control. Thanks.

--

This posting is provided "AS IS" with no warranties, and confers no rights.
Use of included script samples are subject to the terms specified at
http://www.microsoft.com/info/cpyright.htm

Note: For the benefit of the community-at-large, all responses to this
message are best directed to the newsgroup/thread from which they
originated.
--------------------
 
Back
Top