Welcome to AspAdvice Sign in | Join | Help

Browse by Tags

All Tags » ASP.NET   (RSS)

A word of warning related to Session variables

I see a lot on forums and newsgroups that Session variables are constantly recommended to pass state between ASP.NET pages. Yes, it is simple mechanism, reliable with out-of-process modes and really nice to customize with the providers. Session is very
Posted by joteke | 2 Comments
Filed under: , ,

I have Framework 3.5 installed, why does my IIS show only ASP.NET 1.1/2.0?

I've replied a lot to these questions lately. I'm not going to go to very deep with this, Scott Hanselman has excellent post covering this, see that: How to set an IIS Application or AppPool to use ASP.NET 3.5 rather than 2.0 http://www.hanselman.com/blog/HowToSetAnIISApplicationOrAppPoolToUseASPNET35RatherThan20.aspx
Posted by joteke | 0 Comments
Filed under: , ,

DDD Ireland

I promised to spread the word. :-) Phil and his peers have a developer event, DDD Ireland , in Ireland on 3rd of May. And here's the "official poster" :-) Developer Event? Ah go on, go on, go on. Check it out at www.DDDIreland.com Share
Posted by joteke | 0 Comments
Filed under: , , , ,

Visual Studio 2008 and IIS 7.0

Mike Volodarsky has put up a nice article about VS2008 and IIS 7.0 together. Check it out: http://learn.iis.net/page.aspx/387/using-visual-studio-2008-with-iis-70/ Share this post: email it! | bookmark it! | digg it! | reddit! | kick it! | live it!

A few more solutions to the dreaded "Validation of ViewState MAC failed"

I posted about this some time ago. My previous post: Potential solution for "Validation of viewstate MAC failed" http://aspadvice.com/blogs/joteke/archive/2007/08/14/Potential-solution-for-_2200_Validation-of-viewstate-MAC-failed_2200_.aspx
Posted by joteke | 2 Comments
Filed under: ,

Peter Blum's Peter's Data Entry Suite

Peter Blum has upgraded his web control suite. He previously had Professional Validation and More and also Peter's Date Package which are the two most popular of his products. Now Peter has come up with Peter's Data Entry Suite which merges both
Posted by joteke | 0 Comments
Filed under: ,

From Dave Reed's blog: TRULY Understanding ViewState, the comment index

A reader of Dave Reed's blog (a great source of ASP.NET knowledge btw) has created an index of Dave's replies to questions/comments in Dave's "Truly Understanding ViewState" blog post. ViewState and dynamic controls are major FAQ
Posted by joteke | 0 Comments
Filed under:

Microsoft Dreamspark: MS supports students all over the world by giving free developer tools

See: http://microsoft.blognewschannel.com/archives/2008/02/19/microsoft-giving-away-free-developer-software-to-students/ "Microsoft is announcing right now DreamSpark, a new program that gives free developer, designer and related software to college
Posted by joteke | 0 Comments
Filed under: , , , ,

VS2008: Targeting ASP.NET 2.0 and ASP.NET Ajax 1.0

MS has released ASP.NET 2.0 Ajax templates for VS2008. See: http://blogs.msdn.com/brada/archive/2007/12/19/using-vs2008-to-target-net-framework-2-0-with-asp-net-ajax.aspx Share this post: email it! | bookmark it! | digg it! | reddit! | kick it! | live
Posted by joteke | 0 Comments
Filed under: , ,

Generic Controls in ASP.NET pages

Eilon has demonstrated a nice way to allow you to have generic controls in ASP.NET pages. Check it out. http://weblogs.asp.net/leftslipper/archive/2007/12/04/how-to-allow-generic-controls-in-asp-net-pages.aspx Share this post: email it! | bookmark it!
Posted by joteke | 0 Comments
Filed under:

ASP.NET: trigger cross-page postback on ListBox selection change

Asked originally on newsgroups, snippets of the question "A page have a ListBox and I want that on the OnSelectedIndexChanged event a second page be called passing the value of the selected option. I want the second page to show its own url. ...
Posted by joteke | 1 Comments
Filed under:

ASP.NET: clear user control output cache

As per the subject, here's a simple sample global.asax <%@ Application Language="C#" %> <script runat="server"> void Application_Start(object sender, EventArgs e) { HttpRuntime.Cache.Insert("myCacheKey", DateTime.Now);
Posted by joteke | 0 Comments
Filed under: ,

About default collection-related imports in ASP.NET 2.0

It's funny when you get reply to things you don't remember you've asked for. :-) I had given feedback somewhere Oct 2006 in Microsoft Connect about System.Collections.Generic not being imported by default in ASP.NET 2.0. E.g you had to manually
Posted by joteke | 0 Comments
Filed under: , ,

Review: Professional ASP.NET 2.0 Ajax

It's been a long time, but I've steadily progressed in reading this book and finally I got it done. It's been also a long time since I've really tried to review a book, so we'll see how this goes on. :-) About the book Professional
Posted by joteke | 2 Comments
Filed under: , ,

Microsoft releases .NET Framework Source Code

Microsoft is taking one more step to the open community / world. Scott Guthrie is announcing in his blog that Microsoft is going to release the source code of .NET Framework with 3.5 and VS2008 release. Many people know that you've already been able
Posted by joteke | 1 Comments
Filed under: , ,
More Posts Next page »