iSeller Commerce
iSeller POS Retail
iSeller POS F&B
iSeller POS Express
Crosslight
WebUI
ClientUI
What's New
Download Trial
Web Solution
Mobile Solution
Enterprise Solution
Custom Development
Blog
Community
Latest Development Blogs
ForumPostTopic
Browse By Tag
I have a page that inherits from a PageBase class I have created. On this page is one WebFileUploader. I notice when I put a breakpoint in the OnLoad event the page fires twice AND I get an error.
I have attached a sample of the problem.
WebFileUploader will trigger the page_load twice in order to complete its internal process. You will need to use this snippet during the load event handler to differentiate between the first and second page load:
if(string.IsNullOrEmpty(Request["IsUploadPage"])){ //The first page load}else{ //The second page load}
What kind of error did you encounter? Dou you mind sharing the error message?
or
Choose this if you're already a member of Intersoft Community Forum. You can link your OpenID account to your existing Intersoft Social ID.
Choose this if you don't have an Intersoft account yet. Your authenticated OpenID will be automatically linked to your new Intersoft account.
Enter your Wordpress Blogname