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

C#

 
AnswerRe: How to Join Two Table in Dataset and show in Gridview Joined Both Tables... Pin
dojohansen25-Nov-09 1:17
dojohansen25-Nov-09 1:17 
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 
hey!!
im in a prob.i am trying to add some column and items in a list view.
but cant add a column even.Here is a code snippet. i am novice in C#. plz help.
Thanks in advance.

TANIM
Bangladesh
private void Form1_Load(object sender, EventArgs e)
        {
            
            ColumnHeader columnHeader1 = new ColumnHeader();
            //columnHeader1.Text = "TANIM";
            listView1.Columns.Add(columnHeader1);
            //listView1.Columns.Add("TANIM", -2, HorizontalAlignment.Left);
            
           
        }

AnswerRe: adding column in a listview Pin
Abhijit Jana24-Nov-09 18:35
professionalAbhijit Jana24-Nov-09 18:35 
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 

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.