Joined
Last Seen
0 Reputation Points
0% Quality Score
- Upvotes Received
- 0
- Posts with Upvotes
- 0
- Upvoting Members
- 0
- Downvotes Received
- 1
- Posts with Downvotes
- 1
- Downvoting Members
- 1
0 Endorsements
3 Posted Topics
Hi, I currently have a database in MS SQL2008 which is accessed via a VB2008 app on a Local Area network. The password for the database is hardcoded within app.config file in the program. However I want to transfer the database out to the web. To that end I have … | |
Re: ' ******************************************** ' ** Button clicked so carry out the event ** ' ******************************************** [code] Private Sub btnEvents_Click(ByVal sender As System.Object, ByVal e As EventArgs) Handles MyBase.Click Dim cString As String = sender.Text() 'Dim myObject As Object = sender Select Case cString Case "Add" .... [/code] | |
The End.