Home / ASP.NET Weblogs

Browse by Tags

Related Posts

  • Gizmox released Visual WebGui SDK version 6.2.1

    Gizmox announces the release of version 6.2.1 of its SDK. The Visual Webgui SDK now incorporates both the DHTML and the Silverlight and enables to work with both .NET 2.0 and 3.5 on the same machine. In addition, the new release includes the new wrapper feature announced earlier . Here is a more detailed...
    Posted to Visual WebGui (Weblog) by Visual WebGui on 11-17-2008, 12:00 AM
    Filed under: AJAX, Windows Forms, ASP.NET, C#, Silverlight, Web Services, Visual Studio, .NET, community news, .NET FAQ, General Software Development
  • File Upload and Canonical Issues

    Never trust the user input. The incoming data can be the source of many devils and a security flaw can be there just waiting for the right moment and the right person to break your application. After finishing my upload control I finally did the integration with the website. Now the users can select...
    Posted to .NET Brisbane, Australia (Weblog) by superedge on 05-02-2008, 12:00 AM
    Filed under: asp.net, .net, general software development, c#, .net faq
  • Working with USB to Serial port adapter on .NET

    You can't solve a problem with the same kind of thinking that created it. — Albert Einstein (1879-1955) Yesterday I spent a lot of time trying to get a speed radar to work on my .NET application. Every test was giving us diferent results. We made hundreds of tests, but every time we thought we found...
    Posted to Matias Paterlini (Weblog) by paterlinimatias on 01-16-2008, 12:00 AM
    Filed under: WPF, Orcas, Team System, Vista, Infocard, Commerce Server, WinFX, .NET FAQ, Atlas, Web Services, Agile, CLR, Biztalk, BCL, WCF, Avalon, WWF, AJAX, General Software Development, Windows Forms, Content Management Server, ASP.NET, Visual Basic, C#, Sharepoint, Mobile, IIS, Community News, Crossbow, Visual Studio, .NET, SQL Server
  • How to makeuse of IsPostPack Method inside UserControl?

    How to makeuse of IsPostPack Method inside UserControl? IsPostBack method will always be true inside user control. You can use following alternate method to by pass this isse protected override void OnLoad( EventArgs e) { base .OnLoad(e); if (!IsUserControlPostBack) { ///Write your code } } //Make ReadOnly...
    Posted to Suresh Behera (Weblog) by Suresh Behera on 09-26-2007, 12:00 AM
    Filed under: DotNet, .Net, C#, ASP.NET, .NET FAQ
  • A realistic log4net config

    Most log4net config file examples show the simplest case. Here is a more realistic example of a production log4net config that uses multiple appenders. This comes from an ASP.NET application, but the same technique will work in a server or client application. This config sets up two appenders: The first...
    Posted to Ted Graham on .NET (Weblog) by Ted_Graham on 03-15-2007, 12:00 AM
    Filed under: .NET best practices, .NET, ASP.NET, General Software Development, C#, .NET FAQ, log4net
  • Clear Project List from Start Page

    Here is a nice tips to clear the Recent project list or File list from Visual Studio .Net Run--> RegEdit and navigate to HKEY_CURRENT_USER\Software\Microsoft\VisualStudio\<your version>\ProjectMRUList delete unnecessary list. similarly for FileMRuList. Make sure not disturb other key from the...
    Posted to Suresh Behera (Weblog) by Suresh Behera on 05-31-2006, 12:00 AM
    Filed under: DotNet, .Net, .Interview, Avalon, C#, WPF, Atlas, Orcas, ASP.NET, WWF, BCL, Windows Forms, Commerce Server, Biztalk, Crossbow, Agile, AJAX, Visual Studio, IIS, WinFX, Visual Basic, Community News, General Software Development, .NET FAQ, Sharepoint, WCF, SQL Server, Content Management Server, Vista, Infocard, Web Services, CLR, Mobile
  • DiscountASP.NET Best Hosting Service

    Salutations, Congrats to DiscountASP.NET, once again they have been awared with the "Best Hosting Service" award by asp.netPRO Magazine's 2009 Readers' Choice poll. For the Fifth Consecutive Year ! ;-) As many of you know I have a partnership with DASP, yes I'm the one who creates Webcasts for them,...
    Posted to Microsoft and DiscountASP.NET news (Weblog) by wisecarver on 05-16-2009, 12:00 AM
    Filed under: SQL Server 2008, NET, .NET FAQ, Atlas, IIS7, AJAX, ASP.NET, C#
  • Scott Gu's May 30th Links

    Some good stuff: (Thanks Scott) May 30th Links: ASP.NET, AJAX, ASP.NET MVC, Visual Studio Here is the latest in my link-listing series . Also check out my ASP.NET Tips, Tricks and Tutorials page and Silverlight Tutorials page for links to popular articles I've done myself in the past. You can also now...
    Posted to Microsoft and DiscountASP.NET news (Weblog) by wisecarver on 05-30-2009, 12:00 AM
    Filed under: .NET FAQ, AJAX, ASP.NET, C#, General Software Development, Silverlight, MVC, Mobile, Community News, .NET, SQL Server
  • Woot! -> IIS Search Engine Optimization (SEO) Toolkit

    Wow...This is very cool, thanks Joe ;-) Announcing the IIS SEO Toolkit (beta) Available for free download today ! Optimize your web sites for Search Engines ! Download the New IIS SEO Toolkit Beta Today, we are announcing the IIS Search Engine Optimization (SEO) Toolkit Beta – a brand new free toolkit...
    Posted to Microsoft and DiscountASP.NET news (Weblog) by wisecarver on 06-03-2009, 12:00 AM
    Filed under: DiscountASP.NET Microsoft ASP.NET News, .NET FAQ, IIS7, AJAX, ASP.NET, C#, Performance, Tips, Management, Visual Studio, Community News, .NET
  • Session in asp.net

    Web Applications are stateless, which means each time a new instance of the web page class is created when the page is posted to the server. As we all know HTTP(HyperTextTransferProtocol) is a stateless protocol , it can't hold the information of the client on page. ASP.NET Session Overview ASP.NET Session...
    Posted to babunareshnarra asp.net blog (Weblog) by Babunareshnarra on 12-14-2009, 12:00 AM
    Filed under: ASP.NET, SQL Server, .NET FAQ, .NET, Ajax, Web Services, C#
Page 1 of 3 (23 items) 1 2 3 Next >