Click here to Skip to main content
15,906,626 members
Home / Discussions / ASP.NET
   

ASP.NET

 
QuestionPopulate a Dropdown list based on another one in VB.NET Pin
hm97-Dec-15 5:20
hm97-Dec-15 5:20 
AnswerRe: Populate a Dropdown list based on another one in VB.NET Pin
Md. Marufuzzaman8-Dec-15 3:47
professionalMd. Marufuzzaman8-Dec-15 3:47 
Questionsql query with an alias having space in asp.net code behind Pin
Member 119197226-Dec-15 22:24
Member 119197226-Dec-15 22:24 
AnswerRe: sql query with an alias having space in asp.net code behind Pin
F-ES Sitecore6-Dec-15 22:34
professionalF-ES Sitecore6-Dec-15 22:34 
Questionproduct Photos are getting stretched when uploaded. Pin
S S.Afsar6-Dec-15 5:30
S S.Afsar6-Dec-15 5:30 
SuggestionRe: product Photos are getting stretched when uploaded. Pin
Richard MacCutchan6-Dec-15 6:04
mveRichard MacCutchan6-Dec-15 6:04 
AnswerRe: product Photos are getting stretched when uploaded. Pin
F-ES Sitecore6-Dec-15 22:36
professionalF-ES Sitecore6-Dec-15 22:36 
QuestionScanning a qr code from a sticker with barcode scanner in asp.net Pin
Member stephano4-Dec-15 5:35
Member stephano4-Dec-15 5:35 
QuestionRe: Scanning a qr code from a sticker with barcode scanner in asp.net Pin
Richard MacCutchan4-Dec-15 6:52
mveRichard MacCutchan4-Dec-15 6:52 
AnswerRe: Scanning a qr code from a sticker with barcode scanner in asp.net Pin
F-ES Sitecore6-Dec-15 22:41
professionalF-ES Sitecore6-Dec-15 22:41 
QuestionApplication Test in Window phone Pin
sanket1644-Dec-15 3:15
sanket1644-Dec-15 3:15 
Questioncase statement in sql command in aspx file Pin
Member 119197223-Dec-15 23:30
Member 119197223-Dec-15 23:30 
AnswerRe: case statement in sql command in aspx file Pin
Richard Deeming4-Dec-15 1:13
mveRichard Deeming4-Dec-15 1:13 
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 

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.