I keep getting "The server tag is not well formed." error in the following code where the hyperlink is defined:
<asp:Repeater ID="rep" runat="server">
<ItemTemplate>
<asp:HyperLink NavigateUrl="<%# DataBinder.Eval(Container.DataItem, "e_path") %>" runat="server">...
Hello,
I am working on a business directory website where users can create a business listing page which can be visited using a custom path they specify. For example, if they create a listing with a path named "myCompany", people can visit their page using http://site.com/myCompany rather than...
The code below always give me that error on line "Me.Bookmark = rs.Bookmark" after each selection in a combo box. Currently to circumvent this problem, I have to click "Debug", stop the debugging in vba editor, and then the combo box works as normal like nothing just happened. So this error pops...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.