BrianRudloff.com

.Net Development


My Resume
WebDOCPDF
RTFODTTXT
powered by emurse

Recent comments





Problem with Button on Panel (using PopupControlExtender) not Firing Event

I recently ran into an issue where I was trying to dynamically create a Panel with Buttons, Labels, ect and have it popup using the AJAX PopupControlExtender.  The problem was that whenever you would click on the Button, it wouldn't fire the click event.  The event was there, it just wouldn't execute.  Anyway, to make a long story short.. I had to change the Button's UseSubmitBehaviour to false to get it working.

i.e ( Button1.UseSubmitBehavior = false);

Hopefully, someone will find this post and save themselves some time.

Currently rated 4.7 by 3 people

  • Currently 4.666667/5 Stars.
  • 1
  • 2
  • 3
  • 4
  • 5

Categories: .net | c# | ajax
Posted by Brian Rudloff on Thursday, July 03, 2008 9:34 AM
Permalink | Comments (0) | Post RSSRSS comment feed

Related posts

Add comment


(Will show your Gravatar icon)  

  Country flag




Live preview

Thursday, August 28, 2008 3:25 AM

Gravatar