Click here to Skip to main content
15,886,362 members
Home / Discussions / ASP.NET
   

ASP.NET

 
GeneralRe: Display image using handler.ashx what wrong my code Pin
Michael†Cheong8-Feb-13 20:10
Michael†Cheong8-Feb-13 20:10 
GeneralRe: Display image using handler.ashx what wrong my code Pin
Richard Deeming11-Feb-13 1:29
mveRichard Deeming11-Feb-13 1:29 
QuestionImagesIn Gridview Pin
m.sutarmahesh31-Jan-13 20:13
m.sutarmahesh31-Jan-13 20:13 
QuestionImporting Excel into Gridview, doesn't import all rows Pin
Craist31-Jan-13 8:29
Craist31-Jan-13 8:29 
AnswerRe: Importing Excel into Gridview, doesn't import all rows Pin
Craist31-Jan-13 9:22
Craist31-Jan-13 9:22 
QuestionWeb Pages Authentication Pin
Jassim Rahma30-Jan-13 21:22
Jassim Rahma30-Jan-13 21:22 
AnswerRe: Web Pages Authentication Pin
Rahul Rajat Singh30-Jan-13 22:14
professionalRahul Rajat Singh30-Jan-13 22:14 
QuestionAuthentication with database MVC4 Pin
AghaKhan30-Jan-13 20:44
AghaKhan30-Jan-13 20:44 
I have a local database to check authentication. You may create same database by C:\Windows\Microsoft.NET\Framework\v2.0.50727\aspnet_regsql.exe.

Create any MVC4 application and look _LoginPartial.cshtml file. You will see line
  • @Html.ActionLink"Log in", "Login", "Account", routeValues: null, htmlAttributes: new { id = "loginLink" })
  • 1. Set your break point at method “Login” in Account controller.
    2. Click in login and you will get exception at Unhandled exception at line 115, column 5 in http://localhost:61841/Scripts/jquery.unobtrusive-ajax.js.

    But why it is so? How can I use my local database for authentication?
    Why the exception is in javaScript?

    Do you an idea how to implement Authentication with local database?

    Any help will be appreciated.
    Agha Khan
    QuestionAutocomplete List hides behind Grid's horizontal scrollbar Pin
    Ponka_developer30-Jan-13 12:01
    Ponka_developer30-Jan-13 12:01 
    AnswerRe: Autocomplete List hides behind Grid's horizontal scrollbar Pin
    jkirkerx30-Jan-13 12:50
    professionaljkirkerx30-Jan-13 12:50 
    QuestionMessage Removed Pin
    29-Jan-13 4:39
    professionalN_tro_P29-Jan-13 4:39 
    QuestionHow to create and get the user input in alert message in asp.net webservice Pin
    Rocky2327-Jan-13 22:22
    Rocky2327-Jan-13 22:22 
    AnswerRe: How to create and get the user input in alert message in asp.net webservice Pin
    Sandeep Mewara27-Jan-13 23:28
    mveSandeep Mewara27-Jan-13 23:28 
    AnswerRe: How to create and get the user input in alert message in asp.net webservice Pin
    Ali Al Omairi(Abu AlHassan)28-Jan-13 3:41
    professionalAli Al Omairi(Abu AlHassan)28-Jan-13 3:41 
    GeneralRe: How to create and get the user input in alert message in asp.net webservice Pin
    Rocky2328-Jan-13 22:13
    Rocky2328-Jan-13 22:13 
    GeneralRe: How to create and get the user input in alert message in asp.net webservice Pin
    Ali Al Omairi(Abu AlHassan)28-Jan-13 22:54
    professionalAli Al Omairi(Abu AlHassan)28-Jan-13 22:54 
    AnswerRe: How to create and get the user input in alert message in asp.net webservice Pin
    jkirkerx30-Jan-13 12:52
    professionaljkirkerx30-Jan-13 12:52 
    QuestionChange CSS dynamically using javaScript Pin
    sonusharma6527-Jan-13 21:36
    sonusharma6527-Jan-13 21:36 
    AnswerRe: Change CSS dynamically using javaScript Pin
    Sandeep Mewara27-Jan-13 23:24
    mveSandeep Mewara27-Jan-13 23:24 
    Questioncapture the signature from signature pad in Web App. Pin
    premaa36@gmail.com27-Jan-13 20:40
    premaa36@gmail.com27-Jan-13 20:40 
    AnswerRe: capture the signature from signature pad in Web App. Pin
    Sandeep Mewara27-Jan-13 21:08
    mveSandeep Mewara27-Jan-13 21:08 
    GeneralRe: capture the signature from signature pad in Web App. Pin
    Abhishek Pant27-Jan-13 21:53
    professionalAbhishek Pant27-Jan-13 21:53 
    Questionlogin object in asp.net Pin
    Luqman Inam25-Jan-13 0:52
    Luqman Inam25-Jan-13 0:52 
    AnswerRe: login object in asp.net Pin
    Sandeep Mewara25-Jan-13 5:03
    mveSandeep Mewara25-Jan-13 5:03 
    AnswerRe: login object in asp.net Pin
    Rahul Rajat Singh25-Jan-13 19:17
    professionalRahul Rajat Singh25-Jan-13 19:17 

    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.