Click here to Skip to main content
15,888,610 members
Home / Discussions / ASP.NET
   

ASP.NET

 
GeneralRe: Localization - Unable to use any Actions from Pages in Navigation Bar if Arabic language is set Pin
RajeeshMenoth18-Feb-15 22:51
professionalRajeeshMenoth18-Feb-15 22:51 
GeneralRe: Localization - Unable to use any Actions from Pages in Navigation Bar if Arabic language is set Pin
Richard MacCutchan18-Feb-15 22:56
mveRichard MacCutchan18-Feb-15 22:56 
GeneralRe: Localization - Unable to use any Actions from Pages in Navigation Bar if Arabic language is set Pin
RajeeshMenoth18-Feb-15 23:02
professionalRajeeshMenoth18-Feb-15 23:02 
Rant[REPOST] Localization - Unable to use any Actions from Pages in Navigation Bar if Arabic language is set Pin
Richard Deeming19-Feb-15 2:25
mveRichard Deeming19-Feb-15 2:25 
QuestionHow to pass JavaScript variable to another page? Pin
samflex18-Feb-15 16:04
samflex18-Feb-15 16:04 
AnswerRe: How to pass JavaScript variable to another page? Pin
F-ES Sitecore18-Feb-15 23:40
professionalF-ES Sitecore18-Feb-15 23:40 
AnswerRe: How to pass JavaScript variable to another page? Pin
Member 1143449224-Feb-15 0:10
Member 1143449224-Feb-15 0:10 
QuestionMVC 5 Newbie Question - Plugins, Packages? Pin
jkirkerx18-Feb-15 6:45
professionaljkirkerx18-Feb-15 6:45 
I used that starter project to create my first website. I'm done with the contollers and views, I made my HTML pages, and wanted to modify the register user program. So I made my textboxes, modified the AccountModel for it, and ran into a road block. The logic or the code in compiled is in a DLL, or I guess called a plugin or package.

This is what I wanted to modify, add some fields like Company Name and Email Address
F:\packages\Microsoft.AspNet.WebPages.WebData.3.2.3\lib\net45\WebMatrix.WebData.dll
WebSecurity.CreateUserAndAccount(model.UserName, model.Password);

So this is a pre-fabricated dll from NuGet, in which the source code is kept safe for?
And I have to write my own gig in order to do this?

So my question is:
If I want to start writing my own stuff here for my MVC Project, I have to create a new project, and compile it as a DLL, and add a reference to it, or write something in the App_Code folder to experiment with?
Not quite sure how to precede here. I searched around and couldn't figure out the keywords of what to look for.
Answer[GOT IT] You can modify the Simple Membership Pin
jkirkerx19-Feb-15 11:05
professionaljkirkerx19-Feb-15 11:05 
GeneralRegsiter User, it works but not sure if it's done right for MVC Pin
jkirkerx19-Feb-15 13:32
professionaljkirkerx19-Feb-15 13:32 
QuestionWeb api works on localhost, but not on deployement server Pin
Member 1092967518-Feb-15 5:40
Member 1092967518-Feb-15 5:40 
QuestionUsing SQL Server CONTEXT_INFO feature in ASP.Net + Enterprise Library (v5 & above) Pin
Member 317000018-Feb-15 1:54
Member 317000018-Feb-15 1:54 
QuestionMVC 5, creating a download exe file link Pin
jkirkerx16-Feb-15 11:01
professionaljkirkerx16-Feb-15 11:01 
AnswerRe: MVC 5, creating a download exe file link Pin
Richard Deeming16-Feb-15 11:22
mveRichard Deeming16-Feb-15 11:22 
GeneralOh that's pretty slick Pin
jkirkerx16-Feb-15 11:40
professionaljkirkerx16-Feb-15 11:40 
GeneralRe: Oh that's pretty slick Pin
Richard Deeming16-Feb-15 12:06
mveRichard Deeming16-Feb-15 12:06 
GeneralRe: Oh that's pretty slick Pin
jkirkerx16-Feb-15 12:56
professionaljkirkerx16-Feb-15 12:56 
GeneralRe: Oh that's pretty slick Pin
Richard Deeming17-Feb-15 3:12
mveRichard Deeming17-Feb-15 3:12 
GeneralRe: Oh that's pretty slick Pin
jkirkerx17-Feb-15 8:01
professionaljkirkerx17-Feb-15 8:01 
QuestionMVC Template Pin
mlaitat16-Feb-15 1:07
mlaitat16-Feb-15 1:07 
AnswerRe: MVC Template Pin
Dave Kreskowiak16-Feb-15 14:31
mveDave Kreskowiak16-Feb-15 14:31 
QuestionWhich is more secure cms in asp.net web development ? Customized cms or Third party cms(DNN,umbraco,etc) Pin
RajeeshMenoth15-Feb-15 20:22
professionalRajeeshMenoth15-Feb-15 20:22 
AnswerRe: Which is more secure cms in asp.net web development ? Customized cms or Third party cms(DNN,umbraco,etc) Pin
Dave Kreskowiak16-Feb-15 14:32
mveDave Kreskowiak16-Feb-15 14:32 
GeneralRe: Which is more secure cms in asp.net web development ? Customized cms or Third party cms(DNN,umbraco,etc) Pin
RajeeshMenoth16-Feb-15 17:03
professionalRajeeshMenoth16-Feb-15 17:03 
GeneralRe: Which is more secure cms in asp.net web development ? Customized cms or Third party cms(DNN,umbraco,etc) Pin
Dave Kreskowiak16-Feb-15 17:59
mveDave Kreskowiak16-Feb-15 17:59 

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.