Home
»
MK .NET UG
»
MK Web UG
»
Stojance's Blog
»
All Tags
»
ASP.NET
Browse by Tags
MK Web UG
Macedonian Web User Group
Get this RSS feed
Home
Blogs
Forum
Tags
Tags
AJAX
CSS
Tagged Content List
Blog Post:
Add Facebook ‘Like’ buttons and Twitter feeds to your web pages using ASP.NET Web Helpers Library
StojanchePanov
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...
on
Sun, Jan 15 2012
Blog Post:
Customizing an ASP.NET GridView control with CSS styles
StojanchePanov
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...
on
Wed, Jan 4 2012
Blog Post:
Using Custom styles on a BalloonPopupExtender
StojanchePanov
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...
on
Sun, Jan 1 2012
Blog Post:
AJAX Control Toolkit – Tab Control
StojanchePanov
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...
on
Mon, Dec 26 2011
Blog Post:
AJAX Control Toolkit – BalloonPopupExtender
StojanchePanov
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...
on
Sun, Dec 25 2011
Blog Post:
AJAX Control Toolkit – How To Use AutoCompleteExtender
StojanchePanov
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...
on
Sat, Dec 24 2011