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: ,
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...
More Posts