Browse By Tags

  • Blog Post: Web Client Software Factory 2.0

    Architects and developers can use the Web Client Software Factory to quickly incorporate many of the proven practices and patterns of building Web client applications. These practices and patterns have been identified during the development of many Web client applications and their components. WCSF...
  • Forum Post: Рендерирање на одредена контрола

    Сакам да поставам апликација која наликува на iGoogle , но имам едно прашање поврзано со серверските контроли. Значи првото рендерирање поминува т.е. сите контроли се прикажуваат на страната. Е сега кога се случува постбек (со ајакс или не), како е возможно на серверската страна да извршам одредена...
  • Forum Post: Re: Рендерирање на одредена контрола

    Со директно користење на XMLHttpRequest ефективно се заобиколува користењето на Microsoft Ajax, што си има и добри и лоши страни. Добра страна на Microsoft Ajax е што за негово користење само треба да се ставе кодот во <asp:UpdatePanel></asp:UpdatePanel> и направивме Web 2.0 апликација...
  • Blog Post: Конфликти помеѓу ASP.NET AJAX UpdatePanels и jQuery функции

    Во еден од моите претходни блог постови во врска со jQuery DatePicker на asp.net веб блогот, еден посетител на блогот ми испрати коментар кадешто имаше објаснето дека на местото кадешто го користи jQuery DatePicker-от, има и ASP.NET AJAX UpdatePanel-и. Тој рече (анг): On the same control that I...
  • Blog Post: Call ASP.NET server side method from jQuery UI Dialog

    JQuery UI Dialog is great feature from the jQuery UI Framework. If you already work with it, you may have faced some issues when you want to make server-side posts directly from buttons inside your jQuery UI Dialog. JQuery UI Dialog has buttons parameter which helps us add our custom buttons...
  • 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...
  • 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 – 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: 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...