Click here to Skip to main content
15,911,531 members
Home / Discussions / WPF
   

WPF

 
GeneralRe: WPF databinding - many to many - combobox, Entity Framework 4 Pin
Duke Carey15-Dec-10 1:39
professionalDuke Carey15-Dec-10 1:39 
QuestionHow to bind between listView with two column and database items ? Pin
Yanshof5-Dec-10 22:44
Yanshof5-Dec-10 22:44 
AnswerRe: How to bind between listView with two column and database items ? Pin
Pete O'Hanlon5-Dec-10 23:17
mvePete O'Hanlon5-Dec-10 23:17 
AnswerRe: How to bind between listView with two column and database items ? Pin
Abhinav S6-Dec-10 4:00
Abhinav S6-Dec-10 4:00 
QuestionHow do you handle the static data load Pin
Mycroft Holmes5-Dec-10 20:18
professionalMycroft Holmes5-Dec-10 20:18 
AnswerRe: How do you handle the static data load Pin
#realJSOP6-Dec-10 2:09
professional#realJSOP6-Dec-10 2:09 
GeneralRe: How do you handle the static data load Pin
Mycroft Holmes6-Dec-10 3:03
professionalMycroft Holmes6-Dec-10 3:03 
GeneralRe: How do you handle the static data load Pin
#realJSOP7-Dec-10 1:45
professional#realJSOP7-Dec-10 1:45 
No on the progress indicator.

I came up with a system where I queue up the web service requests into a list, and execute them one after the other. When the last one is done, it sends a "complete" event. I wrote an article about it here:

How I Optimized my Silverlight Asynchronous Web Service Consumption[^]

I made it even simpler by having a single "get" method in my web service that accepts the stored proc name and an xml data string that represents the parameters needed by the stored proc. I believe I briefly touched on that in the article, but I did write a tip/trick about that aspect:

Pass a Dynamic List of Parameters to a Web Service[^]

You may be able to extract something useful from those two items.
.45 ACP - because shooting twice is just silly
-----
"Why don't you tie a kerosene-soaked rag around your ankles so the ants won't climb up and eat your candy ass..." - Dale Earnhardt, 1997
-----
"The staggering layers of obscenity in your statement make it a work of art on so many levels." - J. Jystad, 2001

GeneralRe: How do you handle the static data load Pin
Mycroft Holmes7-Dec-10 11:16
professionalMycroft Holmes7-Dec-10 11:16 
Questionevents between two threads Pin
igalep1325-Dec-10 8:03
igalep1325-Dec-10 8:03 
AnswerRe: events between two threads Pin
Mycroft Holmes5-Dec-10 10:51
professionalMycroft Holmes5-Dec-10 10:51 
GeneralRe: events between two threads Pin
igalep1325-Dec-10 10:53
igalep1325-Dec-10 10:53 
AnswerRe: events between two threads Pin
SledgeHammer015-Dec-10 11:02
SledgeHammer015-Dec-10 11:02 
GeneralRe: events between two threads Pin
igalep1325-Dec-10 11:05
igalep1325-Dec-10 11:05 
AnswerRe: events between two threads Pin
Ray Cassick7-Dec-10 9:03
Ray Cassick7-Dec-10 9:03 
GeneralRe: events between two threads Pin
igalep1327-Dec-10 9:56
igalep1327-Dec-10 9:56 
GeneralRe: events between two threads Pin
Ray Cassick7-Dec-10 16:20
Ray Cassick7-Dec-10 16:20 
GeneralRe: events between two threads Pin
igalep13211-Dec-10 0:28
igalep13211-Dec-10 0:28 
GeneralRe: events between two threads Pin
Ray Cassick16-Dec-10 6:23
Ray Cassick16-Dec-10 6:23 
GeneralRe: events between two threads Pin
igalep13218-Dec-10 11:18
igalep13218-Dec-10 11:18 
Questionchecking processes Pin
arkiboys3-Dec-10 2:58
arkiboys3-Dec-10 2:58 
AnswerRe: checking processes Pin
Pete O'Hanlon3-Dec-10 4:37
mvePete O'Hanlon3-Dec-10 4:37 
GeneralRe: checking processes Pin
arkiboys3-Dec-10 5:43
arkiboys3-Dec-10 5:43 
GeneralRe: checking processes Pin
Pete O'Hanlon3-Dec-10 7:19
mvePete O'Hanlon3-Dec-10 7:19 
GeneralRe: checking processes Pin
arkiboys3-Dec-10 11:00
arkiboys3-Dec-10 11:00 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.