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,
The AddItem.aspx and AddItemAdvanced.aspx provided C# WebCombo sample is not persisting Server-Side.
I added the code below to the C# Sample.
1. Run Page2. Type "Bob"3. Press Enter4. Click OK5. Click Post
The following is display next to the Post Button:
"Text: Nancy"
Doug
protected void Post_Button_Click(Object sender, EventArgs e)
{
_Label.Text = "Text: " + WebCombo1.Text;
}
<asp:Button
ID="Post_Button"
runat="server"
OnClick="Post_Button_Click"
Text="Post"
/>
<asp:Label
id="_Label"
If the text isn't listed on database or WebCombo list, the text would be persisted into the previous text.
e.g If you select Nancy for the first time. Then you changed into Bob and postback, Nancy would be persisted because Bob is not listed on list.
For more information, please run my attached sample.
Regards,Handy
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