Click here to Skip to main content
15,890,512 members
Home / Discussions / ASP.NET
   

ASP.NET

 
GeneralRe: list of ASP.NET SMS Gateways Pin
ZurdoDev18-Feb-14 15:21
professionalZurdoDev18-Feb-14 15:21 
QuestionHHHEEEEEELLLPP!! - async WebAPI call never returns Pin
Rob Achmann16-Feb-14 7:47
Rob Achmann16-Feb-14 7:47 
AnswerRe: HHHEEEEEELLLPP!! - async WebAPI call never returns Pin
Kornfeld Eliyahu Peter16-Feb-14 9:51
professionalKornfeld Eliyahu Peter16-Feb-14 9:51 
AnswerRe: HHHEEEEEELLLPP!! - async WebAPI call never returns Pin
Rob Achmann16-Feb-14 10:25
Rob Achmann16-Feb-14 10:25 
AnswerRe: HHHEEEEEELLLPP!! - async WebAPI call never returns Pin
ZurdoDev18-Feb-14 15:23
professionalZurdoDev18-Feb-14 15:23 
QuestionClick Event in Menu Control not firing Pin
Kandepu Rajesh15-Feb-14 18:17
Kandepu Rajesh15-Feb-14 18:17 
AnswerRe: Click Event in Menu Control not firing Pin
Rob Achmann16-Feb-14 1:48
Rob Achmann16-Feb-14 1:48 
GeneralRe: Click Event in Menu Control not firing Pin
Kandepu Rajesh16-Feb-14 10:24
Kandepu Rajesh16-Feb-14 10:24 
ems>
<asp:MenuItem NavigateUrl="~/Default.aspx" Text="Home" />
<asp:MenuItem NavigateUrl="~/Research.aspx" Text="Research" />
<asp:MenuItem NavigateUrl="~/Team.aspx" Text="Team" />
<asp:MenuItem NavigateUrl="~/Methods.aspx" Text="Methods" />
<asp:MenuItem NavigateUrl="~/Excel Report.aspx" Text="Case Studies" />
<asp:MenuItem NavigateUrl="~/RehabAnalytics.aspx" Text="RehabAnalytics" />
<asp:MenuItem NavigateUrl="~/InputTestResults.aspx" Text="InputTestResults" />


protected void NavigationMenu_MenuItemClick(object sender, MenuEventArgs e)
{
e.Item.Selected = true;
}
GeneralRe: Click Event in Menu Control not firing Pin
Prasad Vj16-Feb-14 21:07
professionalPrasad Vj16-Feb-14 21:07 
GeneralRe: Click Event in Menu Control not firing Pin
Rob Achmann19-Feb-14 3:32
Rob Achmann19-Feb-14 3:32 
JokeRe: Click Event in Menu Control not firing Pin
ZurdoDev18-Feb-14 15:25
professionalZurdoDev18-Feb-14 15:25 
GeneralRe: Click Event in Menu Control not firing Pin
Rob Achmann19-Feb-14 3:30
Rob Achmann19-Feb-14 3:30 
GeneralRe: Click Event in Menu Control not firing Pin
ZurdoDev19-Feb-14 3:51
professionalZurdoDev19-Feb-14 3:51 
AnswerRe: Click Event in Menu Control not firing Pin
Prasad Vj16-Feb-14 21:09
professionalPrasad Vj16-Feb-14 21:09 
Questionmvc 4 Ajax.BeginForm with Web API? Pin
Rob Achmann15-Feb-14 15:06
Rob Achmann15-Feb-14 15:06 
AnswerRe: mvc 4 Ajax.BeginForm with Web API? Pin
Rob Achmann16-Feb-14 10:48
Rob Achmann16-Feb-14 10:48 
AnswerRe: mvc 4 Ajax.BeginForm with Web API? Pin
Rob Achmann19-Feb-14 3:33
Rob Achmann19-Feb-14 3:33 
QuestionBuild API in ASP.NET Web Form Pin
Hy Chanhan15-Feb-14 5:14
professionalHy Chanhan15-Feb-14 5:14 
AnswerRe: Build API in ASP.NET Web Form Pin
Rob Achmann16-Feb-14 1:51
Rob Achmann16-Feb-14 1:51 
AnswerRe: Build API in ASP.NET Web Form Pin
ZurdoDev18-Feb-14 15:26
professionalZurdoDev18-Feb-14 15:26 
Questionsource code Pin
punith Kumar Raj15-Feb-14 0:28
punith Kumar Raj15-Feb-14 0:28 
AnswerRe: source code Pin
Tom Marvolo Riddle15-Feb-14 0:43
professionalTom Marvolo Riddle15-Feb-14 0:43 
AnswerRe: source code Pin
Tadit Dash (ତଡିତ୍ କୁମାର ଦାଶ)15-Feb-14 1:43
protectorTadit Dash (ତଡିତ୍ କୁମାର ଦାଶ)15-Feb-14 1:43 
QuestionI am getting RSAProtection Error, please help me Pin
indian14314-Feb-14 7:16
indian14314-Feb-14 7:16 
QuestionSelect multiple row of gridview using Shift+select functionality without using checkboxes. Pin
maheshakamudli14-Feb-14 3:12
maheshakamudli14-Feb-14 3:12 

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.