Click here to Skip to main content
15,887,267 members
Home / Discussions / C#
   

C#

 
GeneralRe: Signature table Pin
User 66587-Jun-06 3:04
User 66587-Jun-06 3:04 
GeneralRe: Signature table Pin
leckey7-Jun-06 10:25
leckey7-Jun-06 10:25 
AnswerRe: Signature table Pin
Josh Smith7-Jun-06 3:48
Josh Smith7-Jun-06 3:48 
QuestionDataGridView Pin
andrei_dalcu7-Jun-06 1:56
andrei_dalcu7-Jun-06 1:56 
AnswerRe: DataGridView Pin
Nafiseh Salmani7-Jun-06 2:23
Nafiseh Salmani7-Jun-06 2:23 
GeneralRe: DataGridView Pin
andrei_dalcu7-Jun-06 2:33
andrei_dalcu7-Jun-06 2:33 
AnswerDelete and Edit options Pin
andrei_dalcu7-Jun-06 3:58
andrei_dalcu7-Jun-06 3:58 
GeneralRe: Delete and Edit options Pin
Wjousts7-Jun-06 4:37
Wjousts7-Jun-06 4:37 
If you search Google (or even Code Project) you'll probably find thousands of examples of databinding to a dataset to a datagridview.

andrei_dalcu wrote:
How do I add the possibility to edit only one collumn of the generated table?


Set all other DataGridViewColumns ReadOnly property to true except for the one you want to edit

andrei_dalcu wrote:
How do I add the possibility to delete rows?


In the DataGridView, AllowUserToDeleteRows should be set to true (which is the default) then when a user selects a row and presses delete the row will disappear. If you want to actually delete it from the database then you need to set up your DataAdapters DeleteCommand and when you want to delete you will need to use the Update method - again, try Google for lots of examples or even MSDNs documentation is pretty decent.
QuestionHow can i hide or show a panel in usercontrol from a form? Pin
Nafiseh Salmani7-Jun-06 1:56
Nafiseh Salmani7-Jun-06 1:56 
AnswerRe: How can i hide or show a panel in usercontrol from a form? Pin
Mahmood Ilyas7-Jun-06 2:29
Mahmood Ilyas7-Jun-06 2:29 
AnswerRe: How can i hide or show a panel in usercontrol from a form? Pin
engsrini7-Jun-06 3:00
engsrini7-Jun-06 3:00 
Questionheader of file Pin
Mahmood Ilyas7-Jun-06 1:41
Mahmood Ilyas7-Jun-06 1:41 
AnswerRe: header of file Pin
stancrm7-Jun-06 1:43
stancrm7-Jun-06 1:43 
AnswerRe: header of file Pin
J4amieC7-Jun-06 2:24
J4amieC7-Jun-06 2:24 
QuestionHow to study C# well? Pin
yodern7-Jun-06 1:32
yodern7-Jun-06 1:32 
AnswerRe: How to study C# well? Pin
albCode7-Jun-06 2:01
albCode7-Jun-06 2:01 
GeneralRe: How to study C# well? Pin
yodern7-Jun-06 2:55
yodern7-Jun-06 2:55 
AnswerRe: How to study C# well? Pin
Mahmood Ilyas7-Jun-06 2:10
Mahmood Ilyas7-Jun-06 2:10 
GeneralRe: How to study C# well? Pin
yodern7-Jun-06 2:40
yodern7-Jun-06 2:40 
AnswerRe: How to study C# well? Pin
Tristan Rhodes7-Jun-06 4:21
Tristan Rhodes7-Jun-06 4:21 
QuestionAdding <table> element using MSHTML? Pin
Dr.Grimy7-Jun-06 1:30
Dr.Grimy7-Jun-06 1:30 
AnswerRe: Adding <table> element using MSHTML? Pin
Dr.Grimy8-Jun-06 0:09
Dr.Grimy8-Jun-06 0:09 
Questionmodelling many-to-many relationships with datasets Pin
Jimbo227-Jun-06 0:57
Jimbo227-Jun-06 0:57 
Questionspyware signatures [modified] Pin
Gulfaraz7-Jun-06 0:43
Gulfaraz7-Jun-06 0:43 
AnswerRe: spyware signatures [modified] Pin
Pradd7-Jun-06 8:30
Pradd7-Jun-06 8:30 

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.