Hi there,
I am busy with a .NET project. I am still unsure how
to use the Yahoo API with my .NET code. Most of the controls that I use
for my ASP.NET application are server controls (and the Yahoo API is markup or
javascript code), and a typical textbox and button will look something like:
<asp:TextBox ID="txtMyTextBox"
runat="server" />
<asp:Button ID="btnMyButton"
runat="server" Text="Search" />
Please can someone advise.
Thanks
Brendan