Click here to Skip to main content
15,889,651 members
Home / Discussions / C#
   

C#

 
GeneralRe: windows form Pin
Dimitris Iliopoulos20-Jun-03 11:37
Dimitris Iliopoulos20-Jun-03 11:37 
GeneralRe: windows form Pin
jphuphilly21-Jun-03 7:08
jphuphilly21-Jun-03 7:08 
GeneralSQL in C# question Pin
puppiesLover20-Jun-03 8:08
puppiesLover20-Jun-03 8:08 
GeneralRe: SQL in C# question Pin
Anonymous20-Jun-03 9:36
Anonymous20-Jun-03 9:36 
GeneralRe: SQL in C# question Pin
Danny Rodriguez20-Jun-03 10:12
Danny Rodriguez20-Jun-03 10:12 
GeneralControl Sizing Pin
Anonymous20-Jun-03 7:15
Anonymous20-Jun-03 7:15 
GeneralRe: Control Sizing Pin
Anonymous20-Jun-03 9:25
Anonymous20-Jun-03 9:25 
GeneralSpreadsheet "Like" Data Entry Pin
Andrew Bromfield20-Jun-03 7:06
Andrew Bromfield20-Jun-03 7:06 
Hello,

I am building an application that requires data to be entered into a control that looks like the Data Grid. Basically, it should mimic the functionality of entering data into MS Excel. I know the Data Grid is primarily used to display data binded to a data source, such as a DataSet. Is there any way to display a blank data grid and use it for data entry? If not, what do you experts suggest that I do to get the results I'm looking for?

One possible solution that I came up with was to bind the data grid to the table that the data is destined for. Next, I would add one row of text boxes that would represent each column below the grid. The user could then add the record to the data grid (and underlying table) by typing the details into the the textboxes below the grid, followed by clicking the "Add" button. However, a grid will not appear unless there is data in the underlying table to be displayed. The empty data grid control does not look attractive on a form.

I remember building an application in vb 6.0 where I got around this by placing textboxes over the cells of the data grid control. However, I can't remember exactly how I did this, or if it would even work with the .NET data grid control.

Any help would be greatly appreciated


GeneralRe: Spreadsheet "Like" Data Entry Pin
Dimitris Iliopoulos20-Jun-03 11:45
Dimitris Iliopoulos20-Jun-03 11:45 
QuestionCould Some one Please help to convert two lines from C# to VB.NET? Pin
Eikeland20-Jun-03 5:13
Eikeland20-Jun-03 5:13 
AnswerRe: Could Some one Please help to convert two lines from C# to VB.NET? Pin
CherezZaboro20-Jun-03 5:39
CherezZaboro20-Jun-03 5:39 
GeneralDesign question about windows services... Pin
CherezZaboro20-Jun-03 5:13
CherezZaboro20-Jun-03 5:13 
GeneralRe: Design question about windows services... Pin
CherezZaboro20-Jun-03 6:27
CherezZaboro20-Jun-03 6:27 
GeneralRe: Design question about windows services... Pin
CherezZaboro20-Jun-03 7:17
CherezZaboro20-Jun-03 7:17 
GeneralRe: Design question about windows services... Pin
CherezZaboro20-Jun-03 9:28
CherezZaboro20-Jun-03 9:28 
GeneralRe: Design question about windows services... Pin
CherezZaboro23-Jun-03 3:31
CherezZaboro23-Jun-03 3:31 
GeneralRe: Design question about windows services... Pin
Burt Harris21-Jun-03 12:59
Burt Harris21-Jun-03 12:59 
GeneralRe: Design question about windows services... Pin
CherezZaboro23-Jun-03 3:08
CherezZaboro23-Jun-03 3:08 
GeneralComm Port and WinSock Pin
RB@Emphasys20-Jun-03 5:10
RB@Emphasys20-Jun-03 5:10 
GeneralRe: Comm Port and WinSock Pin
Nick Parker20-Jun-03 10:22
protectorNick Parker20-Jun-03 10:22 
GeneralRe: Comm Port and WinSock Pin
Dimitris Iliopoulos20-Jun-03 11:52
Dimitris Iliopoulos20-Jun-03 11:52 
GeneralColumn Headers in a Datagrid Pin
Qarash20-Jun-03 4:57
Qarash20-Jun-03 4:57 
GeneralRe: Column Headers in a Datagrid Pin
Dimitris Iliopoulos20-Jun-03 12:19
Dimitris Iliopoulos20-Jun-03 12:19 
GeneralRe: Column Headers in a Datagrid Pin
Qarash23-Jun-03 2:40
Qarash23-Jun-03 2:40 
GeneralVisual Studio Design Time Bug (C#) Pin
Qarash20-Jun-03 4:53
Qarash20-Jun-03 4:53 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.