Guru Sarkar's Blog
Sign in
|
Join
Home
About
RSS
Atom
Comments RSS
Search
Tags
ADO.NET
ASP.NET
ASP.NET Authorization
ASP.NET Membership
ASP.NET roles
asp.NET validation
Authentication
checkBox
Code Snippets
CreateUser
CreateUserWizard
CSS
DataList
datepicker
Forms Authentication
GridView
Html
JavaScript
jnotify
jQuery
jQuery UI
ListView
LoginName
MembershipProvider
Menu Control
Roles
Roles Authorization
Roles Provider
RowIndex
SiteMapProvider
Sql Server
Stlyes
Stored Procedure
Summary
TreeView
Visual Studio 2010
Web.config
WebConfigurationManager
Sponsors
advertise here
News
Navigation
Home
Blogs
Archives
August 2011 (4)
May 2011 (1)
March 2011 (1)
December 2010 (5)
October 2010 (2)
September 2010 (3)
July 2010 (1)
April 2010 (1)
March 2010 (2)
January 2010 (3)
November 2009 (1)
October 2009 (2)
June 2009 (2)
May 2009 (1)
January 2009 (2)
December 2008 (1)
November 2008 (2)
September 2008 (1)
Links
4GuysFromRolla
September 2010 - Posts
17
Comments
Pass querystring parameter with NavigaterUrl in HyperLink inside a GridView
by
guru_sarkar
Scenario: Say you have a databound control like Gridview, Repeater or ListView that contains a column with link (HyperLink) to another page. In most of the cases, you might want to pass a value to another page to know which row or item was clicked by...
12
Comments
Get GridView RowIndex upon button click
by
guru_sarkar
Scenario: There might be case when you want to get the row-index or any other details from the row, when a button inside a GridView Row is clicked. I will show you different ways. 1: "Select" link/button Click It is very easy when to get row information...
Filed under:
GridView
,
RowIndex
0
Comments
User Details Summary in CreateUserWizard
by
guru_sarkar
Scenario: Say you are collecting user information via CreateUserWizard (CUW). Upon successful user creation, by default CUW will show Successful step with a Continue button. Now sometimes you might want to display the summary of user's info upon successful...
Filed under:
CreateUserWizard
,
Summary
More Posts