Click here to Skip to main content
Page 1 of 1
Page Size: 10 · 25 · 50


Author filtered by: vishal deb [x]
Question 13 May 2013   license: CPOL
Hello Every bodyI am standing on a cross road with a doubt which way is the correct way. For convenience I upload a screen shot of the Form on my server-http://cbsecsnip.in/screen2.jpg see it for reference.As you are seeing the image Groupbox and CheckBoxes all are dynamically...
Question 12 May 2013   license: CPOL
Hello EverybodyHow can store name of dynamically created checkbox in a String array when I don't know how many checkbox will user select at runtime.Say I have 10 dynamic checkboxes and out of 10 user select 6 checkboxes randomly now how can get the name of those selected checkboxes and store...
Answer 12 May 2013   license: CPOL
Solution 2 is the code which I wrote for generating dynamic groupbox and dynamic checkbox inside groupbox.I got help from
Answer 12 May 2013   license: CPOL
Here is code after modification which gave me my desired resultprivate void RO_SelectedIndexChanged(object sender, EventArgs e) { groupBox1.Controls.Clear(); String m = RO.SelectedItem.ToString(); Console.WriteLine(m); aCommand2 =...
Question 12 May 2013   license: CPOL
I have a access database from where I am populating the datagridview on button click event. but what I exactly I want to add record of access database in datagridview when button is clicked. Means on 1st click 1 record should be add in datagridview, on 2nd click another record should be add and...
Question 12 May 2013   license: CPOL
Dear AllI am trying to create groupbox dynamically and these GB will create on selection on checkbox.Means I have 5 check boxes now if I select 1st CB then 1 GB with some other dynamic checkbox shall be created, if I select 3rd check then another GB shall be created with few more other...
Question 8 May 2013   license: CPOL
HelloI am making a win form application on frame work 3.5 using C#. I am creating dynamic checkboxes depending on the numbers of records in access table. After this I am also able to get the name, text and other properties of dynamically created checkboxes and I am displaying the name of...
Question 8 May 2013   license: CPOL
Hi AllI am trying to generated the dynamic labels depending on the checked checkboxes which are dynamically created.My .Net frame is 3.5Here is code for dynamic checkboxesSystem.Windows.Forms.CheckBox[] checkBox = new System.Windows.Forms.CheckBox[bran_count]; for (int...
C# Menu Bar Issue by vishal deb
Question 1 Feb 2011   license: CPOL
HiI am using C# 2008 with Access 2007. I am using MDI on MDI a added a menu now that Menu have a Login MenuItem which is enable and other menu items are disabled at form load. Now I am try to implement this if login is successful then other menu items will be enabled automatically. I tried...
C#
jTable Problem by vishal deb
Question 29 Jan 2011   license: CPOL
HiI am just trying to do somthing in Java. I wrote a small programm in Java using JDBC connecting with MySql. I am using Netbeans 6.9Here is my database structure -Field Type Null Default Descriptionpnr_no int(7) No PNR No.t_no int(4) Yes NULL ...
Question 31 Dec 2010   license: CPOL
Hi AllI got lots of help from this siteHere I am facing 1 simple problem but can't point it out, So I need urgent help from you all.I am using Windows 7, VS C# 2008, Access 2007My Access database have 1 photo column of OLE Object.Here is the code of C# which is working fine if it...

Page 1 of 1


Advertise | Privacy | Mobile
Web02 | 2.6.130513.1 | Last Updated 14 May 2013
Copyright © CodeProject, 1999-2013
All Rights Reserved. Terms of Use
Layout: fixed | fluid