Advertisement

05.14.2008 at 07:39PM PDT, ID: 23403846
[x]
Attachment Details

asp.net dynamic ajax control

Asked by worldfear in .Net Editors & IDEs, Programming for ASP.NET, Microsoft Visual C#.Net

Tags: Microsoft, Asp.net

my first ajax:

i have an asp.net form that contains a div with a textbox for search terms and a button labeled search for flights.  the user clicks search and the results are written to a div, one result per line.  the results show information about an aircraft flight. the result text is clickable - for example "conflict details" when clicked displays details about that flight's conflicts to another div.  
so i don't know how many results will be returned by the search.  each line should have, behind the scenes, a flight id number from the database associated with the result line.  the clickable result text uses this id to retrieve the details about the flight to another div.  
i want to use ajax to:  
return the search results to the results div.
retrieve the flight details using the flight id number and write these to another div.
it looks like this
search for flights <input textbox here> button to click for search
resultsdiv
flight1 name   conflict details (clickable)
/resultsdiv
detailsdiv
conflict details for flight1
/detailsdiv

i want to use ajax for the search and for the conflict details.  if possible i want to use an update panel or other .net ajax control.  

i have never used ajax before but know what it is.

thanks alot.


 Start Free Trial
[+][-]05.14.2008 at 08:17PM PDT, ID: 21570454

View this solution now by starting your 7-day free trial. Setting up your free trial is quick, easy, and secure. We will return you to this solution, unlocked, when you're done.

 

About this solution

Zones: .Net Editors & IDEs, Programming for ASP.NET, Microsoft Visual C#.Net
Tags: Microsoft, Asp.net
Sign Up Now!
Solution Provided By: naspinski
Participating Experts: 2
Solution Grade: A
 
 
[+][-]05.15.2008 at 12:49AM PDT, ID: 21571364

Assisted solutions are selected by the member who asked the question as a comment that contributed to their question's solution.

Start your 7-day free trial to view this Assisted Solution or ask the Experts your question.

 
 
Loading Advertisement...
20080716-EE-VQP-32 / EE_QW_2_20070628