Rank: Newbie Groups: Member
Joined: 3/16/2014 Posts: 1
|
hello, i really need help i'm a student and i'm a bigenner in asp.net , i am using eo.web product (menu,datepicker..) and it have been really helpfull to me .however i have a problem with eo toolbar, i can't find out where to put the code of the buttons (New,Save,...) i tried this but it doesn't seems to work
protected void ToolBar1_ItemClick(object sender, EO.Web.ToolBarEventArgs e) { string s = e.Item.CommandName.ToString(); ; switch (s) { case "New": //code ajout TextBox1.Text="yes"; break; } } ps: i look for solutions in your web site,google , also in the samples but the Demo.aspx.cs seems to be empty :/
|
Rank: Administration Groups: Administration
Joined: 5/27/2007 Posts: 24,196
|
Hi,
You need to have a license in order to receive tech support on our free controls. We are business, so we are not in a position to provide free service on our free controls. Hope you understand.
Thanks!
|