Guru Sarkar's Blog
-
Part 1: Showing ASP.NET Validation Summary in a Custom Dialog (Client-Side)
Scenario:
-
Custom Control with Embedded CSS and Images
Scenario:
-
Runtime Error ‘75’. Path / File Access error
Today I installed an interactive software AV Books. At the end of installation it asked me if I wanted to open it and I selected yes. So the program opens and everything seemed to be working.
-
Asp.Net Validation on jQuery datepicker date selection
Scenario:
-
Get RadioButtonList SelectedValue in JavaScript
Scenario: There will be times when you would like to access the selected value of your RadioButtonList on the client-side via JavaScript. One of those time coulde be you want to hide/show something elements on your page based on the radio button option selected. Another time could be you want to open a popup window and pass this value to a page via querystring. So the code sample below will is what you can use to get the selected value of the RadioButonList and then use is per your need.
-
Pass querystring parameter with NavigaterUrl in HyperLink inside a GridView
-
Test Page
This is just a test page to test page feature.
-
Get GridView RowIndex upon button click
Scenario:
-
User Details Summary in CreateUserWizard
Scenario:
-
Enable / Disable Validator controls from Javascript
Scenario: