pr12345
12-14-2007, 10:06 AM
Hi,
I am using Visual Basic Express edition 2008 to create a web-page and do some form processing.
In this webpage, I also have a list of tables and it has a javascript which sorts it (Ajax). A text box is updated which shows me "sorted by" status. I want to capture this textbox value when it is changed.
Right now I have a button which I click and I get the text in the textbox and place it in a Texbox in VB form. However, I want the VB form's textbox to be updated everytime the webpage's textbox is updated.
Is there a way to handle such javascript events in VB .NET? I am new, so please give me some details.
Thanks.
I am using Visual Basic Express edition 2008 to create a web-page and do some form processing.
In this webpage, I also have a list of tables and it has a javascript which sorts it (Ajax). A text box is updated which shows me "sorted by" status. I want to capture this textbox value when it is changed.
Right now I have a button which I click and I get the text in the textbox and place it in a Texbox in VB form. However, I want the VB form's textbox to be updated everytime the webpage's textbox is updated.
Is there a way to handle such javascript events in VB .NET? I am new, so please give me some details.
Thanks.