Home / ASP.NET Weblogs

Browse by Tags

Related Posts

  • Tip #24: Did you know…You could display CSS/HTML errors as warnings or as errors?

    VS 2008 has this cool feature of downgrading any CSS/HTML errors to warnings. This is helpful when you want to separate out validation errors and are looking for what is actually stopping your build. In VS 2008 the default behavior is to display any HTML/CSS errors as warnings as shown in the picture...
    Posted to iis (Weblog) by Anonymous on 11-14-2008, 12:00 AM
    Filed under: Tips and Tricks, Visual Studio 2008, VS2008, VWD, CSS, CSS and HTML, Editor, Validation, VSTS
  • Tip #18: Did you know…How to absolute position controls on copy paste or drag drop from Toolbox?

    To absolute position any control on your designer, you select the control and then select the following menu option: Format  –> Position… ->Position style ->Absolute. Sometimes you may want the controls to be absolutely positioned on the design surface as soon as you drag drop control from...
    Posted to iis (Weblog) by Anonymous on 10-29-2008, 12:00 AM
    Filed under: Tips and Tricks, Visual Studio, Visual Studio 2008, VS2008, VWD, Designer, CSS, CSS and HTML
  • Check your CSS for DotNetNuke 4.9.0

    I started on an update to one of our modules for DotNetNuke this week, and was surprised to see many of the administrative pages looked like they had no styles applied to them.  Tables were jumbled, with no differentiation between header and or row content; things just didn’t look right. As I tried...
    Posted to Brian Dukes, Web Developer (Weblog) by bdukes on 10-16-2008, 12:00 AM
    Filed under: DotNetNuke, Development, General Software Development, Troubleshooting, ASP.NET, DotNetNuke Modules, .NET, Engage Modules, CSS, Module Development, module.css
  • Removing unused CSS Classes from your web application

    Most of you might have seen that while working on a Website project, the CSS gets harder to maintain as the site ages. This might be due to new developers coming in to the project, removal of UI elements (but not the corresponding CSS), refactoring and so on. I think it is a good idea to revisit and...
    Posted to Latish Sehgal (Weblog) by latish on 10-01-2008, 12:00 AM
    Filed under: asp.net, utilities, css
  • AJAX: Cómo crear nuestro propio UpdateProgress

    A veces no queremos hacer uso del UpdateProgress que viene con ASP.NET por diversos motivos. Objetivo El objetivo es conseguir el efecto del UpdateProgress. Para ello necesitamos un UpdatePanel donde tengamos por ejemplo un botón con un Label. Para que el efecto sea visible se recomienda usar el método...
    Posted to Eugenio Estrada's Weblog (Weblog) by Eugenio Estrada on 08-24-2008, 12:00 AM
    Filed under: ASP.NET, Ajax, JavaScript, CSS, C#
  • Excel Format for Export in ASP.NET

    Recently I found this solution hope can help to others. I have a report that is created with GridViews and the client ask for functionality to export it to Excel. In some cases the report was giving different sum results in Excel as in the page. That is because when you export to Excel from ASP.NET you...
    Posted to David Arturo Carrillo's Dev Refuge (Weblog) by dacanetdev on 07-28-2008, 12:00 AM
    Filed under: ASP NET, C#, Excel, CSS
  • Custom Web Service Test Page Design

    You can customize the design of a web service's test page with a single line of code in the web.config file. But like most things in ASP.NET it is not that easy if you actually try it! Although you can find instructions on how to specify a custom wsdlHelpGenerator page it does not seem as if any developer...
    Posted to Robert Robbins (Weblog) by rrobbins on 06-29-2008, 12:00 AM
    Filed under: CSS, Design Templates, Web Services, ASP.NET 2.0
  • Themes and Images

    Themes first introduced in VS.NET 2005. As we all know a theme is a collection of property settings that allow you to define the look of pages and controls. Themes can define the look of a specific Web application across all of its pages, or across all Web applications on a server. Themes are made up...
    Posted to Thanos Ganas Blog (Weblog) by adktd on 06-26-2008, 12:00 AM
    Filed under: ASP.NET, .NET, Themes, Images, css, C#
  • Alter your ASP.NET Blog with the Raw Header Text box inside the Control Panel

    I only noticed today that you can to the head element of the ASP.NET blog using the Raw Header Header Text Box inside the Control Panel.  I have as you can see made a few changes which I have actually wanted to do for a while but thought that constraints prevented me from doing so.  If you...
    Posted to Andrew Rea (Weblog) by REA_ANDREW on 05-25-2008, 12:00 AM
    Filed under: ASP.NET, CSS
  • Quick Effect : Calendar Current Date using CSS and .NET 3.5 Anonymous Types

    This example simply gets a background image form the link provided below, applies some css, some anonymous types and outputs the current day and month in this fashion .  First of all the site which I got this very cool graphic from is here, http://mintyferret.com/free/free-web-20-calendar-icons...
    Posted to Andrew Rea (Weblog) by REA_ANDREW on 05-25-2008, 12:00 AM
    Filed under: HTML, .NET 3.5, CSS
Page 1 of 22 (217 items) 1 2 3 4 5 Next > ... Last »