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

C#

 
AnswerRe: How to Join Two Table in Dataset and show in Gridview Joined Both Tables... Pin
Mycroft Holmes25-Nov-09 3:06
professionalMycroft Holmes25-Nov-09 3:06 
AnswerRe: How to Join Two Table in Dataset and show in Gridview Joined Both Tables... Pin
Gerry Schmitz25-Nov-09 3:20
mveGerry Schmitz25-Nov-09 3:20 
QuestionSerial Port Communication Pin
Sifar - 024-Nov-09 18:51
Sifar - 024-Nov-09 18:51 
AnswerRe: Serial Port Communication Pin
TAFIN24-Nov-09 20:46
TAFIN24-Nov-09 20:46 
GeneralRe: Serial Port Communication Pin
Sifar - 024-Nov-09 22:13
Sifar - 024-Nov-09 22:13 
AnswerRe: Serial Port Communication Pin
Gideon Engelberth25-Nov-09 2:51
Gideon Engelberth25-Nov-09 2:51 
Questionadding column in a listview Pin
TAFIN24-Nov-09 18:20
TAFIN24-Nov-09 18:20 
AnswerRe: adding column in a listview Pin
Abhijit Jana24-Nov-09 18:35
professionalAbhijit Jana24-Nov-09 18:35 
Try This
listView1.View = View.Details;
listView1.Columns.Add("Column Name", 50, HorizontalAlignment.Left);


Abhijit Jana | Codeproject MVP
Web Site : abhijitjana.net
Don't forget to click "Good Answer" on the post(s) that helped you.

AnswerRe: adding column in a listview Pin
Mycroft Holmes24-Nov-09 18:40
professionalMycroft Holmes24-Nov-09 18:40 
AnswerRe: adding column in a listview Pin
TAFIN24-Nov-09 20:38
TAFIN24-Nov-09 20:38 
AnswerRe: adding column in a listview Pin
carlecomm26-Nov-09 14:29
carlecomm26-Nov-09 14:29 
QuestionRemembering Variables Pin
johntwebb24-Nov-09 17:34
johntwebb24-Nov-09 17:34 
AnswerRe: Remembering Variables Pin
PIEBALDconsult24-Nov-09 17:56
mvePIEBALDconsult24-Nov-09 17:56 
AnswerRe: Remembering Variables Pin
Abhijit Jana24-Nov-09 18:04
professionalAbhijit Jana24-Nov-09 18:04 
GeneralRe: Remembering Variables Pin
johntwebb24-Nov-09 18:24
johntwebb24-Nov-09 18:24 
JokeRe: Remembering Variables Pin
Mycroft Holmes24-Nov-09 18:43
professionalMycroft Holmes24-Nov-09 18:43 
AnswerRe: Remembering Variables Pin
Shameel25-Nov-09 2:18
professionalShameel25-Nov-09 2:18 
AnswerRe: Remembering Variables Pin
Natza Mitzi26-Nov-09 8:26
Natza Mitzi26-Nov-09 8:26 
AnswerRe: Remembering Variables Pin
avigodse26-Nov-09 19:20
professionalavigodse26-Nov-09 19:20 
Questionhow to validate name with databae table (no space) Pin
LTMKH24-Nov-09 17:27
LTMKH24-Nov-09 17:27 
AnswerRe: how to validate name with databae table (no space) Pin
dan!sh 24-Nov-09 18:08
professional dan!sh 24-Nov-09 18:08 
AnswerRe: how to validate name with databae table (no space) Pin
Mycroft Holmes24-Nov-09 18:48
professionalMycroft Holmes24-Nov-09 18:48 
AnswerRe: how to validate name with databae table (no space) Pin
Shameel24-Nov-09 23:07
professionalShameel24-Nov-09 23:07 
GeneralRe: how to validate name with databae table (no space) Pin
LTMKH27-Nov-09 15:57
LTMKH27-Nov-09 15:57 
GeneralRe: how to validate name with databae table (no space) Pin
Shameel27-Nov-09 18:54
professionalShameel27-Nov-09 18:54 

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.