TECHNOLOGIES
FORUMS
JOBS
BOOKS
EVENTS
INTERVIEWS
Live
MORE
LEARN
Training
CAREER
MEMBERS
VIDEOS
NEWS
BLOGS
Sign Up
Login
No unread comment.
View All Comments
No unread message.
View All Messages
No unread notification.
View All Notifications
Answers
Post
An Article
A Blog
A News
A Video
An EBook
An Interview Question
Ask Question
Forums
Monthly Leaders
Forum guidelines
Erdinc Kolukisa
NA
113
0
changing datagridview header text
Dec 9 2010 8:05 AM
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 ??
Reply
Answers (
6
)
sorting in to Array values within range of two elements of 2nd Array
Problem adding ComboBoxItems