Using ”; Handling Null Value and showing 0 against

You can also create a public method on the page then call that from the code-in-front. e.g. if using C#: public string ProcessMyDataItem(object myValue) { if (myValue == null) { return “0 value”; } return myValue.ToString(); } Then the label in the code-in-front will be something like: <asp:Label ID=”Label18″ Text=”<%# ProcessMyDataItem(Eval(“item”)) %>” runat=”server”></asp:Label> Sorry, haven’t … Read more

404 Not Found

Not Found

The requested URL was not found on this server.

Additionally, a 404 Not Found error was encountered while trying to use an ErrorDocument to handle the request.