Welcome Guest Search | Active Topics | Sign In | Register

eo toolbar problem Options
mira
Posted: Sunday, March 16, 2014 5:57:22 PM
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 :/


eo_support
Posted: Sunday, March 16, 2014 6:06:46 PM
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!


You cannot post new topics in this forum.
You cannot reply to topics in this forum.
You cannot delete your posts in this forum.
You cannot edit your posts in this forum.
You cannot create polls in this forum.
You cannot vote in polls in this forum.