Formatting Strings In ASP.NET

posted on 2005-09-18 at 00:46:35 by Joel Ross

There's an older post from Erik Porter about how he formats labels in ASP.NET. It's a pretty smart trick - he suggests that you use string placeholders for?labels, such as: <asp:Literal id="MyLiteral" runat="server">Name: {0} {1}</asp:Literal&g… more »

Categories: ASP.NET


 

User Control Interaction - Follow up

posted on 2005-09-14 at 23:37:33 by Joel Ross

Last night, I posted about how we did user control interaction on my last project, prompted by Erik's post. Well, today, I found the magazine at work and read through the article. Guess what? I was right on in what I was doing - although, the article re… more »

Categories: ASP.NET


 

User Control Interaction

posted on 2005-09-13 at 21:20:17 by Joel Ross

I've been working on this for a while, but I was prodded to finish it after seeing Erik's post about the same subject. With my last project, one of the things we did early on was come up with a large set of reusable controls that could easily be used acr… more »

Categories: ASP.NET


 

Zondervan Bible Search

posted on 2005-09-09 at 21:57:09 by Joel Ross

Nope. I haven't gone religious on you (yet)! But Brian posted today about the launch of Zondervan Bible Search, which is a very cool application that I had a small part in. It's a pretty simple yet elegant site at first: It's cool because of the tec… more »

Categories: ASP.NET


 

New Features Of VS 2005 Web Projects

posted on 2005-09-06 at 23:22:27 by Joel Ross

Scott Guthrie has a series of greats post about Web Projects in VS 2005, including a lot of details about how much better it is than VS 2003 offers. I'd expand more on it, but Scott does an awesome job by himself, so just go read them for yourself. These… more »

Categories: ASP.NET


 

Web Projects In VS 2005 - Update

posted on 2005-08-15 at 23:06:42 by Joel Ross

Apparently I'm not the only one who's hearing the buzz around the new web projects in Visual Studio 2005. Scott Guthrie is too. And he's on vacation in Mexico! Anyway, he has a great post explaining a few things. Both of the issues I listed earlier (refe… more »

Categories: ASP.NET


 

References in Web Projects in VS.NET 2005

posted on 2005-08-11 at 23:51:19 by Joel Ross

This is why I usually don't start posting until I'm caught up on my blog reading. I just posted tonight about one of the problems with the new project-less web projects in VS.NET 2005?- you can't easily manage updates to binary references (or, for that m… more »

Categories: ASP.NET


 

Web UI Design Patterns

posted on 2005-08-11 at 23:42:14 by Joel Ross

I've been reading Design Patterns recently, so I'm in the pattern mode of thought. Which is why this post from Thomas Williams was so interesting. It's a link to a website that has a list of a bunch of design patterns - for web pages! Given that I do mo… more »

Categories: ASP.NET


 

Projectless Web Projects in VS.NET 2005

posted on 2005-08-11 at 21:57:09 by Joel Ross

There's been a lot of talk about ASP.NET 2.0's model of project-less web sites (including from Jeffrey Palermo on the latest DotNetRocks show), and whether that's a good thing or a bad thing. The consensus seems to be that it's bad. I'm still not sure. I… more »

Categories: ASP.NET


 

Sharing Data Among Server Controls

posted on 2005-07-21 at 00:32:36 by Joel Ross

Jeff Cranford has an interesting post about how you can share data among server controls. It's interesting because it works at design-time too. If you've ever built a custom server control, you'll appreciate the difficulties that design-time support caus… more »

Categories: ASP.NET


 

<< 1 2 3 4 5 6 7 8 9 10 11 ... 13 >>