Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
Unknown Quality Score

No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.

0 Endorsements
~3K People Reached
Interests
ERP Implementation .NET MVC3
Favorite Tags

9 Posted Topics

Member Avatar for eyad212

[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]

Member Avatar for trpsjt2008
0
781
Member Avatar for bhavu4u

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 …

0
64
Member Avatar for bhavu4u

[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 …

Member Avatar for kvprajapati
0
487
Member Avatar for bhavu4u

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.

Member Avatar for bhavu4u
0
697
Member Avatar for bhavu4u

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) { …

Member Avatar for bhavu4u
0
122
Member Avatar for love_dude1984

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 …

Member Avatar for bhavu4u
0
127
Member Avatar for hery

# write this TextBox[] tbArray = new TextBox[] { TextBox1, TextBox2, TextBox3 }; # # instead of TextBox[] tbArray = new TextBox[] { TextBox1, TextBox1, TextBox1 }; #

Member Avatar for bhavu4u
0
181
Member Avatar for jellybeannn

[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 …

Member Avatar for bhavu4u
0
120
Member Avatar for tgreer
Member Avatar for bhavu4u
0
463

The End.