Click here to Skip to main content
16,016,527 members
Home / Discussions / Visual Basic
   

Visual Basic

 
AnswerRe: Outlook2003 Pin
Dave Kreskowiak28-Sep-07 6:07
mveDave Kreskowiak28-Sep-07 6:07 
QuestionPass Value in Crystal Report Pin
TeJAs.....28-Sep-07 2:11
TeJAs.....28-Sep-07 2:11 
AnswerRe: Pass Value in Crystal Report Pin
DigiOz Multimedia28-Sep-07 8:50
DigiOz Multimedia28-Sep-07 8:50 
QuestionConnecting to ADO.NET Pin
ashwinibhalerao28-Sep-07 1:47
ashwinibhalerao28-Sep-07 1:47 
AnswerRe: Connecting to ADO.NET Pin
Ajay.k_Singh28-Sep-07 2:24
Ajay.k_Singh28-Sep-07 2:24 
AnswerRe: Connecting to ADO.NET Pin
Vimalsoft(Pty) Ltd28-Sep-07 2:39
professionalVimalsoft(Pty) Ltd28-Sep-07 2:39 
AnswerRe: Connecting to ADO.NET Pin
Ajay.k_Singh28-Sep-07 2:46
Ajay.k_Singh28-Sep-07 2:46 
Questiondatagrid sorting using column headers Pin
hepsy.i28-Sep-07 1:31
hepsy.i28-Sep-07 1:31 
hi i want to sort my datagrid when i clcick on any one of the header column name
i wrote teh code but that is not working
can some one please help me with this
Private Sub DataGrid1_SortCommand(ByVal source As Object, ByVal e As System.Web.UI.WebControls.DataGridSortCommandEventArgs) Handles DataGrid1.SortCommand
Label13.Text = e.SortExpression

'lblWhatClicked.Text = "You clicked: " & e.SortExpression

Dim dv As New DataView(Eventds1.Tables(0))
dv.Sort = e.SortExpression & " DESC"

DataGrid1.DataSource = dv
DataGrid1.DataBind()
End Sub
Thank u



hepsy
AnswerRe: datagrid sorting using column headers Pin
Vimalsoft(Pty) Ltd28-Sep-07 2:51
professionalVimalsoft(Pty) Ltd28-Sep-07 2:51 
GeneralRe: datagrid sorting using column headers Pin
Dave Kreskowiak28-Sep-07 5:58
mveDave Kreskowiak28-Sep-07 5:58 
AnswerRe: datagrid sorting using column headers Pin
Dave Kreskowiak28-Sep-07 6:03
mveDave Kreskowiak28-Sep-07 6:03 
QuestionReceive POP3 e-mails as .eml file Pin
Dan Suthar28-Sep-07 1:26
professionalDan Suthar28-Sep-07 1:26 
AnswerRe: Receive POP3 e-mails as .eml file Pin
Dave Kreskowiak28-Sep-07 5:57
mveDave Kreskowiak28-Sep-07 5:57 
GeneralRe: Receive POP3 e-mails as .eml file Pin
Dan Suthar28-Sep-07 6:16
professionalDan Suthar28-Sep-07 6:16 
GeneralRe: Receive POP3 e-mails as .eml file Pin
Dave Kreskowiak28-Sep-07 7:11
mveDave Kreskowiak28-Sep-07 7:11 
GeneralRe: Receive POP3 e-mails as .eml file Pin
Dan Suthar29-Sep-07 6:36
professionalDan Suthar29-Sep-07 6:36 
GeneralRe: Receive POP3 e-mails as .eml file Pin
Dave Kreskowiak29-Sep-07 7:46
mveDave Kreskowiak29-Sep-07 7:46 
QuestionHow to deflect a line Pin
Yasin78628-Sep-07 1:23
Yasin78628-Sep-07 1:23 
AnswerRe: How to deflect a line Pin
Christian Graus28-Sep-07 1:43
protectorChristian Graus28-Sep-07 1:43 
AnswerRe: How to deflect a line Pin
Luc Pattyn28-Sep-07 2:33
sitebuilderLuc Pattyn28-Sep-07 2:33 
AnswerRe: How to deflect a line Pin
Dave Kreskowiak28-Sep-07 5:51
mveDave Kreskowiak28-Sep-07 5:51 
QuestionWindows Service Pin
André Stroebel28-Sep-07 0:19
André Stroebel28-Sep-07 0:19 
AnswerRe: Windows Service Pin
GuyThiebaut28-Sep-07 0:32
professionalGuyThiebaut28-Sep-07 0:32 
GeneralRe: Windows Service Pin
André Stroebel28-Sep-07 0:51
André Stroebel28-Sep-07 0:51 
GeneralRe: Windows Service Pin
GuyThiebaut28-Sep-07 0:55
professionalGuyThiebaut28-Sep-07 0:55 

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.