Browse by Tags

All Tags » ASP.NET (RSS)

Visual Studio 2010 Beta 2 announced with Go Live License by vik20000in

Hi, Microsoft has announced the release of the Beta 2 of the Visual Studio 2010. MSDN Subscribers can download the same today and this will be available for the general Public of Wednesday. The link for download is http://msdn.microsoft.com/hi-in/vstudio...
Filed under: , , ,

Join the full day free community techdays event on 11th October 2009 in Kolkata by vik20000in

Hi, Although a little late in blogging this, But I would like to invite all people in and around kolkata to join the KolkataNET - KolkataITPro - Community Tech Day on 11th Oct. 2009. The event is being held at International School of Business & Media...

LINQ Having Clause and Group By with condition by vik20000in

Hi, While querying with LINQ, some times we will have to use the group By clause. But many a times we also want to use the having clause of SQL with the group by clause in the LINQ. There is no direct having keyword in LINQ to do this we need to use the...
Filed under: , , ,

How to simulate IN Clause in LINQ queries by vik20000in

Hi, When working with the LINQ queries for SQL one of the common queries that we need to run is the select query with IN clause. In SQL IN clause is used to provide more than one value to match in the where clause. Something like the query below Select...
Filed under: , , ,

Application running in localhost and debugging mode by vik20000in

Hi, Most of the time (If not all) when working on the project we view the website with the help of localhost in debugging mode. Many a times when working on some modules, for solving small problem, we want to write some code that should execute only when...
Filed under: , ,

Programmatically Create PDF from Crystal Report by vik20000in

Hi, Some times when working with crystal report viewer you do not want to show the report to user in raw format but instead you want to pass on the report in PDF or other format without requiring user to do extra click. This can be done easily in Dot...
Filed under:

Asp.net 4.0 FormView Control Enhancement by vik20000in

Hi, another of the new features of Asp.net 4.0 is the enhancement(in terms of rendering) made in the Formview control. By default the Formview control would render table, tr and td tags for display of content. This can be of much trouble to many of the...
Filed under: , ,

Programmatically set the Page Description and Keywords in Asp.Net 4.0 by vik20000in

Hi, One of the small but new features in Asp.Net 4.0 is the addition of the Title, Metakeyword and Metadescription property in the page class itself. Now we can easily set the Title, Metakeyword and Metadescription (very important for sites looking for...
Filed under: , ,

Features and Improvement in Base class libraries in Dot net framework 4.0 by vik20000in

Hi, Normal 0 false false false MicrosoftInternetExplorer4 /* Style Definitions */ table.MsoNormalTable {mso-style-name:"Table Normal"; mso-tstyle-rowband-size:0; mso-tstyle-colband-size:0; mso-style-noshow:yes; mso-style-parent:""; mso-padding-alt:0in...

Asp.net 4.0 and Session State compression by vik20000in

Hi, Most of us who creates Web sites work with session. We use sessions to store user specific data, so that it can be retrieved very easily. You can read my earlier posts on sessions here. A few interesting things about session in Asp.Net Mystries of...
Filed under: , ,
More Posts Next page »