Click here to Skip to main content
15,913,055 members
Home / Discussions / C#
   

C#

 
Questionhow to upload image to the database? Pin
LyndonJohn7-Oct-07 6:03
LyndonJohn7-Oct-07 6:03 
AnswerRe: how to upload image to the database? Pin
Justin Perez7-Oct-07 6:34
Justin Perez7-Oct-07 6:34 
AnswerRe: how to upload image to the database? Pin
Pete O'Hanlon7-Oct-07 10:32
mvePete O'Hanlon7-Oct-07 10:32 
AnswerRe: how to upload image to the database? Pin
Mandaar Kulkarni7-Oct-07 20:13
Mandaar Kulkarni7-Oct-07 20:13 
QuestionGraphics in C# how do i write a software base gaphic out of this: Pin
MMaines20057-Oct-07 4:50
MMaines20057-Oct-07 4:50 
AnswerRe: Graphics in C# how do i write a software base gaphic out of this: Pin
Pete O'Hanlon7-Oct-07 10:13
mvePete O'Hanlon7-Oct-07 10:13 
QuestionData Grid View Row Header Pin
half-life7-Oct-07 2:06
half-life7-Oct-07 2:06 
AnswerRe: Data Grid View Row Header Pin
Matthew Cuba7-Oct-07 7:01
Matthew Cuba7-Oct-07 7:01 
Yes. Take a look at the DataGridView documentation - it is really quite easy once you get the idea that the header cell is similar to other cells in the datagridview.

Suppose you wanted to set the text for row 0's row header... you could do this:

dataGridView1.Rows[0].HeaderCell.Value = "Some String";

Good Luck!

It isn't enough to do well in life.
One must do good when and where one can.
Otherwise, what's the point?

GeneralRe: Data Grid View Row Header Pin
half-life7-Oct-07 7:05
half-life7-Oct-07 7:05 
QuestionBest way to search in a List<List Pin
Ajko7-Oct-07 1:09
Ajko7-Oct-07 1:09 
AnswerRe: Best way to search in a List Pin
Ajko7-Oct-07 1:10
Ajko7-Oct-07 1:10 
GeneralRe: Best way to search in a List Pin
User 66587-Oct-07 5:21
User 66587-Oct-07 5:21 
AnswerRe: Best way to search in a List<List Pin
Guffa7-Oct-07 5:21
Guffa7-Oct-07 5:21 
QuestionMicrosoft Visual C# 2008 Express Pin
Nokoff7-Oct-07 0:28
Nokoff7-Oct-07 0:28 
AnswerRe: Microsoft Visual C# 2008 Express Pin
Dave Sexton7-Oct-07 0:58
Dave Sexton7-Oct-07 0:58 
GeneralRe: Microsoft Visual C# 2008 Express Pin
Nokoff8-Oct-07 2:30
Nokoff8-Oct-07 2:30 
AnswerRe: Microsoft Visual C# 2008 Express Pin
ESTAN7-Oct-07 11:29
ESTAN7-Oct-07 11:29 
QuestionDatagridView Pin
half-life7-Oct-07 0:11
half-life7-Oct-07 0:11 
AnswerRe: DatagridView Pin
Dave Sexton7-Oct-07 1:00
Dave Sexton7-Oct-07 1:00 
QuestionDataSet & MenuStrip Pin
half-life7-Oct-07 0:00
half-life7-Oct-07 0:00 
AnswerRe: DataSet & MenuStrip Pin
Dave Sexton7-Oct-07 1:03
Dave Sexton7-Oct-07 1:03 
GeneralRe: DataSet & MenuStrip Pin
half-life7-Oct-07 1:04
half-life7-Oct-07 1:04 
AnswerRe: DataSet & MenuStrip Pin
Patrick Etc.7-Oct-07 1:11
Patrick Etc.7-Oct-07 1:11 
GeneralRe: DataSet & MenuStrip Pin
half-life7-Oct-07 2:00
half-life7-Oct-07 2:00 
Questionresolution problem Pin
sajid.salim.khan6-Oct-07 23:41
sajid.salim.khan6-Oct-07 23:41 

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.