Dear Rob
I have founded in category admin ascx file <asp:TextBox ID="txtCategoryName" runat="server" Width="200" MaxLength="50" CssClass="NormalTextBox"></asp:TextBox> and I have configured MaxLength = 100, but it doesn't work.
When I save, the field is truncated.
Now, I have changed the field size into the database to Nvarchar 100 and I have changed the value manually.
It is not a solution, but I have only 1 categories name up to 50 characters, so I can do in this way.
But I think it is important add a TAG for the full description in the future.
Thanks for your help
Alessandro
I have founded in category admin ascx file <asp:TextBox ID="txtCategoryName" runat="server" Width="200" MaxLength="50" CssClass="NormalTextBox"></asp:TextBox> and I have configured MaxLength = 100, but it doesn't work.
When I save, the field is truncated.
Now, I have changed the field size into the database to Nvarchar 100 and I have changed the value manually.
It is not a solution, but I have only 1 categories name up to 50 characters, so I can do in this way.
But I think it is important add a TAG for the full description in the future.
Thanks for your help
Alessandro