TECHNOLOGIES
FORUMS
JOBS
BOOKS
EVENTS
INTERVIEWS
Live
MORE
LEARN
Training
CAREER
MEMBERS
VIDEOS
NEWS
BLOGS
Sign Up
Login
No unread comment.
View All Comments
No unread message.
View All Messages
No unread notification.
View All Notifications
Answers
Post
An Article
A Blog
A News
A Video
An EBook
An Interview Question
Ask Question
Forums
Monthly Leaders
Forum guidelines
Priyanka Singh
694
1.4k
671.6k
How to excess value in .Aspx page in ASP.Net
Feb 6 2020 5:06 AM
I have code in .cs page
var startDate =
new
DateTime(now.Year, now.Month, 1);
ar endDate = startDate.AddMonths(1).AddDays(-1);
How to excess these two values in .aspx page.As I am using
<
%=startDate %
>
But it gives an error that name does not exist in the current context. What to do??
Reply
Answers (
5
)
SMTP Server requires a secure connection or client
Multiple Models In Single View Using Entity Framework