Premium Blogs

Blog of the Moment

Decorating ideas guide
Decorating ideas gui..
blog listed in
(home_garden)
.NET Mixer
http://shawpnendu.blogspot.com is a developers knowledge sharing corner for asp.net web application common issues. Here i am trying to discuss on software , content management , Sql server,XML,Javascript issues.
Listed in Programming on position 2 and overall rank is 479
Country Bangladesh
Language English
Owner shawpnendu
Member Since June 24, 2009
URL http://shawpnendu.blogspot.com
Pagerank 0
Tags asp_net | javascript | sql_server | xml |
Latest Posts on: .NET Mixer
Retrieved latest 5 posts at: http://shawpnendu.blogspot.com/feeds/posts/default

Sachin Tendulkar Photo Picture Wallpaper Collection

The long awaiting period has been successfully achieved. Sachin Tendulkar gets his 100th Century aganist Bangladesh in Asia Cuup - 2011. Can you imagine what he have done. He is the only one great cricketer who made it. He is also break the 200 run barrier in One day cricket. And its also first time. Sachin Tendulkar is a great cricketer, Complete..

Posted on 27 April 2012 | 10:55 am

How to get SP Trigger View code from query analyzer in SQL Server

Sometimes upstream (place to collect data) or your vendor may give you the permission on some Stored Procedure or Trigger or View or even you may have not SQL management Studio or you may can not view those in Management studio. So at that moment how one can view the code. The solution is simple. Use builtin sp_helptext. Sample Output Screenshot: ..

Posted on 6 April 2012 | 10:29 am

Sort multiple column of a DataView in Asp.net C#

In many case studies we found that when sorting is required developers done this job in back end means running extra query in database even though he has an already disconnected record set in his hand like DataView which also create an overhead to the application. One can easily sort the DataView columns in both ascending and descending order. I..

Posted on 24 March 2012 | 12:34 pm

Master page Group Radio Button problem Vertically in Gridview Control using Javascript in ASP.net C#

In those cases where you need to choose or select one value from a list of values then grouping radio button is required. But unfortunately in ASP.Net there is no easiest built in way to group radio button vertically. But some times to meet client requirement we need to do group Radio Button vertically. It’s a grouping problem which most of the d..

Posted on 1 March 2012 | 7:22 pm

Read DataKeyNames value of Gridview row using Asp.net C#

When we need to bind data in a Gridview column then we need to add an unique reference number which will help to identify a specific object or a datarow. Some developers use hidden field to store the ID column of a table on which he can INSERT UPDATE or DELETE based on hidden ID column. But this is not a good practice. Because Gridview control give..

Posted on 1 March 2012 | 7:11 pm