Conditional Postback though ICallbackEventHandler implemented

Beginer

I am new to .net programming. I have a custom control which implements ICallbackEventHandler. This control has dropdowns. On one of these dropdowns I need a postback, since the entire page needs to be reloaded as per the value selected. I know ICallbackEventHandler is used to avoid postbacks. But is this conditional postback achievable? I dont want to make changes to the control since it is an old code and used at many places. Hence I do not want to redesign the existing control and get rid of ICallbackEventHandler. Please suggest alternatives.

R B

Try catching the dropdown indexChanged event and fire a custom even handler which will do a postback.

Collected from the Internet

Please contact [email protected] to delete if infringement.

edited at
0

Comments

0 comments
Login to comment

Related

From Dev

ContentProvider shutdown warning even though implemented

From Dev

ComboBox generate ICallbackEventHandler not found

From Dev

No error while instantiating abstract class, even though abstract method is not implemented

From Dev

Spring Redirect on Post Method Even Though no POST Method is Implemented

From Dev

How is conditional_wait() implemented at the kernel and hardware/assembly level?

From Dev

What is Replace Conditional with Polymorphism Refactoring? How is it implemented in Ruby?

From Dev

std::endl is not working with overloaded operator<< though dedicated non template function is implemented

From Dev

bash script: [: ==: unary operator expected even though I'm almost sure my conditional syntax is right

From Dev

Preventing postback of bootstrap dropdown

From Dev

Firing Postback from Javascript

From Dev

Calendar control without postback

From Dev

Jenkins configSubmit postBack aborting

From Dev

FileUpload empty after PostBack

From Dev

Postback Fails On Default Document

From Dev

MVC list is null on postback

From Dev

Force a postback inside a WebMethod

From Dev

Doing a postback without AutoPostBack

From Dev

Requerying database on MVC postback

From Dev

TextBoxFor is not refreshing after postback

From Dev

MVC List Null on Postback

From Dev

Postback in jQuery UI dialog

From Dev

JavaScript failing on page postback

From Dev

Updatepanel trigger postback in gridview

From Dev

MVC dropdown postback issue

From Dev

Gridview Columns change on postback

From Dev

html encoding on postback issue

From Dev

Postback and Return URL in Opencart

From Dev

GridView rowcommand on postback

From Dev

ViewModel in postback to controller is null

Related Related

HotTag

Archive