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
Raul Juarez
NA
43
0
Query String on Gridview
Jan 19 2010 10:34 AM
Would some one help me to find out what am doing wrong? I added
& currentUser=<%txtCurrentUser.Text%>
and I had the error below
Code:
<
ItemTemplate
>
<
a
href
="OrderShoeRepairByCompany.aspx?VendorID=
<%# ((Vendor)Container.DataItem).VendorID.ToString()%>
& currentUser=<%txtCurrentUser.Text%>
">
Go to Services
</
a
>
</
ItemTemplate
>
Error:
Compiler Error Message:
CS1002: ; expected
Line 946: #line default
Line 947: #line hidden
Line 948: @__w.Write("\">Go to Services</a>\r\n \r\n \r\n " +
Line 949: " ");
Line 950: }
Reply
Answers (
7
)
How to prevent dynamically created controls from vanishing during postback ?
Need help in interview question