View Single Post
  #5 (permalink)  
Old April 13th, 2005, 11:46 PM
planoie's Avatar
planoie planoie is offline
Friend of Wrox
Points: 16,368, Level: 55
Points: 16,368, Level: 55 Points: 16,368, Level: 55 Points: 16,368, Level: 55
Activity: 0%
Activity: 0% Activity: 0% Activity: 0%
 
Join Date: Aug 2003
Location: Clifton Park, New York, USA.
Posts: 5,394
Thanks: 0
Thanked 2 Times in 2 Posts
Default

Mehdi,

Despite the appearance that the onChange event should result in the server-side event being fired, it doesn't. The server event fires when it sees an actual change in the textbox value as you've found.

I'm not clear on what you are trying to accomplish with this button, but why not use a regular asp:button that would supply its own postback event?

-Peter
Reply With Quote