Click here to Skip to main content
15,891,951 members
Home / Discussions / Windows Forms
   

Windows Forms

 
QuestionLocked Screens Pin
Mark M11-Feb-08 12:58
Mark M11-Feb-08 12:58 
GeneralRe: Locked Screens Pin
Christian Graus12-Feb-08 14:16
protectorChristian Graus12-Feb-08 14:16 
GeneralRe: Locked Screens Pin
Mark M12-Feb-08 14:23
Mark M12-Feb-08 14:23 
GeneralRe: Locked Screens Pin
Expert Coming13-Feb-08 5:26
Expert Coming13-Feb-08 5:26 
Generalexcept only double value in the datagridview Pin
kvijayajyothy10-Feb-08 22:23
kvijayajyothy10-Feb-08 22:23 
GeneralRe: except only double value in the datagridview Pin
Tony Richards12-Feb-08 22:02
Tony Richards12-Feb-08 22:02 
GeneralRe: except only double value in the datagridview Pin
sathish s12-Feb-08 22:05
sathish s12-Feb-08 22:05 
Questionhow to bind data in a combobox ,in asp.net 2.0 windows application c# Pin
Cuckoo10-Feb-08 18:55
Cuckoo10-Feb-08 18:55 
I am writing this code to bind data in a combobox its showing following in DataValueField and DataBind()


SqlDataAdapter da = new SqlDataAdapter("Select job_name from ep_job",con);
DataSet Obj_dse = new DataSet();
da.Fill(Obj_dse);
Dd_designation.DataTextField=Obj_dse.Tables[0].Columns["job_name"].ToString();
//drp_Reporting_Name.DataValueField=Obj_dse.Tables[0].Columns["job_id"].ToString();
Dd_designation.DataSource=Obj_dse;
Dd_designation.DataBind();
Dd_designation.Items.Insert(0, "-Select-");
GeneralDataGridViewComboBoxCoulmn Pin
Nasir.Islam9-Feb-08 1:04
Nasir.Islam9-Feb-08 1:04 
Questionhow to Print Datain listview OR datagridview in C#.net Pin
khan_parvez7-Feb-08 6:29
professionalkhan_parvez7-Feb-08 6:29 
GeneralRe: how to Print Datain listview OR datagridview in C#.net Pin
led mike7-Feb-08 6:46
led mike7-Feb-08 6:46 
QuestionHow to implement a promptString (instead of promptChar) in a MaskedTextBox Pin
cturn6-Feb-08 6:39
cturn6-Feb-08 6:39 
GeneralRe: How to implement a promptString (instead of promptChar) in a MaskedTextBox Pin
led mike6-Feb-08 7:18
led mike6-Feb-08 7:18 
GeneralRe: How to implement a promptString (instead of promptChar) in a MaskedTextBox Pin
cturn6-Feb-08 7:29
cturn6-Feb-08 7:29 
GeneralRe: How to implement a promptString (instead of promptChar) in a MaskedTextBox Pin
led mike6-Feb-08 7:43
led mike6-Feb-08 7:43 
GeneralRe: How to implement a promptString (instead of promptChar) in a MaskedTextBox Pin
cturn6-Feb-08 7:48
cturn6-Feb-08 7:48 
Questionhow to send the grid view values in to the excel sheet Pin
venkatesh.gan5-Feb-08 17:34
venkatesh.gan5-Feb-08 17:34 
GeneralRe: how to send the grid view values in to the excel sheet Pin
Giorgi Dalakishvili5-Feb-08 20:42
mentorGiorgi Dalakishvili5-Feb-08 20:42 
QuestionWinForms and Word Application Pin
Emanuil ACHIM4-Feb-08 22:40
Emanuil ACHIM4-Feb-08 22:40 
GeneralDuoble Post - Please Ignore Pin
Giorgi Dalakishvili4-Feb-08 22:59
mentorGiorgi Dalakishvili4-Feb-08 22:59 
Generalmake an Mdiform transparent Pin
diddy343-Feb-08 11:58
diddy343-Feb-08 11:58 
GeneralRe: make an Mdiform transparent Pin
Kschuler4-Feb-08 7:25
Kschuler4-Feb-08 7:25 
GeneralTransparent MDIform Pin
diddy343-Feb-08 11:00
diddy343-Feb-08 11:00 
GeneralTransparent MDIform Pin
diddy343-Feb-08 10:43
diddy343-Feb-08 10:43 
GeneralRe: Transparent MDIform Pin
Joan M3-Feb-08 10:52
professionalJoan M3-Feb-08 10:52 

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.