R
Rob
Hi,
I'm trying to duplicate a page from Classic ASP to ASP.Net 1.1.
In Classic ASP, I have a <select> box populated by a recordset that
holds a list of parts and I have a textbox and when I enter a part
number in this text box...I have a javascript onchange event that calls
a javascript function that selects the proper part from the select box
as you type.
My question is how is this done in .Net 1.1. I have a textbox and a
DropDownList (which is populated by a DataReader) and I thought I would
use the "OnTextChanged" event and filter the dropdownlist however this
requires a postback.
I'm using Visual Studio 2003 so I don't have access to AJAX.
Does anyone know where I can find a tutorial on how to do this?
I need to filter the correct part as I type each keystroke.
Thanks
Rob
I'm trying to duplicate a page from Classic ASP to ASP.Net 1.1.
In Classic ASP, I have a <select> box populated by a recordset that
holds a list of parts and I have a textbox and when I enter a part
number in this text box...I have a javascript onchange event that calls
a javascript function that selects the proper part from the select box
as you type.
My question is how is this done in .Net 1.1. I have a textbox and a
DropDownList (which is populated by a DataReader) and I thought I would
use the "OnTextChanged" event and filter the dropdownlist however this
requires a postback.
I'm using Visual Studio 2003 so I don't have access to AJAX.
Does anyone know where I can find a tutorial on how to do this?
I need to filter the correct part as I type each keystroke.
Thanks
Rob