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!