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
pingu ingu
NA
11
2.3k
getting error the server tag is not wellformed <asp: sqldata
Feb 22 2014 3:31 PM
I am getting above error in design view. When in source view it is same except
Parser Error Message - The server tag is not well formed.
Source Error:
L
ine 31: </table>
Line 32: <div>
Line 33: <asp:SqlDataSource ID="sourceEmployees" runat="server" ProviderName="System.Data.SqlClient" ConnectionString="Data Source=localhost; user id=sa; integrated security=true; initial catalog=fshndb"
Line 34: SelectCommand="select l.emri_lendes as Lenda,v.nota AS Nota, v.permiresim as Permiresim,s.emri as Emri,s.mbiemer as Mbiemri"
Line 35: +"from lenda as l inner join vleresimi as v on l.lenda_id=v.lenda_id inner join student as s on v.student_email=s.student_email"
Source File: /SecurePages/default.aspx Line: 33
Every thing is fine when I execute on development machine in local mode, but when I place code on server and execute, then error. Following is the Source for the gridview followed by the referenced sqlServerdataSource . Appreciate any help.
thanks in advance
Reply
Answers (
0
)
incrementing panel
How to select a row in datagrid with integrated chkbox