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
Rohit
NA
238
32.9k
gridview colum not sorting
Apr 14 2016 3:08 AM
HI ,
i have one datatable dt in that i have added few Column
after adding Column in dt. i have given these dt as datasource to gridview
once data get loaded in what ever Column i have is not sorting (only date column)
Name Columns is sorting properly plz help me
Dim da As New SqlDataAdapter(Filter, cnn)
dt = New DataTable
da.Fill(dt)
dt.Columns.Add("Col1")
dt.Columns.Add("Col2")
For Each R As DataRow In dt.Rows
ArList = GetLatestLevel(R("ClientID"))
If ArList.Count > 0 Then
R("Col1") = ArList(0).ToString()
R("Col2") = ArList(1).ToString()
End If
Next
dgCall.DataSource = dt
plz help me
Reply
Answers (
5
)
Get URL
how to set application shortcut icon