lfriend

Stories submitted by lfriend

Using a DropDownList/ListBox in ASP.NET 2.0(weblogs.asp.net)

submitted by lfriendlfriend(105) 4 years, 2 months ago

wo popular Data-Bound Web Controls that share the same abstract base class are DropDownList and ListBox. Slightly modifying our code from last time, we can easily incorporate these controls into our web pages. read more...

add a comment |category: |Views: 13

tags: another

How To: Prevent running ASP / ASP.NET code in specific folder(weblogs.asp.net)

submitted by lfriendlfriend(105) 4 years, 2 months ago

! A nice tip. read more...

1 comment |category: |Views: 8

tags: another

CopySourceAsHtml for Visual Studio 2008(a-simian-mind.blogspot.com)

submitted by lfriendlfriend(105) 4 years, 2 months ago

Shawn Oster ported the CopySourceAsHtml to work with Visual Studio 2008. There are some workarounds to get the existing addin to work with Visual Studio 2008 but they all assume you have 2005 installed, which he don't. read more...

add a comment |category: |Views: 0

tags: another

Working with data in asp net 2-0.(weblogs.asp.net)

submitted by lfriendlfriend(105) 4 years, 2 months ago

A Scott Gu's post (apr 07) read more...

add a comment |category: |Views: 3

tags: another

Using a Repeater in ASP.NET 2.0 (Part 2)(weblogs.asp.net)

submitted by lfriendlfriend(105) 4 years, 3 months ago

More using Repeaters read more...

add a comment |category: |Views: 2

tags: another

Using a Repeater in ASP.NET 2.0(weblogs.asp.net)

submitted by lfriendlfriend(105) 4 years, 3 months ago

Simple Repeater in ASP.NET 2.0 read more...

add a comment |category: |Views: 4

tags: another

ASP.Net Interview Tests(weblogs.asp.net)

submitted by lfriendlfriend(105) 4 years, 3 months ago

In the past, when I have attended job interviews for roles that incorporate ASP.Net, more than 80% of the time the process would include a coding test. There have been a few tests that have gone well and have coded what was required, and others test that just went wrong, that I would rather forget. The most common type of ASP.Net test that I have sat, would be accessing information from a SQL database. read more...

add a comment |category: |Views: 33

tags: another