Monthly Archives: June 2011

Get Identity Column Name At Runtime in LINQ to SQL

This is a small post but it might be helpful. I have created a Table Called “Test” in Database with 2 Columns. 1. CategoryId -> Primary Key, Identity Column, Not Null 2. Name -> nVarchar(100), Not Null Drag and Drop … Continue reading

Posted in C# | Leave a comment

jQuery Update Panel Progress Using jQuery BlockUI Plugin

This post explains how you can use jQuery BlockUI Plugin to show Progress during postback made via UpdatePanel. Normally we have to add UpdateProgress to show progress during async postbacks. Using this tutorial, You will no longer require UpdateProgress and … Continue reading

Posted in ASP.NET, jQuery | Leave a comment