Showing posts with label insert. Show all posts
Showing posts with label insert. Show all posts

Wednesday, March 28, 2012

modal popup and validation control problem

Good day to all,

i,m currently having problems with modal popup with validation control in it. i'm currently using the modal popup for insert. but if enableclientscript of the validation control inside the modal popup is set to true, during modalpopupextender.show(), the page just freeze/hangs even the other controls in the page stops responding... can someone help me on this one?

thanks in advance,

jay

I've figured it out... I'm not sure why, but if your using a dummy button as a targetcontrol for the modal popup, it freezes/hangs if you'll set the enableclientscript of the validator inside the modal popup to true. but if u'll put the modal popup in one update panel together with the targetcontrol (not using a dummy) it will work.

Monday, March 26, 2012

Modal popup rendered inside two server controls doesnt work

I'm using the Modal popup from inside a server control named A. When I use the server control from a Page it works perfectly. But when I insert the server control A inside another server control named B, all Modal popup elements are render in page starting absolute position 0,0 where the control A is positioned inside B. I don't find a way to solve this. Any idea?

I will really appreciate any help. Thanks,

JoanBGood.

Please post the code