Click here to Skip to main content
15,900,461 members

Comments by pixelmeow (Top 6 by date)

pixelmeow 10-Jan-14 11:25am View    
Thanks. I've always used text='<%# Eval("Address") %>' and never had a problem. Using the quotes differently gives "BC30201: Expression expected."
pixelmeow 9-Jan-14 13:14pm View    
I tried both. It seems the "bind" command was the problem in the second, but the first gave "The server tag is not well formed." regardless of whether I used bind or eval. I changed bind back to Eval in the second one and it went back to the original error.

I've been comparing the first solution with what I used, and the first solution has been changed. It was: <asp:label runat="server" id="lblGvPengumuman" text="<%# Eval("Address") %>" xmlns:asp="#unknown">. I changed mine to match it and got the same error, "The server tag is not well formed.".
pixelmeow 9-Jan-14 13:14pm View    
Deleted
I tried both. It seems the "bind" command was the problem in the second, but the first gave "The server tag is not well formed." regardless of whether I used bind or eval. I changed bind back to Eval in the second one and it went back to the original error.

I've been comparing the first solution with what I used, and the first solution has been changed. It was: <asp:label runat="server" id="lblGvPengumuman" text="<%# Eval("Address") %>" xmlns:asp="#unknown">. I changed mine to match it and got the same error, "The server tag is not well formed.".
pixelmeow 9-Jan-14 11:18am View    
Thank you for your suggestions. I got this error:

Parser Error Message: The server tag is not well formed.

What do you suggest?
pixelmeow 9-Jan-14 11:18am View    
Thank you for your suggestions. I got this error:

Parser Error Message: The server tag is not well formed.

What do you suggest?