User Profile
Collapse
Profile Sidebar
Collapse
manelmalkav
Last Activity: Oct 30 '06, 05:54 PM
Joined: Oct 18 '06
Location: Rio de Janeiro - Brazil
-
You can make a Public Sub in a Module or something like that... and them, call that method from the two commands... -
Please visit The Microsoft Atlas Page to make AJAX Web Aplications Easy as Windows Forms...Leave a comment:
-
Public Class Hello
Private _sample As String
Public Property Sample() As String
Get
'1
Return _sample
End Get
Set(ByVal Value As String)
'2
_sample = Value
End Set
End Property
Public Sub DoSomething()
Me.Sample = "SampleText " '2
...Leave a comment:
No activity results to display
Show More
Leave a comment: