Page view counter
Dynamic Data Loading
Last post 07-05-2008 12:47 AM by Yi-Lun Luo - MSFT. 1 replies.
Sort Posts:
07-04-2008 1:51 AM
Dynamic Data Loading

Hi All,

 I need to implement a search box in which i need to fill the result of the user name. on click on name all the other description must be display. Please give your valuable input on it.

 Use Case for that Silverlight Control

1) User come to the Search Page

2) He will enter the Initial Name

3) All the people with intial Name will appear

4) on Click of intial  Name Result . All the remaining data come into the Silverlight Control next to it in text box

5) End of Use Case

Please Mark as Answer if your problem is solve with above solution

Regards

Sachin
Consultant

WiproSachin

Loading...
Joined on 06-22-2008
Mumbai , India
Posts 87
07-05-2008 12:47 AM
Marked as Answer
Re: Dynamic Data Loading

Hello, I think you need to do the following:

  • After the user typed the first letter of the name, you call a web service to return all people whose name begins with that letter. Then bind them to a ListBox.
  • If the first letter doesn't change, and the user continues typing the name, you do the filtering on the previous result, so you don't need an extra round trip to the server.
  • If the first letter changes, you have to call the web service again.
  • When the user clicks the name, you call another web service to return the detail information of that person.

shanaolanxing - I'll transfer to the Windows Azure team, and will have limited time to participate in the Silverlight forum. Apologize if I don't answer your questions in time.

Yi-Lun Luo - MSFT

Loading...
Joined on 10-29-2007
Posts 2,688
Microsoft Communities