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
Hi,
When I have seen the instance RowCheckerColumn.aspx,I replace the button control to WebButton control,but it does not work now,why?
Please try to enable AutoPostBack and set the value of PostBackMode property to FullPostBack. The snippet code of WebButton below works on RowCheckerColumn.aspx.
<ISWebDesktop:WebButton ID="WebButton1" runat="server" Height="20px" OnClicked="WebButton1_Clicked" Text="Get Checked Rows in server" AutoPostback="True" PostBackMode="FullPostBack"> </ISWebDesktop:WebButton>
AutoPostBackWebButton can operate in client side or server side mode. The default is client side mode where AutoPostBack is set to False. When operates in client side mode, developers generally implement the OnClientClick client side event to execute the javascript codes to response the button click. Otherwise, when operates in server side mode, developers can write codes in OnClick server side event to response the button click. Optionally, developers can also handle both client and server side events for maximum interactivity. If the return value is false in client side event, the server post back will not be invoked further.
PostBackModeBuilt on the top of Intersoft's unique WebUI.NET Framework, WebButton is taking advantage of FlyPostBack and ClientAction architecture enabling the Button to execute server side codes in Button's OnClick event without full page refresh. Since it implements the FlyPostBack and other interfaces, WebButton has the same power and capabilities as with other Intersoft's flagship products such as WebCombo.NET. Instead of FlyPostBack, WebButton also supports traditional page postback by setting it to FullPostBack value.
Hope this helps.
Hi Yudi,
I got it! Thank you very much!
Glad to hear that the snippet code helps.
Should you need further assistance or run into any problems regarding our controls, feel free to post it into our community site. We would be happy to assist you again.
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