Click here to Skip to main content
15,894,405 members
Home / Discussions / ASP.NET
   

ASP.NET

 
QuestionI am having problem updating one table by selecting values from dynamic dropdownlist from another table Pin
samflex18-Sep-14 5:40
samflex18-Sep-14 5:40 
AnswerRe: I am having problem updating one table by selecting values from dynamic dropdownlist from another table Pin
jkirkerx18-Sep-14 13:25
professionaljkirkerx18-Sep-14 13:25 
GeneralRe: I am having problem updating one table by selecting values from dynamic dropdownlist from another table Pin
samflex18-Sep-14 17:28
samflex18-Sep-14 17:28 
GeneralRe: I am having problem updating one table by selecting values from dynamic dropdownlist from another table Pin
jkirkerx18-Sep-14 17:45
professionaljkirkerx18-Sep-14 17:45 
GeneralRe: I am having problem updating one table by selecting values from dynamic dropdownlist from another table Pin
jkirkerx18-Sep-14 18:04
professionaljkirkerx18-Sep-14 18:04 
QuestionHow to check for validation as well as run code in code page on submit button press Pin
omrohit118-Sep-14 3:39
omrohit118-Sep-14 3:39 
AnswerRe: How to check for validation as well as run code in code page on submit button press Pin
hypermellow18-Sep-14 3:45
professionalhypermellow18-Sep-14 3:45 
QuestionCalling multiple OData services from within .net API async Pin
LiQuick17-Sep-14 21:49
LiQuick17-Sep-14 21:49 
Dear readers,

Could anyone provide me an example how I can call multiple OData services from within a .net API asynchronously? I’m using DataServiceQuery’s to get all the data from the external OData services. I have tried using:
C#
public static class QueryExtension
{
    public static Task<IEnumerable<TResult>>; QueryAsync<TResult>(this DataServiceQuery<TResult> query)
    {
        return Task<IEnumerable<TResult>>.Factory.FromAsync(query.BeginExecute, query.EndExecute, null);
    }
}


But my webapi gets locked that way.
Best regards,
Rémy
AnswerRe: Calling multiple OData services from within .net API async Pin
LiQuick22-Sep-14 2:08
LiQuick22-Sep-14 2:08 
QuestionAspx Page Load Pin
Narendra L17-Sep-14 1:48
Narendra L17-Sep-14 1:48 
AnswerRe: Aspx Page Load Pin
Kornfeld Eliyahu Peter17-Sep-14 2:00
professionalKornfeld Eliyahu Peter17-Sep-14 2:00 
AnswerRe: Aspx Page Load Pin
Sibeesh KV29-Sep-14 1:13
professionalSibeesh KV29-Sep-14 1:13 
QuestionHow to learn Asp.net MVC? Pin
RajeeshMenoth16-Sep-14 23:32
professionalRajeeshMenoth16-Sep-14 23:32 
AnswerRe: How to learn Asp.net MVC? Pin
Swinkaran17-Sep-14 18:20
professionalSwinkaran17-Sep-14 18:20 
GeneralRe: How to learn Asp.net MVC? Pin
RajeeshMenoth17-Sep-14 21:51
professionalRajeeshMenoth17-Sep-14 21:51 
AnswerRe: How to learn Asp.net MVC? Pin
Sibeesh KV29-Sep-14 1:15
professionalSibeesh KV29-Sep-14 1:15 
QuestionASP - Display a GridView on Second Page Pin
Member 1090638616-Sep-14 5:16
Member 1090638616-Sep-14 5:16 
AnswerRe: ASP - Display a GridView on Second Page Pin
ZurdoDev16-Sep-14 10:29
professionalZurdoDev16-Sep-14 10:29 
QuestionDetermining all possible AD login return types (i.e. User Not Found, etc.) from a MVC json web service Pin
Stephen Holdorf15-Sep-14 13:36
Stephen Holdorf15-Sep-14 13:36 
Questionweb.config Pin
Member 1108003313-Sep-14 5:40
Member 1108003313-Sep-14 5:40 
AnswerRe: web.config Pin
jkirkerx15-Sep-14 7:09
professionaljkirkerx15-Sep-14 7:09 
AnswerRe: web.config Pin
Sibeesh KV29-Sep-14 1:18
professionalSibeesh KV29-Sep-14 1:18 
Questionasp.net membership Pin
msc92013-Sep-14 3:48
msc92013-Sep-14 3:48 
AnswerRe: asp.net membership Pin
hypermellow18-Sep-14 5:32
professionalhypermellow18-Sep-14 5:32 
GeneralRe: asp.net membership Pin
msc92022-Sep-14 0:55
msc92022-Sep-14 0: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.