- Total Members: 220,321
- Threads: 525,398
- Posts: 977,016
Great community. Great ideas.
Welcome to ASP/Free, a community dedicated to helping beginners and professionals alike in improving their knowledge of Microsoft's development and administration technologies. Sign up today to gain access to the combined insight of tens of thousands of members.
-
January 18th, 2013, 02:31 PM
#1
Parser Error Message: The server tag is not well formed. Need Help!
Hello,
I am new to programming and trying to create a page to delete users from a table. I keep getting the Parser error stated in title and the text it points to is:
<asp:GridView ID="gvUsers" runat="server" DataSourceID="UsersSource">
Line 30: </asp:GridView>
Line 31: <asp:SqlDataSource ID="DeleteUsers" runat="server"
Line 32: ConnectionString="<%$ add name="SocialEquityPromptConnectionString" ConnectionString="Data Source=myserver-name1;Initial Catalog=Education-UELP-DEV;User Id=Local-Education-UELP;Password=monk_key" roviderName="System.Data.SqlClient:UsersSource" /%>"
Line 33: SelectCommand="SELECT [tbFirstName], [tbLastName], [tbUsername] FROM [Users]">
Can someone please let me know what I'm missing or doing wrong?
Similar Threads
-
By wagae in forum .NET Development
Replies: 1
Last Post: July 5th, 2007, 12:05 PM
-
By eeeravi in forum .NET Development
Replies: 1
Last Post: January 8th, 2007, 09:39 AM
-
By ehsanking in forum .NET Development
Replies: 1
Last Post: May 25th, 2005, 11:15 AM
-
By bvargheese in forum .NET Development
Replies: 1
Last Post: February 1st, 2005, 06:21 AM
-
By tulsatoldwing in forum .NET Development
Replies: 25
Last Post: January 12th, 2005, 02:34 AM