Browse by Tags

MK Web UG

MK Web UG
Macedonian Web User Group
Tags
Tagged Content List
  • Blog Post: Add Facebook ‘Like’ buttons and Twitter feeds to your web pages using ASP.NET Web Helpers Library

    In this blog post, I will give a brief description of how to insert a Facebook ‘Like’ button or a Twitter feed in your web page. In order to achieve this, at first you must have installed the ASP.NET Web Helpers package in your Visual Studio web project. We will install it by using NuGet...
  • Blog Post: Customizing an ASP.NET GridView control with CSS styles

    Sometimes we want to customize the view of the GridView control with our custom made design. In order to do so, we need to set the property CssClass of the GridView control to the class we have defined to give our custom look. Let’s have a CSS class named CustomView and we have defined it as follows...
  • Blog Post: Using Custom styles on a BalloonPopupExtender

    In one of my previous blog posts , I talked about the BalloonPopupExtender, which is usually used for showing tooltips based on a given event of a control. In this blog post, I will talk about using the Custom style of the BalloonStyle property, so that you can adapt and use custom appearance of the...
  • Blog Post: AJAX Control Toolkit – Tab Control

    In my previous post , I mentioned that there are several new features of the AJAX Control Toolkit, one of which was the improved Tab Control. I discussed about the BalloonPopupExtender, which is a part of this toolkit since November 2011. In this blog post, I will talk about the Tab control. There are...
  • Blog Post: AJAX Control Toolkit – BalloonPopupExtender

    The AJAX Control Toolkit, since November 2011, has some several new features, including BalloonPopup and improvements on the Tab control. In this blog post, I will discuss about the BalloonPopupExtender, which is used mainly as a kind of a tooltip displayed when we’re typing in a text field or on another...
  • Blog Post: AJAX Control Toolkit – How To Use AutoCompleteExtender

    These days I had a situation where I needed to use a control which is a part of the AJAX Control Toolkit, concretely the AutoCompleteExtender control. I had a TextBox control in a web form where the user needed to add another user to a given list, but for easier typing and not having to remember the...