2014年7月13日 星期日

[RESOLVED] issue with showing popup on page load


I want to show popup on page load..


i am using the model popup, in popup there is a user control, On button click it shown up but on page load its is not working.


any suggesion how can i handel this on page load, or after page load i have to call the show pop method..



Thanks



Hi,



What i understand from your post is that you want to show the model pop up as the page is loaded. If thats true you can use some thing like this


Page _Load()


{


   ModelPopupExtender.Show();


}



Nizam


I am doing same but it is not showing on page load.



On which version of VS are you working on? Have you downloaded the relevant ajax control toolkit? Check if you have missed on something.. what is the TargetControlID,PopupControlID etc..


It would be better if you post your code?



i am using vs2010 late ajax control toolkit is installed.


the problem that i found there many other functions on page load, it shows popup but automatically hide when executing another function.


i solved this by using jquery popup instead of modelpopup.



Thanks




沒有留言:

張貼留言