Browse by Tags
All Tags »
ASP.NET (
RSS)
For those of you who program mostly in code behind, like I do, I have a gotcha for a nested repeater addhandler. The nested repeater is defined in the code in front: < asp : Repeater ID ="repTestKeyControl" runat ="server"> Your nested repeater...
In this article, I want to show how you can setup your menus in code-behind and avoid redundancy. I recently inherited a web application with the menu system setup in the code-in-front. Each menu shared identical values, other than the visibility. Notice...
View State allows you to retain page property values, such as string and numeric types, between postbacks. You may also store class objects in View State, but you must first add the Serializable attribute. If you do not add the Serializable attribute...
Ash explains the concept of Filtering Parameters in a Stored Procedure in this blog post. This method is safer and more beneficial than dynamically creating and passing a sql query from the code layer and using sp_executesql, as it helps to avoid sql...
I have been using Telerik controls for about a year now. First, on a client site project, and then I licensed it for my own development needs as a consultant. I have to say I am tickled with the Telerik support. 1) Telerik forums are great. Ask a question...
If you're a VB.NET developer learning C# or converting your VB code to C#, here are a few hints, tips and gotchas. But first, let me share a few important links with you: VB.NET and C# Comparison - This is one of the most accurate and complete charts...
Since I had purchased the SQL Server 2008 Web Edition for my database server, I decided to also install it on my development box. But when I tried to install the Management Tools, it errored with: "Previous release of Microsoft Visual Studio 2008." I...
Perhaps there are times when you just need a short-term ASP.NET developer for a 3-6 month project and don't wish to invest in a full-time employee. I am available for 1099 or W-2 consulting. No contract is required. Check out the details and my current...
There are some nice tutorials on how to display text as an image. Some examples of when you might wish to use something like this is perhaps if you wish to display your email address on a web page, but don't want it to be harvested by spammers; a CAPTCHA...
In ASP.NET, you may easily resize images without using a third-party control. Whether reducing or enlarging, or creating a thumbnail image, ASP.NET is your oyster. I'd like to review a solution by Alex Hildyard and demonstrate his custom ImageResize class...
More Posts
Next page »