Blog All Machine Learning Business Analysis Consultancy Artificial Intelligence Data science Cloud Software Development Quality Assurance Design News Events .NET asp.net ASPX MVC tips & tricks How to automatically insert SVN Version number on a webpage(assembly)? Hi, I will try shortly and easily to describe, how to add automatically the SVN version number information into a ASP.NET Web Page. Of course first thought was just to generate a text file(using svnversion command) with the version information, so why not? Because it can be easily updated "by… asp.net tips & tricks Setting SkinID for dynamically loaded control Recently I ran into an interesting issue. In an asp.net application, which heavily uses skins, I wanted to load user control into a placeholder. What was interesting in that, I wanted to set skin to this control or its child controls programmatically. If it was normally placed on page control,… asp.net tips & tricks ValidatorCalloutExtender and server validation in ASP.NET The story behind is that we had an application which heavily used ValidatorCalloutExtender for displaying validation errors. Everything was working great till we had to validate date in non-english culture. We used CompareValidator for validating date ("DataTypeCheck" operator). Then, strange thing happened - form wasn't saved, but no validation message… .NET asp.net ASPX AWStats tips & tricks Installing AWStats on IIS 7.0 – time-taken extra section AWStats is an open-source Log analyzer than can be easily configured to work with IIS logs. .NET AfterBuild asp.net ASPX BeforeBuild tips & tricks visual studio Web Deployment Project – Visual Studio 2008 Add-in Visual Studio Web Deployment Projects, provide additional functionality to build and deploy Web sites and Web applications in Visual Studio 2008. This Add-In can be downloaded from Microsoft website: Web Deployment Projects. The Visual Studio built-in "Copy Website" and "Publish Website" options are lacking of flexibility. Web Deployment Projects provides… ajax Ajax Control Toolkit asp.net ASPX tips & tricks Ajax Control Toolkit – PageRequestManagerTimeOutException How to avoid "PageRequestManagerTimeOutException" while using Ajax Control Toolkit? I was having a problem when developing an ASP.NET Web Application using Ajax Control Toolikit. On one of my Report pages, the constructed SQL query using LINQKit was pretty complex. It took a while for the SQL Server to return the… asp.net ASPX manycore parallel computing visual studio Manycore and the Microsoft .NET Framework 4: A Match Made in Microsoft Visual Studio 2010 Manycore and the Microsoft .NET Framework 4: A Match Made in Microsoft Visual Studio 2010 asp.net design jquery tips & tricks Using jQuery to fit thumbnails The problem I've run onto a problem today: I had a bunch of thumbnail files that should be displayed in a gallery page in fixed-size boxes, but each image had different dimensions. It's easy to fit images to a box using css and width/height properties - you can apply one… asp.net Java MVC MVC pattern in Java and ASP MVC pattern is something new in MS .net family. On the other hand, that's one of the most common patterns in Java web applications. Let's try to compare ASP MVC 1.0/2.0 with Java Spring Framework 3.0Let's imagine we want to write simple web application in java and .net. I assume… asp.net tips & tricks The type ‘x’ exists in both ‘y1.dll’ and ‘y2.dll’ Today, I have opened a demo ASP.Net 2.o project in Visual Studio 2008. Everything was compiling just fine, but after running the project I saw the following message: Compiler Error Message: CS0433: The type 'x' exists in both 'c:UsersmyuserAppDataLocalTempTemporary ASP.NET Filesroot 336e1678ef5434a2assemblydl3ae492fce7da7bd16_c706ca01y.DLL' and 'c:UsersmyuserAppDataLocalTempTemporary ASP.NET Filesroot 336e1678ef5434a2x.ascx.cs.cdcab7d2.qcmqdjk8.dll' The 'x' was… Popular posts How to automatically insert SVN Version number on a webpage(assembly)? Setting SkinID for dynamically loaded control ValidatorCalloutExtender and server validation in ASP.NET Installing AWStats on IIS 7.0 – time-taken extra section 12>