|
-
Aug 1st, 2005, 11:45 AM
#1
Thread Starter
Member
help me create a simple class
hi
can someone please help me out
for now all i want to do is create an external dll file which is compiled using vbc. i know how to compile a .vb file
once its compiled i want to use it inside my aspx code something like this
textbox1.text = MyClass.Connection(1)
this should insert the following text in the textbox1: "hello"
and if i type
textbox1.text = MyClass.Connection(2)
it should give "bye" in the textbox instead!
please help!
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|