Rank: Member Groups: Member
Joined: 7/28/2008 Posts: 25
|
Not sure why but I am having issues using your callback panel with an eo masked edit control.
I have a form that the user enters the zip code.
The callback panel trigger id is the zip code field.
If I use your control I cannot set a postback event and nothing triggers the callback panel to lookup the zip code in the database.
When I use a standard asp text box, everything works fine. My solution is ok, but I was just curious if I was missing a setting.
|
Rank: Administration Groups: Administration
Joined: 5/27/2007 Posts: 24,194
|
Hi,
I believe that's because the standard textbox supports post back (it has an AutoPostBack property), but MaskedEdit does not.
Thanks!
|