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
Sriram Ramki
NA
20
4.7k
Error Message: BC30451: Name Responce is not declared
Dec 6 2018 1:00 AM
<!DOCTYPE Html>
<html>
<head>
<title> ASP.Net Web Forms </title>
</head>
<body>
<h3>
ServerDate: <%Responce.Write(DateTime.Now.ToShortDateString())%>
</br>
ServerTime: <%Responce.Write(DateTime.Now.ToShortTimeString())%>
</h3>
</body>
</html>
This is my code. I got an error as 'Responce' is not declared. What to do now?
Reply
Answers (
2
)
How to create a public connection string
Disable Dropdownlist inside gridview if Dropdown is Empty