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

ASP.NET

 
AnswerRe: Nested Gridview need help. Pin
User 418025411-Apr-16 8:32
User 418025411-Apr-16 8:32 
QuestionHow do i add new json file in VS2012? Pin
King Fisher27-Mar-16 23:43
professionalKing Fisher27-Mar-16 23:43 
AnswerRe: How do i add new json file in VS2012? Pin
ZurdoDev28-Mar-16 7:33
professionalZurdoDev28-Mar-16 7:33 
QuestionMVC @Helpers, reusable HTML in a view, to place in App_Code? Pin
jkirkerx27-Mar-16 11:46
professionaljkirkerx27-Mar-16 11:46 
QuestionASP.Net MVC: custom client side validation for checkboxes is not working Pin
Tridip Bhattacharjee27-Mar-16 1:27
professionalTridip Bhattacharjee27-Mar-16 1:27 
SuggestionRe: ASP.Net MVC: custom client side validation for checkboxes is not working Pin
Richard Deeming29-Mar-16 2:17
mveRichard Deeming29-Mar-16 2:17 
QuestionWHere to put JavaScrip in ASP.net Pin
hmanhha26-Mar-16 8:33
hmanhha26-Mar-16 8:33 
AnswerRe: WHere to put JavaScrip in ASP.net Pin
F-ES Sitecore27-Mar-16 5:02
professionalF-ES Sitecore27-Mar-16 5:02 
Do you mean js on the page? Or in a separate file? If it's in a separate file then put it in a "scripts" folder and refer to it like this

HTML
<script src="<%=Page.ResolveUrl("~/scripts/file.js") %>"></script>


If you're referring to js put on the page, then if the js uses elements on the master page put it on the master page, if it references elements on the content page put it on the content page, if it references both then put it on the content page also.
GeneralRe: WHere to put JavaScrip in ASP.net Pin
hmanhha28-Mar-16 7:22
hmanhha28-Mar-16 7:22 
GeneralRe: WHere to put JavaScrip in ASP.net Pin
F-ES Sitecore28-Mar-16 7:38
professionalF-ES Sitecore28-Mar-16 7:38 
QuestionMVC5 WebGrid styling issues Pin
#realJSOP24-Mar-16 3:22
mve#realJSOP24-Mar-16 3:22 
AnswerRe: MVC5 WebGrid styling issues Pin
#realJSOP24-Mar-16 7:26
mve#realJSOP24-Mar-16 7:26 
AnswerRe: MVC5 WebGrid styling issues Pin
#realJSOP24-Mar-16 7:48
mve#realJSOP24-Mar-16 7:48 
GeneralRe: MVC5 WebGrid styling issues Pin
Brisingr Aerowing24-Mar-16 17:10
professionalBrisingr Aerowing24-Mar-16 17:10 
GeneralRe: MVC5 WebGrid styling issues Pin
#realJSOP25-Mar-16 0:47
mve#realJSOP25-Mar-16 0:47 
GeneralRe: MVC5 WebGrid styling issues Pin
Brisingr Aerowing25-Mar-16 4:41
professionalBrisingr Aerowing25-Mar-16 4:41 
QuestionMVC/EF typical/best practice Pin
#realJSOP24-Mar-16 1:21
mve#realJSOP24-Mar-16 1:21 
AnswerRe: MVC/EF typical/best practice Pin
Nathan Minier24-Mar-16 1:37
professionalNathan Minier24-Mar-16 1:37 
GeneralRe: MVC/EF typical/best practice Pin
#realJSOP24-Mar-16 2:02
mve#realJSOP24-Mar-16 2:02 
GeneralRe: MVC/EF typical/best practice Pin
Nathan Minier24-Mar-16 2:08
professionalNathan Minier24-Mar-16 2:08 
GeneralRe: MVC/EF typical/best practice Pin
John C Rayan24-Mar-16 5:27
professionalJohn C Rayan24-Mar-16 5:27 
GeneralRe: MVC/EF typical/best practice Pin
Richard Deeming24-Mar-16 2:14
mveRichard Deeming24-Mar-16 2:14 
GeneralRe: MVC/EF typical/best practice Pin
Nathan Minier24-Mar-16 2:31
professionalNathan Minier24-Mar-16 2:31 
QuestionWhat wrong with my website Pin
hmanhha23-Mar-16 22:03
hmanhha23-Mar-16 22:03 
AnswerRe: What wrong with my website Pin
John C Rayan23-Mar-16 23:48
professionalJohn C Rayan23-Mar-16 23:48 

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.