Posts Tagged ‘ ASP.Net ’

ASP.Net MasterPage: How to use the page name in CSS skinning

Jul 6th, 2011 | By | Category: Information Technology

Sometimes it can be convenient to create CSS styles that are unique to a specific page context, either because a page requires a special rule or override due to its features, or because some style rule must be applied based on the page context. I have used this for instance in Drupal skinning when a [...]



asp:ImageButton with PostBackUrl and OnClientClick event

Mar 16th, 2010 | By | Category: Web

When an asp:Imagebutton control is used with a client-side event, for instance to show a popup window, and the control is not in an asp:UpdatePanel, the client-side event does not complete because the ImageButton initiates a full post-back. In the browser, for instance with a ShadowBox popping up, it appears that the event fired and [...]