Press Ctrl / CMD + C to copy this to your clipboard.
This post will be reported to the moderators as potential spam to be looked at
how to add javascript and stylesheet in chaild page not a master page?
and how to add refrence mater page to chaild page?
If you use MVC then you can add an @RenderSection("CSS",false) in your master and than use it in your child view.
If you use master pages then you can just create a new ContentPlaceholder and then use it in your child views.
is working on a reply...
This forum is in read-only mode while we transition to the new forum.
You can continue this topic on the new forum by tapping the "Continue discussion" link below.
Continue discussion
How to add javascript and stylesheet in chaild page?
how to add javascript and stylesheet in chaild page not a master page?
and how to add refrence mater page to chaild page?
If you use MVC then you can add an @RenderSection("CSS",false) in your master and than use it in your child view.
If you use master pages then you can just create a new ContentPlaceholder and then use it in your child views.
is working on a reply...
This forum is in read-only mode while we transition to the new forum.
You can continue this topic on the new forum by tapping the "Continue discussion" link below.