Tagged Questions
0
votes
1answer
464 views
Custom link button - image dissapearing after updatePanel reload
I created a custom link button control so it can display also an image. Code below:
namespace SharepointTools.Controls
{
[ToolboxData("<{0}:CustomImageButton ...
0
votes
1answer
944 views
Localizing ASP markup in webpart issue
In my web part I have an label, which I want to be localized:
<asp:Label ID="AppJSTNameLabel" runat="server" Text="<%$Resources:AppListWebPart,NoSelection%>" />
I have mapped Resources ...