Skip to main content

Microsoft Silverlight

Answered Question Dynamic Data LoadingRSS Feed

(1)

WiproSachin
WiproSachin

Member

Member

323 points

87 Posts

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

Yi-Lun Luo - MSFT
Yi-Lun L...

All-Star

All-Star

25052 points

2,747 Posts

Answered Question

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.
  • Unanswered Question
  • Answered Question
  • Announcement
Microsoft Communities