janko

Stories submitted by janko

ASP.NET Ajax basics: Calling ScriptServices using JavaScript (jankoatwarpspeed.com)

submitted by jankojanko(2555) 4 years ago

In a previous post "Partial page rendering", we have looked into ASP.NET Ajax basics - partial rendering using UpdatePanel control. In this article you will see another way to perform partial page rendering and that is - by calling a ScriptService from JavaScript. Let's see why UpdatePanels are not always a good solution. UpdatePanels are very simple and it is very easy to turn your classic aspx pages into ajax-enabled pages. However, this has its own downsides. read more...

add a comment |category: |Views: 20

tags: another

BlogEngine.NET - Powerful, open source blog engine written in ASP.NET (jankoatwarpspeed.com)

submitted by jankojanko(2555) 4 years ago

When I decided to run a new blog, I was in a dilemma whether to write engine from scratch or to use some existing solution. Since I wanted to do it fast, I started to search and BlogEngine.NET grabbed my attention. It is an open source project written in ASP.NET 2.0, which was a good starting point for me. Since I use Microsoft technologies in my everyday work it was easy to customize the solution. read more...

add a comment |category: |Views: 205

tags: another