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

  • Thread starter Thread starter Guest
  • Start date Start date
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
 
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
 
Back
Top