Click here to Skip to main content
15,923,197 members
Home / Discussions / Visual Basic
   

Visual Basic

 
GeneralSQLClient and System.Security.SecurityException Pin
sybux200010-Jun-04 20:16
sybux200010-Jun-04 20:16 
GeneralRe: SQLClient and System.Security.SecurityException Pin
Dave Kreskowiak14-Jun-04 3:08
mveDave Kreskowiak14-Jun-04 3:08 
GeneralRe: SQLClient and System.Security.SecurityException Pin
sybux200010-Aug-04 10:32
sybux200010-Aug-04 10:32 
GeneralRe: SQLClient and System.Security.SecurityException Pin
Dave Kreskowiak10-Aug-04 13:05
mveDave Kreskowiak10-Aug-04 13:05 
GeneralRe: SQLClient and System.Security.SecurityException Pin
sybux200010-Aug-04 20:28
sybux200010-Aug-04 20:28 
GeneralRe: SQLClient and System.Security.SecurityException Pin
Dave Kreskowiak11-Aug-04 1:31
mveDave Kreskowiak11-Aug-04 1:31 
GeneralRe: SQLClient and System.Security.SecurityException Pin
sybux200011-Aug-04 6:26
sybux200011-Aug-04 6:26 
Generalanother problem Datagrid Pin
dotnet_cpp10-Jun-04 12:16
dotnet_cpp10-Jun-04 12:16 
I am reading this XMLnode file nad filerting with 2 id's I m getthing back rwoa but I want to make one CustomerID column as hyperlink so when user click on it . they can pass that CustomerID to next page ...

Dim node As XmlNode = ResultAllCustomers(ar)
'Dim ReadNode As XmlNode = node.SelectSingleNode("DATA")
Dim eventID As String
Dim venueID As String
Dim ReadNode As XmlNode = node.SelectSingleNode("//row[@EID='" & eID & "' and @VID='" & pID & "']")
Dim Reader As New XmlNodeReader(ReadNode)

Dim mydataset As New DataSet
mydataset.ReadXml(Reader)

DataGrid1.DataSource = mydataset
DataGrid1.DataBind()

any suggestions how to do that???

Generalinser hyperlink at launching outlookexpress Pin
skoizumi2911010-Jun-04 9:31
sussskoizumi2911010-Jun-04 9:31 
GeneralForms Threading Question Pin
Wingnut7410-Jun-04 7:49
Wingnut7410-Jun-04 7:49 
GeneralRe: Forms Threading Question Pin
Dave Kreskowiak10-Jun-04 8:40
mveDave Kreskowiak10-Jun-04 8:40 
GeneralRe: Forms Threading Question Pin
Wingnut7410-Jun-04 13:48
Wingnut7410-Jun-04 13:48 
GeneralSendkeys to messagebox Pin
Brent Lamborn10-Jun-04 7:32
Brent Lamborn10-Jun-04 7:32 
GeneralRe: Sendkeys to messagebox Pin
Dave Kreskowiak10-Jun-04 8:33
mveDave Kreskowiak10-Jun-04 8:33 
GeneralOutlook Object Model Guard Pin
Brent Lamborn10-Jun-04 14:20
Brent Lamborn10-Jun-04 14:20 
GeneralRe: Outlook Object Model Guard Pin
Dave Kreskowiak11-Jun-04 10:21
mveDave Kreskowiak11-Jun-04 10:21 
GeneralWindows service problem accessing network share Pin
Member 116497710-Jun-04 6:02
Member 116497710-Jun-04 6:02 
GeneralRe: Windows service problem accessing network share Pin
Dave Kreskowiak10-Jun-04 6:27
mveDave Kreskowiak10-Jun-04 6:27 
GeneralSimple .. Dropdownlist Pin
dotnet_cpp10-Jun-04 6:02
dotnet_cpp10-Jun-04 6:02 
GeneralRe: Simple .. Dropdownlist Pin
Dave Kreskowiak10-Jun-04 6:29
mveDave Kreskowiak10-Jun-04 6:29 
GeneralRe: Simple .. Dropdownlist Pin
dotnet_cpp10-Jun-04 7:01
dotnet_cpp10-Jun-04 7:01 
GeneralRe: Simple .. Dropdownlist Pin
Dave Kreskowiak10-Jun-04 7:27
mveDave Kreskowiak10-Jun-04 7:27 
GeneralRe: Simple .. Dropdownlist Pin
dotnet_cpp10-Jun-04 8:13
dotnet_cpp10-Jun-04 8:13 
GeneralRe: Simple .. Dropdownlist Pin
Dave Kreskowiak10-Jun-04 8:26
mveDave Kreskowiak10-Jun-04 8:26 
GeneralRe: Simple .. Dropdownlist Pin
dotnet_cpp10-Jun-04 8:49
dotnet_cpp10-Jun-04 8:49 

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.