Guru Sarkar's Blog
-
Binding List of Custom Class to GridView or ListView Control
Scenario:
-
Not able to change GridView Styles
I have a test website where I try and play with various stuff. Today I was trying to play with GridView styles to help someone on a forum. Suddenly I could not change the Styles of asp.net GridView control. I choose one of the available Auto-Format styling. It looks all fine in Visual Studion Designer View but when in the browser I was losing all styling. This was a complete new page with just a gridview and SqlDataSource with no external styles on the page.
-
Bullet doesn't show up in IE 7 Compatability View
Scenario:
-
Redirect unauthorized users to Custom Access Denied page instead of login page
Scenario:
-
Asp.Net mebership creates two users in aspnet_Users table
While using asp.net membership and roles you will see two seperate entries for same user in aspnet_Users table. But you will have a single entry for that user in aspnet_Membership table. The reason for that is you have set applicationName for your membership and roles provider in your web.config.
-
Asp.Net Roles not working when site published on server
Problem:
-
Visual Studio 2010 - Code Snippets do not have ID property
Visual Studio code snippets are pretty handy. VS 2010 introduces few more that might improve your coding performance.
-
CreateUserWizard - DuplicateUser Error Message not getting clear - Part 2 (jQuery)
Problem:
-
CreateUserWizard - DuplicateUser Error Message not getting clear - Part 1
Problem:
-
LoginName Control to Display Full Name instead of username
Question: