anzer

Stories kicked by anzer

Asp.Net digg like pagination - datalist, repeater & gridview(www.clientsideasp.net)

submitted by anzeranzer(135) 1 year, 1 month ago

Asp.Net Digg like pagination is available as a ready to use user control. This is a C# equivalent of the jQuery pagination control available here. The main feature of the control is its flexibility to use as a search engine friendly query string based pagination or as a traditional post back based pagination using link buttons. read more...

add a comment |category: |Views: 36

tags: another

Learning the Mediator Pattern(dimecasts.net)

submitted by dwhittakerdwhittaker(13.1k) 2 years, 10 months ago

Taking a look at how we can use the Mediator Pattern in our application. .The Mediator pattern allows us to create a loosely coupled system by creating a set of objects which encapsulates the way that sets of objects interact with each other. By removing this behavior from the individual objects you reduce their responsibility and reduce coupling read more...

add a comment |category: |Views: 452

tags: another

Showing beautiful message boxes in Asp.Net web forms using JQuery Impr(clientsideasp.net)

submitted by anzeranzer(135) 2 years, 11 months ago

Impromptu is an excellent JQuery plug-in to show beautiful message boxes in web forms. It can be used to make any kind of message boxes such as alerts, confirm boxes, prompts, popup login boxes, popup input wizards etc. Even though the plug in is easy to use in static HTML, its not straight forward to use confirm messages for Asp.Net submit buttons or link buttons. This article explains how to make it work with Asp.Net read more...

add a comment |category: |Views: 157

tags: another

Asp.Net Tree DropdownList and Listbox without using Javascript(clientsideasp.net)

submitted by anzeranzer(135) 3 years, 1 month ago

A simple Asp.Net Tree DropdownList / ListBox implementation using recursion. read more...

add a comment |category: |Views: 159

tags: another

Database driven Asp.Net JQuery Tree(clientsideasp.net)

submitted by anzeranzer(135) 3 years, 1 month ago

Asp.net implementation of the famous treeview from Bassistance.de read more...

add a comment |category: |Views: 112

tags: another

Asp.Net AJAX Poll using JQuery – A complete implementation with Admin(clientsideasp.net)

submitted by anzeranzer(135) 3 years, 2 months ago

In this blog post am going to explain how to develop an animated Asp.Net AJAX poll system using JQuery. The system will have a back-end (admin part) to add and manage polls. read more...

add a comment |category: |Views: 218

tags: another

Updated DotNetKicks button(dscoduc.com)

submitted by anzeranzer(135) 3 years, 2 months ago

dotnet kick button read more...

1 comment |category: |Views: 248

tags: another

Subsonic Roadmap(blog.wekeroad.com)

submitted by AnastasiosyalAnastasiosyal(960) 4 years, 5 months ago

Rob describes the state of the Subsonic project and reveils the future plans for SubSonic. read more...

add a comment |category: |Views: 63

tags: another

Testing ScottGu: Alternate View Engines with ASP.NET MVC (NVelocity)(chadmyers.com)

submitted by chadmyerschadmyers(840) 4 years, 5 months ago

Exploring the use of non-WebForms view engines with the new ASP.NET MVC framework (example: NVelocity) read more...

add a comment |category: |Views: 168

tags: another

Spider's Web: Spawning threads in .NET (Part 1 of 5), The Basics(raasiel.typepad.com)

submitted by raasielraasiel(865) 4 years, 6 months ago

First part of a five part post on threading in .NET read more...

add a comment |category: |Views: 13

tags: another