Always remain updated about current software development trends

Articles having tag: ASP .NET

ASP.NET - Decoding viewstate is very simple by using LosFormatter class

Though I know viewstate is vulnerable to security as it reveals sensitive information, I always thought that its reasonably difficult to decode. But i found that decoding viewstate is very much simpler. ASP.NET has a class "LosFormatter", by using which we...

ASP.NET DataView Paging and Sorting. « Coding Mode

Error Object cannot be cast from DBNull to other\xa0types. \u2192Posted: 27/02/2012| Author:Harish Mathanan|Filed under:ASP.NET, Programming | Tags:ASP.NET, DataView, GridView|Leave a comment \xbb This post demonstrates the use of the DataView class for simplifying...

Controls in Default.aspx while adding a new page in website.

Hope this article helps you to increase your .net internal knowledge. Introduction In this article, I am going to demonstrate you default server child control that a single web page contains.

Native Silverlight 5 Support and 100+ Enhancements | Intersoft Solutions Corporate Blog

Just a month ago, the Silverlight team has finally released the long awaited Silverlight 5. The latest Silverlight release simply signals that the technology is still of interest by huge number of developers. With dozens of exciting features in Silverlight...

OpenFileDialog in winforms windows forms application C# VB

In this example i m creating a Open file dialog box to browse and select a file to open in .NET windows applications using C# and winforms

Number- New HTML5 Input type

I have been writing few series of new HTML5 input types and this is another post on same series. In this post I am going to explain Number input types. The number type is for numeric values. When you use number input type it will have spinner with up...

c# and .NET interview questions:- 4 real time use of Partial classes and partial methods

In this article we will explain for real time use of Partial classes and partial methods.For more articles and videos visit us on http://www.questpond.com/

The Dark Side of Covariance

What's wrong with the following code? var names = new HashSet

Creating Custom Transform Type for Bundling and Minification in .NET 4.5 | dotnetExpertGuide.com

Yesterday, we have learnt how to implement default Bundling and Minification with ASP.NET MVC 4 application as well we also examined how to create custom bundle which bundle and minify only specified files. While creating custom bundle, we suppose to pass transform...

How to get the primary key value of the GridView rows in JavaScript or popup page?

To get the primary ke value of the GridView records in JavaScript, we can follow this approach.