bartekm

Stories submitted by bartekm

Visual Studio 2010 Service Pack 1 now available(blog.evonet.com.au)

submitted by bartekmbartekm(485) 1 year, 2 months ago

Microsoft has now released Service Pack 1 for Visual Studio 2010 to MSDN subscribers, with the public release due on March 10th. Along with a number of fixes, service Pack also includes the Team Foundation Server Project Server Integration Feature Pack, and the Visual Studio 2010 Load Test Feature Pack. read more...

add a comment |category: |Views: 570

tags: another

Scraping web sites that require you to login(blog.evonet.com.au)

submitted by bartekmbartekm(485) 1 year, 2 months ago

Advanced HTML scraping when the data you are after is in a secured section of the site you are trying to scrape. read more...

add a comment |category: |Views: 305

tags: another

Introduction to Dynamic Data(blog.evonet.com.au)

submitted by bartekmbartekm(485) 1 year, 3 months ago

In 2008, Microsoft released ASP.NET Framework 3.5 SP1 which introduces Dynamic Data, a feature that enables you to quickly build data driven websites by automating many of the CRUD (Create, Read, Update, Delete) operations common to many websites. This article introduces Dynamic Data and the frameworks to use in your ASP.NET projects read more...

add a comment |category: |Views: 34

tags: another

Hiding table rows in a repeater(blog.evonet.com.au)

submitted by bartekmbartekm(485) 2 years, 5 months ago

Here’s a simple tip to clean up the way you display data in a repeater, by hiding rows that do not contain any data. read more...

add a comment |category: |Views: 20

tags: another

Using Active Directory to authenticate users to your ASP.NET Web Site(blog.evonet.com.au)

submitted by bartekmbartekm(485) 3 years, 6 months ago

ASP.NET membership provides the ability to authenticate users to your web application using forms based authentication against a database of users or directory services. This article explains the steps required to provide authentication against Active Directory, either for new sites with no authentication, or for existing sites using database authentication. read more...

2 comments |category: |Views: 478

tags: another

Creating a Content Management System for your ASP.NET Web Site(blog.evonet.com.au)

submitted by bartekmbartekm(485) 3 years, 8 months ago

This article will show you how to integrate the popular FCKeditor HTML Text editor into an ASP.NET site to provide your users with the ability to edit their web site without them having to access the underlying HTML or source files. read more...

add a comment |category: |Views: 512

tags: another

Setting up SQL Server 2008 for an ASP.NET website on IIS 7.0(blog.evonet.com.au)

submitted by bartekmbartekm(485) 3 years, 9 months ago

SQL Server 2008 Express edition with Tools has finally been released (It was launched on August 11th, but only today are the management tools available). As I've been building web servers today, I've put together this comprehensive guide to setting up your website to work with SQL Server 2008. read more...

add a comment |category: |Views: 51

tags: another

Integrating Google Maps into an ASP.NET page(blog.evonet.com.au)

submitted by bartekmbartekm(485) 3 years, 9 months ago

While Microsoft have released their new Virtual Earth ASP.NET Control, I still haven't found a decent wrapper that converts addresses to langitude and longitude co-ordinates. There is a Geo coder web service available here (this shows the co-ordinates for the White House) but it seems to only work for US addresses, which doesn't help me at all. So for the moment, I'm still using Google Maps, and have prepared the following to show you how to integrate Google Maps into your ASP.NET pages. read more...

add a comment |category: |Views: 202

tags: another

Inserting a new record from the Listview's footer(blog.evonet.com.au)

submitted by bartekmbartekm(485) 3 years, 9 months ago

The Listview control introduced in ASP.NET 3.5 fixes a number of issues with the old Gridview and Repeater controls. In particular, one of my biggest problems with the Gridview was the inability to add an item through an empty row in the Gridview footer. While there are several workarounds to achieve this functionality, the Listview makes it nice and easy. This article demonstrates how. read more...

add a comment |category: |Views: 166

tags: another

Maintaining Checkbox State in a Listview(blog.evonet.com.au)

submitted by bartekmbartekm(485) 3 years, 9 months ago

This article demonstrates how to remember the state of checkboxes in the ASP.NET 3.5 Listview control.across paging and sorting operations. read more...

add a comment |category: |Views: 114

tags: another

Gridview with highlighted search results(blog.evonet.com.au)

submitted by bartekmbartekm(485) 3 years, 11 months ago

Simple tutorial for searching in an ASP.NET Gridview and highlighting the returned search results. read more...

add a comment |category: |Views: 55

tags: another

Gridview that exports selected rows to Excel(blog.evonet.com.au)

submitted by bartekmbartekm(485) 3 years, 11 months ago

This article describes how to display data in a Gridview and allow the user to select rows which can then be exported to Excel. Full support for sorting and paging. read more...

add a comment |category: |Views: 43

tags: another

Creating a great looking Gridview with filtering(blog.evonet.com.au)

submitted by bartekmbartekm(485) 3 years, 11 months ago

Here is a quick tutorial to show you how to design a stylish Gridview with filtering enabled for some of the columns. read more...

add a comment |category: |Views: 234

tags: another