Click here to Skip to main content
15,901,205 members
Home / Discussions / C#
   

C#

 
QuestionHow to intergrate my project in .NET (help!) Pin
oohungoo6-Mar-05 0:39
oohungoo6-Mar-05 0:39 
QuestionHow can I use files included in my project? Pin
oohungoo6-Mar-05 0:31
oohungoo6-Mar-05 0:31 
AnswerRe: How can I use files included in my project? Pin
mav.northwind6-Mar-05 1:10
mav.northwind6-Mar-05 1:10 
AnswerRe: How can I use files included in my project? Pin
realmontanakid6-Mar-05 1:19
realmontanakid6-Mar-05 1:19 
GeneralRe: How can I use files included in my project? Pin
oohungoo6-Mar-05 4:03
oohungoo6-Mar-05 4:03 
GeneralPrinter Setting In C# Pin
| Muhammad Waqas Butt |5-Mar-05 23:02
professional| Muhammad Waqas Butt |5-Mar-05 23:02 
GeneralDataGrid Column Title Pin
fjlv20055-Mar-05 22:42
fjlv20055-Mar-05 22:42 
GeneralRe: DataGrid Column Title Pin
Kodanda Pani6-Mar-05 16:26
Kodanda Pani6-Mar-05 16:26 
Hi,

You can change the column title using ColumnName property of DataColumn.

ds.Tables[0].Columns[0].ColumnName = "Employee Id";
ds.Tables[0].Columns[1].ColumnName = " Employee First Name";

Change the column names before associating the data set with the data grid.

Hope this will help you.

Regards
SGS
GeneralRe: DataGrid Column Title Pin
Anonymous6-Mar-05 23:00
Anonymous6-Mar-05 23:00 
Questionwnt to palce a button to open command dialog box using c# . ? Pin
chandtec5-Mar-05 20:01
chandtec5-Mar-05 20:01 
AnswerRe: wnt to palce a button to open command dialog box using c# . ? Pin
Anonymous6-Mar-05 3:43
Anonymous6-Mar-05 3:43 
GeneralEnable/Disable Local Area Connection Pin
Radgar5-Mar-05 15:28
Radgar5-Mar-05 15:28 
GeneralRe: Enable/Disable Local Area Connection Pin
Dave Kreskowiak5-Mar-05 17:33
mveDave Kreskowiak5-Mar-05 17:33 
GeneralC# - Double Quotes Pin
econner5-Mar-05 15:22
econner5-Mar-05 15:22 
GeneralRe: C# - Double Quotes Pin
Dave Doknjas5-Mar-05 15:39
Dave Doknjas5-Mar-05 15:39 
GeneralRe: C# - Double Quotes Pin
econner5-Mar-05 15:46
econner5-Mar-05 15:46 
GeneralRe: C# - Double Quotes Pin
econner5-Mar-05 15:54
econner5-Mar-05 15:54 
GeneralTo set a bitmap to full color Pin
Sasuko5-Mar-05 12:40
Sasuko5-Mar-05 12:40 
GeneralRe: To set a bitmap to full color Pin
Mike Dimmick5-Mar-05 12:56
Mike Dimmick5-Mar-05 12:56 
GeneralReturning graphics from user control Pin
Talal Sultan5-Mar-05 10:47
Talal Sultan5-Mar-05 10:47 
GeneralRe: Returning graphics from user control Pin
Talal Sultan5-Mar-05 11:44
Talal Sultan5-Mar-05 11:44 
Generalusing regular expressions Pin
Anonymous5-Mar-05 7:12
Anonymous5-Mar-05 7:12 
GeneralRe: using regular expressions Pin
DavidNohejl5-Mar-05 10:39
DavidNohejl5-Mar-05 10:39 
GeneralRe: using regular expressions Pin
Anonymous5-Mar-05 10:49
Anonymous5-Mar-05 10:49 
GeneralRe: using regular expressions Pin
Anonymous5-Mar-05 10:57
Anonymous5-Mar-05 10: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.