skip to main
|
skip to sidebar
Web Solutions
Ads 468x60px
Pages
Home
Blogroll
Friday, February 17, 2012
Render Section in MVC3
Define in page:
@
RenderSection(
"ValidationRules "
,
true
)
@
if
(IsSectionDefined(
"ValidationRules"
))
{
@section
ValidationRules
{
//Put your html code here
@
Html.LabelFor(m => m.Subject)
}
}
0 comments:
Post a Comment
Newer Post
Older Post
Home
Blog Archive
▼
2012
(5)
►
June
(1)
►
May
(1)
►
April
(1)
▼
February
(2)
JQuery Calender
Render Section in MVC3
►
2011
(9)
►
December
(7)
►
November
(2)
Followers
Powered by
Blogger
.
Home
Popular Posts
Apply more than one watermarks on a page using single JQuery method
This post will show you an easy way to add a JQuery textbox watermark in your application. Now add below class in your project css class...
Send Mail via Gmail account
Add these two namespaces at the top of the page first. using System.Net.Mail; using System.Net; Then add the below function on your...
Set datetime on IIS
Go into Registry Editor (start -> run -> type regedit). Get into the folder HKEY_USERS -> .DEFAULT -> International. Look fo...
Blog Archive
▼
2012
(5)
►
June
(1)
►
May
(1)
►
April
(1)
▼
February
(2)
JQuery Calender
Render Section in MVC3
►
2011
(9)
►
December
(7)
►
November
(2)
About Me
Jitender
I have feelings too. I am still human. All I want is to be loved, for myself and for my talent. Working a Software Developer
View my complete profile
Blogger news
Blogger news
Blogger templates
Blogger templates
0 comments:
Post a Comment