Click here to Skip to main content
15,887,596 members
Home / Discussions / ASP.NET
   

ASP.NET

 
Questionhow to add jqgird when i selected a dropdown list Pin
Member 104505891-Dec-15 21:57
Member 104505891-Dec-15 21:57 
QuestionRe: how to add jqgird when i selected a dropdown list Pin
Richard MacCutchan1-Dec-15 22:11
mveRichard MacCutchan1-Dec-15 22:11 
QuestionAccess data from a Web forms Website using a Windows App Pin
jkirkerx1-Dec-15 10:18
professionaljkirkerx1-Dec-15 10:18 
AnswerRe: Access data from a Web forms Website using a Windows App Pin
Wombaticus2-Dec-15 1:01
Wombaticus2-Dec-15 1:01 
GeneralRe: Access data from a Web forms Website using a Windows App Pin
jkirkerx2-Dec-15 6:30
professionaljkirkerx2-Dec-15 6:30 
AnswerRe: Access data from a Web forms Website using a Windows App Pin
David Mujica2-Dec-15 2:52
David Mujica2-Dec-15 2:52 
GeneralRe: Access data from a Web forms Website using a Windows App Pin
jkirkerx2-Dec-15 6:32
professionaljkirkerx2-Dec-15 6:32 
AnswerNot sure if its solved, but I got something to work Pin
jkirkerx2-Dec-15 13:00
professionaljkirkerx2-Dec-15 13:00 
I wrote a web service, and tied it to an asmx page.
Then I wrote a Serializable Class, with get and set, for the request and response.

In the web service, the input is the request class, and it outputs the response class. Used SQL Linq for the database calls.

Then in the Windows App, I created a service reference, using the WSDL that is generated when you add ?wsdl to the url. And in calling the service, I just changed the endpoint, and used basic http binding to test it.

So the class I need for the request and response are contained in the Service Reference.
And I just used those classes as a ListOf, to populate a listview control.
So I guess the whole thing happens with SOAP.

I'm impressed, had no idea it would be that easy to do. I've always consumed web services, but never wrote one. The ones I wrote were for JQuery, and returned JSON back to be parsed.

That is slick!

GeneralRe: Not sure if its solved, but I got something to work Pin
Wombaticus3-Dec-15 6:16
Wombaticus3-Dec-15 6:16 
GeneralRe: Not sure if its solved, but I got something to work Pin
jkirkerx3-Dec-15 6:46
professionaljkirkerx3-Dec-15 6:46 
QuestionProblem with GreedView edit mode Pin
Member 1098582229-Nov-15 6:29
Member 1098582229-Nov-15 6:29 
QuestionHow do I read contents of iis log in windows\system32\Logfiles\w3svc1? (SOLVED) Pin
samflex24-Nov-15 4:20
samflex24-Nov-15 4:20 
AnswerRe: How do I read contents of iis log in windows\system32\Logfiles\w3svc1? Pin
Richard Deeming24-Nov-15 9:02
mveRichard Deeming24-Nov-15 9:02 
GeneralRe: How do I read contents of iis log in windows\system32\Logfiles\w3svc1? Pin
samflex24-Nov-15 16:13
samflex24-Nov-15 16:13 
GeneralRe: How do I read contents of iis log in windows\system32\Logfiles\w3svc1? Pin
F-ES Sitecore24-Nov-15 22:25
professionalF-ES Sitecore24-Nov-15 22:25 
GeneralRe: How do I read contents of iis log in windows\system32\Logfiles\w3svc1? Pin
Richard Deeming25-Nov-15 2:38
mveRichard Deeming25-Nov-15 2:38 
GeneralRe: How do I read contents of iis log in windows\system32\Logfiles\w3svc1? Pin
samflex25-Nov-15 6:12
samflex25-Nov-15 6:12 
QuestionLinq query adding results to a new table Pin
byka23-Nov-15 9:51
byka23-Nov-15 9:51 
Questionasync and await in asp.net Pin
Anil Sharma198323-Nov-15 1:25
professionalAnil Sharma198323-Nov-15 1:25 
AnswerRe: async and await in asp.net Pin
Richard Deeming23-Nov-15 2:19
mveRichard Deeming23-Nov-15 2:19 
AnswerRe: async and await in asp.net Pin
ZurdoDev23-Nov-15 2:57
professionalZurdoDev23-Nov-15 2:57 
QuestionStudent Grade and Grade Point Callculation Pin
Aliyu Usman21-Nov-15 11:45
Aliyu Usman21-Nov-15 11:45 
AnswerRe: Student Grade and Grade Point Callculation Pin
Garth J Lancaster21-Nov-15 12:19
professionalGarth J Lancaster21-Nov-15 12:19 
QuestionStored Procedure returns no column in entity framework Pin
Er. Aamir Khan KCNIT Banda20-Nov-15 19:49
Er. Aamir Khan KCNIT Banda20-Nov-15 19:49 
AnswerRe: Stored Procedure returns no column in entity framework Pin
Richard MacCutchan20-Nov-15 21:55
mveRichard MacCutchan20-Nov-15 21:55 

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.