No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.
9 Posted Topics
Re: [code] protected override bool ProcessCmdKey(ref Message msg, Keys keyData) { switch (keyData) { case (Keys.F2): { toolStripButton1.PerformClick(); break; } } return base.ProcessCmdKey(ref msg, keyData); } [/code] | |
HI!! All I have one big problem for which i am not able to find solution. Here is My problem I Have one asp page on which i am generating Dynamic TabPanel all the controls like textbox ,combobox,buttons, are also generated [B]dynamically on tabpanel[/B] now on the button click i … | |
[QUOTE]I have a form with textbox. Besides this textbox i should have imagebutton / something which on clicking will open a popup window (lookup). This popup window will have UserId and Usernames (from db). So when the User selects one from this , the UserId should get selected in the … | |
Hey!!! Anyone have any idea that can we fire button click event if the button is added in[B] tabpane[/B]l not in panel if have any example or any help would appriciated pls give as soon as possible. | |
hi!!!! i have problem with my dynamic control in tab panel below is my code [CODE]protected void Page_Load(object sender, EventArgs e) { if (!IsPostBack) { tabcontainer1_ActiveTabChanged(tabcontainer1, null); getcontrol(); } } protected override void LoadViewState(object savedState) { base.LoadViewState(savedState); if (ViewState["controsladded"] == null) getcontrol(); } protected void tabcontainer1_ActiveTabChanged(object sender, EventArgs e) { … | |
Re: first u have to take all the question in one string and then you have to take array of string and use split keyword in ur condition u can split by '?' character for example [CODE]string[] optvalue = val.Split(new char[] { '?' });[/CODE] here val is the string that contain … | |
Re: # write this TextBox[] tbArray = new TextBox[] { TextBox1, TextBox2, TextBox3 }; # # instead of TextBox[] tbArray = new TextBox[] { TextBox1, TextBox1, TextBox1 }; # | |
Re: [QUOTE=jellybeannn;1146010]Hi, I've got a DropDownList with a list of colours, when one is selected and the "Add to ShoppingCart" button is pressed, all the colours in the DropDownList are duplicated. Can somebody please help. [CODE] // fill the control with data private void PopulateControls(ProductDetails pd) { // display product recommendations … | |
Re: use <a href> with Eval() function instead of commandargument. |
The End.