Click here to Skip to main content
15,891,905 members

Comments by Onick Ahmed (Top 4 by date)

Onick Ahmed 26-Feb-17 9:52am View    
what device you were using? I am having the same problem. can you help me with anything helpful please?
Onick Ahmed 26-Feb-17 9:50am View    
Hello Member 8203391, did you find any way to solve this?. what device were you using? I am having problem with my device. the sdk i got from the manufacturer company isn't working. Can you suggest me anything helpful?
Onick Ahmed 26-Jan-17 4:56am View    
Yes sir, I got it, they used userGrid as their gridview name. and I made a mistake, my copy gone wrong with, all those < and > got exchanged with < :)
like, var users = response.Content.ReadAsAsync<IEnumerable<Users>>().Result; not those errors are solved. thanks. it was my mistake.
Onick Ahmed 26-Jan-17 4:03am View    
sir my question was, Is there any possible way to call a API from my windows form application?
i tried something that I attached with my question and got error message on these lines,

var users = response.Content.ReadAsAsync<IEnumerable<Users>>().Result;
usergrid.ItemsSource = users;

saying, "The name doesn't exist in the current context" and "Only assignment, increment, decrement.... can be used as a statement"