teemukeiski.net

Teemu Keiski's .NET site
Welcome to teemukeiski.net Sign in | Join | Help
in
Home Our Blogs BlogRoll Forums Photos Downloads

Browse by Tags

All Tags » ASP.NET   (RSS)
Showing page 4 of 7 (70 total posts)
  • 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. ... The problem is that the ListBox control does not have a PostBackUrl event like the ...
    Posted to Teemu (Weblog) by Anonymous on marraskuu 11, 2007
  • 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", ...
    Posted to Teemu (Weblog) by Anonymous on lokakuu 31, 2007
  • 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 add the import. Small thing but annoyed when one had to do it repeatedly. Now MS had ...
    Posted to Teemu (Weblog) by Anonymous on lokakuu 24, 2007
  • 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 ASP.NET 2.0 Ajax Authors: Matt Gibbs, Dan Wahlin Publisher: Wrox (Wiley) ISBN: ...
    Posted to Teemu (Weblog) by Anonymous on lokakuu 7, 2007
  • 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 to see the code with external tools such as Reflector however this MS's ...
    Posted to Teemu (Weblog) by Anonymous on lokakuu 3, 2007
  • ASP.NET MVP One More Year

    My MVP award was renewed. Honest thanks to MS. "Dear Teemu Keiski, Congratulations! We are pleased to present you with the 2008 Microsoft® MVP Award! The MVP Award is our way of saying thank you for promoting the spirit of community and enhancing people’s lives and the industry’s success every day. Your extraordinary ...
    Posted to Teemu (Weblog) by Anonymous on lokakuu 2, 2007
  • ASP.NET Ajax update related to iPhone's Safari (1.01 update)

    Matt Gibbs blogs about update to ASP.NET Ajax to fix issues with iPhone Safari which has been updated to 1.01. After this update, async postbacks have stopped working. Matt provides step-by-step guide to bring it back to life. See: http://blogs.msdn.com/mattgi/archive/2007/09/11/update-for-the-iphone-update.aspx Share this post: email it! | ...
    Posted to Teemu (Weblog) by Anonymous on syyskuu 12, 2007
  • What is: It is an error to use a section registered as allowDefinition='MachineToApplication' beyond application level?

    This error occurs quite often, because you have more than one web.config file in your application. You might have other web.config at the root or application level (they can be the same in case your site is directly the application) and other on the subfolder or virtual directory beneath the root / application levelRoot ...
    Posted to Teemu (Weblog) by Anonymous on syyskuu 1, 2007
  • Mapping of attributes to control properties in ASP.NET - growing to a custom control

    Often I see questions like this asked by developers who are new to ASP.NET. I have a DIV element which should fire event XYZ on server when clicked. My code is: <div id="myDiv" onclick="ZYZ('something')">...</div> <script runat="server">  public void XYZ(string arg) ...
    Posted to Teemu (Weblog) by Anonymous on elokuu 16, 2007
  • Interesting article: "Developing IIS7 modules and handlers with the .NET framework" by Mike Volodarsky

    Link: http://mvolo.com/blogs/serverside/archive/2007/08/15/Developing-IIS7-web-server-features-with-the-.NET-framework.aspx  This article, the first in the IIS7 .NET Developer series, focuses on getting started with developing IIS7 web server features based on the .NET Framework.  This article will ...
    Posted to Teemu (Weblog) by Anonymous on elokuu 16, 2007
« First ... < Previous 2 3 4 5 6 Next > ... Last »