Ask a Question related to ASP.NET General, Design and Development.
-
Mira Vizjak #1
AutoPostBack
I have another question. On my page there is a datagrid and in a
templatecolumn it contains a dropdownlist. The AutoPostBack property of the
Dropdownlist is set to True, but when I change item in dropdownlist the
SelectedIndexChanged event doesn't fire. Why? Datagrid and dropdownlist are
binded to sql database. Thanks for your help!
Jure
Mira Vizjak Guest
-
TabIndex and AutoPostBack
I have a long form that includes several fields which require AutoPostBack=True. I want the user to be able to tab through the fields in sequence... -
no AutoPostBack for Grid?
I have a grid with a select button. I went to turn off AutoPostBack and there is no such attribute. Is there any way to make a grid behave as... -
Problem with Autopostback
I have a relatively long page with a number of webcontrols with "autopostback" set to true. The contents/items/datasources of the subsequent... -
AutoPostBack question.
Hi, I'm having a straight HTML <input type="text" onkeypress="CheckKey();"> within a <form runat="server">. When I press ENTER when in the... -
Can NOt AutoPostBack for two DDL
Can NOt AutoPostBack for two DDL Posted: 07-03-2003 01:35 AM I have a usercontrol a.ascx ,put two DDL on the ascx. in an aspx's codebehind... -
Jenny #2
Autopostback
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
Jenny Guest
-
heroman #3
Re: Autopostback
go MSDN,and search it
"Jenny" <j.malloyNO@SPAMx-mail.net> ????
news:041501c35fd8$6c3345a0$a501280a@phx.gbl...> 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
heroman Guest



Reply With Quote

