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
Periyannan G
NA
45
67.9k
Server Error in my Webpage?
Jun 28 2011 4:55 AM
Parser Error
Description:
An error occurred during the parsing of a resource required to service this request. Please review the following specific parse error details and modify your source file appropriately.
Parser Error Message:
System.Web.UI.HtmlControls.HtmlTableCellCollection must have items of type 'System.Web.UI.HtmlControls.HtmlTableCell'. 'p' is of type 'System.Web.UI.HtmlControls.HtmlGenericControl'.
MY CODE IS LIKE:
<table id="main" runat="server">
<tr>
<td>
<p> My Docs </p>
</td>
</tr>
</table>
In this if delete that ID and runat = Server tag it will work fine...
Please tell me, how can i solve this.
Reply
Answers (
2
)
Why SOS Debugging Extension can NOT debug Nullable type?
How to display uploaded images on webpage in asp.net