get data from a html textbox and use that information in VB.NET code

G

Guest

Hello!

Can anybody tell me how to get data from a html textbox and use that information in the coding of VB.NET. Actually I am working in SALT just like Bind Element Example, I would like that user speaks the data in and I use this data to be entered in a oracle database using VB.NET coding. Right now the data is not forwarding to the click event of aspx button from the html textbox. Can any body help me soon and early. I will be grateful.

Haroon
 
C

Cor

Hi haroon,
Can anybody tell me how to get data from a html textbox and use that
information in the coding of VB.NET. Actually I am working in SALT just like
Bind Element Example, I would like that user speaks the data in and I use
this data to be entered in a oracle database using VB.NET coding. Right now
the data is not forwarding to the click event of aspx button from the html
textbox. Can any body help me soon and early. I will be grateful.
Use the server side textbox (or ASPX textbox), on the client side it is the
same, but it adds for you as far as I can see the things you are asking for
on the server side.

I hope this helps for you a little bit,

Cor
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top