Browse by Tags

All Tags » ASP.NET (RSS)

Need "Out of the Box" AJAX Functionality for Your Data Controls? by Jason N. Gaylord

I've been using the Ajax Data Controls (ADC) for 9 months. I recently joined their development team to convert the controls to VS 2008/.NET 3.5. It's a really cool control set that uses AJAX for the complete data transaction. The documentation is pretty...
Filed under: , ,

AjaxDataControls DLL for ASP.NET 3.5 by Jason N. Gaylord

The AjaxDataControls that have been developed by the DotNetSlackers team have been out for some time now. They were originally developed using the AJAX 1.0 libraries (pre 3.5 days). I've recently encountered some issues where they don't seem to be playing...
Filed under: , ,

Adding QueryString Parameters to the SiteMapNode by Jason N. Gaylord

There is no way to add querystring parameters to the SiteMapNode in a SiteMap control "out of the box." I'm quite surprised there is no option but luckily the SiteMap uses the provider model. After a Live search, I was able to find a solution...
Filed under: ,

Retrieving SQL Type Image Using LINQ by Jason N. Gaylord

LINQ views the Image type in SQL Server as Binary. So, there are a few options that we have. We can either (a) modify our LINQ to SQL class and change the property to Byte() instead of Binary or we can (b) convert the Binary to an array. To do the latter...

ASP.NET MVC Preview 3 Announced by Jason N. Gaylord

Scott Guthrie just posted about the 3rd preview of the ASP.NET MVC over on his blog. You can catch the full details here: http://weblogs.asp.net/scottgu/archive/2008/05/27/asp-net-mvc-preview-3-release.aspx .
Filed under: ,

Using LINQ to SQL and ConnectionStrings in a Class Library by Jason N. Gaylord

I was looking to separate my LINQ to SQL data layer from the rest of my application. So, I decided to move the files to a class library. This way, when my application builds, all of my LINQ files are found in MyApp.DL or something similar. However, I...
Filed under: , , ,

VS 2008 and .NET FX 3.5 SP1 Beta Available Now by Jason N. Gaylord

Soma just posted that SP1 for VS 2008 and .NET 3.5 is available. The full blog post on his site is at http://snurl.com/28i1z .

Need To Set Bounds for onscroll to Work by Jason N. Gaylord

Sonu Kapoor over at DotNetSlackers.com has, not only a great site, but also some great AJAX controls. He's always looking to improve his controls and today he stumbled across something. He was working on a prototype where he had a div nested inside of...
Filed under: , ,

Allowing a Server Control to Contain Custom Child Collection by Jason N. Gaylord

I've probably done this at least a dozen times, but when you don't do something everyday, you tend to forget. I created a custom control that I wanted to place into a control collection. So, I created the child control as a custom server control. Then...
Filed under:

IIS Stack in Windows Server 2003+ by Jason N. Gaylord

Apparently the IIS stack has changed in Server 2003. I've never noticed any issues with my ASP.NET apps, but in case you do, here's the full post: http://blogs.msdn.com/tom/archive/2008/03/31/stack-sizes-in-iis-affects-asp-net.aspx .
Filed under: ,
More Posts Next page »