Contents tagged with Web Forms
-
ASP.NET Cookies reference
After following a link on a post by DinoE regarding DataGrid's - duh! :) - I found this useful link pertaining to cookies in Msdn:
-
ContextMenu - more planning and a proof of concept
One of the requirements for my ContextMenu control is to have a declarative syntax like this:
-
(D?)Html + Css : Now it's slants!
It's amazing what some of the creative folk can do with a couple of pieces of string:
-
BUG FIX - Personalization - Error when attempting to remove multiple values
I fixed and uploaded a bug in the Personalization assembly today. The fixed assembly has been uploaded as version 1.0.1.0.
-
MarkItUp.WebControls.ContextMenu : Making a start
A couple of days ago I discussed a string buffering technique that I'm using for a client-side context menu widget. In one of the comments on that post I mentioned that I'd blog about my progress in turning it into a useable ASP.NET ContextMenu Server Control. So here goes...
-
Consume a .NET Assembly from a classic ASP page.
Whenever I think that I'm getting to the bottom of .NET, there's, well: there's always something to remind me...
-
Personalization (ASP.NET) - a new GotDotNet User Sample
UPDATE: Useful HttpCookie faq: http://www.cookiecentral.com/faq/ regarding limits on sizes of cookies etc.
-
Display an ASP.NET DataGrid in Microsoft Excel
I was putting the finishing touches on a web application tonight when I discovered something really cool...
-
One fine day
This morning I woke up extra early in preparation for doing a final build of an application that I've worked on for several months. So, while I checked my e-mail over a bowl of pre-ride cereal, I noticed one piece of mail notifying me that I've achieved MVP status within the ASP.NET community. What can I say? What an achievement, thanks for the recognition :D
-
DataTable and Relational Operators
It's always interesting to see people doing whacky ADO.NET stuff and today I saw a few interesting things along those lines...