Sign In| Join
Get Help:Ask a Question in our Forums|Report a Bug|More Help Resources
Last post Feb 20, 2007 03:12 PM by ollifant
Member
5 Points
2 Posts
Feb 19, 2007 10:22 AM|LINK
Hi,
I want to use .NET server-control and postback only one specific event (ignore the rest).
How can I dot it?
El.
650 Points
133 Posts
Feb 20, 2007 12:02 PM|LINK
Hi!,
I believe this is not possible, all control has a property AutoPostBack, once u set it true, all events (supported server side by the control) raise postback.
Explain what u want exactly, there might be a solution.
81 Points
18 Posts
Feb 20, 2007 03:12 PM|LINK
You could fix this by little client side. If you won't postback on onchange yust use control.Attributes["onchange"] = "return false"
Maybe this helps
ollifant
Eladk
Member
5 Points
2 Posts
Selective postback for .NET server-control
Feb 19, 2007 10:22 AM|LINK
Hi,
I want to use .NET server-control and postback only one specific event (ignore the rest).
How can I dot it?
El.
kakali
Member
650 Points
133 Posts
Re: Selective postback for .NET server-control
Feb 20, 2007 12:02 PM|LINK
Hi!,
I believe this is not possible, all control has a property AutoPostBack, once u set it true, all events (supported server side by the control) raise postback.
Explain what u want exactly, there might be a solution.
Kakali
ollifant
Member
81 Points
18 Posts
Re: Selective postback for .NET server-control
Feb 20, 2007 03:12 PM|LINK
Hi,
You could fix this by little client side. If you won't postback on onchange yust use control.Attributes["onchange"] = "return false"
Maybe this helps
ollifant