Problem:
How to use Response.Write in ASP.NET MVC 5Solution:
See the below example:Example:
@{Response.Write("<br/>Emp First Name :");
}
OR
@("test")
For smart Primates & ROBOTS (oh and ALIENS ).
How to make center align child div? Suppose you have 2 Div tag. And want the make inner tag center <div id="d1"> ...
0 comments:
Post a Comment