Tech
Forums
Jobs
Books
Events
Videos
Live
More
Interviews
Certification
Training
Career
Members
News
Blogs
Contribute
An Article
A Blog
A Video
An Ebook
An Interview Question
Register
Login
6
Answers
changing datagridview header text
Erdinc Kolukisa
14y
11k
1
Reply
hey guys i have a class that i defined variables like that
public
string
cekilis_no{
get
;
set
; }
public
string
cekilis_tarihi {
get
;
set
; }
public
string
sayi_bir {
get
;
set
; }
public
string
n_iki {
get
;
set
; }
public
string
n_uc {
get
;
set
; }
public
string
n_dort {
get
;
set
; }
public
string
n_bes {
get
;
set
; }
public
string
n_alti {
get
;
set
; }
and i give their values with the datas from my database with SqlDataReader and i show them by datagridview in my form..but my problem is that the headers shown as i wrote in my class like n_bes,n_alti, like
here
..how i can show it like Number 5 or Number 6 ??
Post
Reset
Cancel
Answers (
6
)
Next Recommended Forum
sorting in to Array values within range of two elements of 2nd Array
Problem adding ComboBoxItems