Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
100% Quality Score
Upvotes Received
1
Posts with Upvotes
1
Upvoting Members
1
Downvotes Received
0
Posts with Downvotes
0
Downvoting Members
0
0 Endorsements
Ranked #16.0K
Ranked #2K
~6K People Reached
Favorite Tags
Member Avatar for meetarun007

I need to display cartons as when it is placed in pallets in C# desktop program. I need to display one by one, after the robo places the carton in pallet. i.e, initally the pallet will be empty. when the robo places first pallet i need to show carton in …

Member Avatar for kattypier
0
370
Member Avatar for semicolon
Member Avatar for nmaillet
0
219
Member Avatar for ppc493

I make datagridview export to excel, but Headcolumn don't show in excel files. **Sample** result (in Excel) 1 | mani | 213/435 | 0-892-342234-09 2 | ware | 1/67 | 053-36-49 **But i need resuult (in Excel)** ID | Name | Address | Tel. >>> Headcolumn 1 | mani | …

Member Avatar for AnnieCalvert
0
185
Member Avatar for complete

How do I do a get/post for an array in c#? In C#, you get and set variables like this: `public int ID { get; set; }` How would one get and set an array in C#? This will not work: `public uint [5] BIG_Hash {get; set;}`

Member Avatar for ddanbe
0
541
Member Avatar for shahai.ali

hi am using a tab control. in which i have already 3 tabpages. now the problm is that when the form is loaded the first tabepage must be enable while other will be disable to access untill i press the button that first tabpage is contain. is their solution for …

Member Avatar for AnnieCalvert
0
1K
Member Avatar for semicolon

Hello i have a datatable |row|col2|col3|col4|col5| | 1 | val| val| val| val| | 2 | val| val| val| val| | 3 | val| val| val| val| | 4 | val| val| val| val| | 5 | val| val| val| val| | 6 | val| val| val| val| | 7 …

Member Avatar for arunkumars
0
311
Member Avatar for semicolon

Hello i have a database table | col1 | col2 | col3 | col4 | col5 | | val | val | val | val | val | | val | val | val | val | val | | val | val | val | val | val | …

Member Avatar for semicolon
0
133
Member Avatar for bo0ga

I have a gridview connected to a database and I added a checkbox next to each row. This is my code so far. <asp:TemplateField HeaderText="Assign" ShowHeader="True"> <ItemTemplate> <asp:CheckBox ID="assignCheck" runat="server" CausesValidation="false" CommandName="Assign"/> </ItemTemplate> </asp:TemplateField> Each row in my table holds a different user. My project is to assign a user …

Member Avatar for abhishekabhi
0
138
Member Avatar for sai.ayilavarapu

Hi need help i setting up both Adding and Updating datagrid cells in the Save_Click event. Right i used seperate click events for Add_Click and Updating_Click but i want to both of them in the Save_Click event rather than seperately. Thanks in advance Here is my code using System; using …

Member Avatar for Rogachev
0
188
Member Avatar for uroz

Dear people of DaniWeb! I am in trouble. I can't figure this out I have a text file Five Finger Death Punch – 'Under and Over It':30 Staind – 'Not Again':23 Breaking Benjamin – 'Blow Me Away':56 Theory of a Deadman – 'Lowlife':33 Anthrax – 'The Devil You Know':120 Like …

Member Avatar for AnnieCalvert
0
119
Member Avatar for hiral2cool

mtxtBdate.Value = dataGridView1.SelectedRows[0].Cells["Birthdate"].Value.ToString(); i want this on data Grid view.. this type of syntax use in all other textboxs.. but now how to use this datepicker control syntax.. this sytax is wrong plzz tell me write meas any date that user select on the datetimepicker is show on the datagrid.. …

Member Avatar for AnnieCalvert
0
343
Member Avatar for santhini

i want to retrive data from database in datagrid while pressing the tab key. Help me to choose the event for this in VB.net 2010

Member Avatar for M.Waqas Aslam
0
98
Member Avatar for kimlong2012

Dear All; I would like to suggest for a function name getDataToGrid(). Example: I have table name tblStaff(StaffID,StaffName),tblPosition(PositionID,PositionName) and DataGridView anem dgvStaff. For my purpose is, I don't want to write the same code for each forms. That's why I want a function, just call to each form. It can …

Member Avatar for kimlong2012
0
411
Member Avatar for amitkumarmailid

is it possible to declare variable at runtime, name of variable are stored in database. we have it declare it and initialise it at runtime.. how ???????????

Member Avatar for lolafuertes
0
177
Member Avatar for HibaPro

hi everyone , can someone help me by this i have a DB table and a form the following fields , combobox and textboxes, what i need is how to write a query to retrieve data from the table when the user select some record from combobox thnx before and …

Member Avatar for poojavb
0
1K
Member Avatar for Mikey12345

Hi Im trying to achieve something which seems simple but is proving difficult. I have listview1 which will display the values of two textbox's when a button is clicked. I have listview2 which will make a calculation based on the two values in listview1 when a button is clicked. What …

Member Avatar for Reverend Jim
0
164