ASP.NET Community
Who is online?
88
guests and
0
members
Member login
|
Become a member
home
articles
forums
blogs
videos
jobs
events
wiki
spaces
people
login
register
home
»
people
» samir.nigam
samir.nigam
Profile
Name:
SAMIR NIGAM
Location:
N/A
Bio:
N/A
Interests:
N/A
Community info
Member since:
10/22/2009 3:11:45 AM
Rank:
2
Role:
Member
Total Posts:
1
Total points:
605
Personal Information
Favorite Music:
N/A
Favorite TV Shows:
N/A
Favorite Books:
N/A
Favorite Cuisines:
N/A
Occupation:
Technical Lead
Sex:
Male
Industry:
wall
forums
articles
blogs
friends
events
videos
Loading ...
Confirm
Post Subject
Replies
Views
Last Post
ASHX file
by
mohit
in
Getting Started / General ASP.NET
4
736
10/28/2009 2:08:58 AM
by:
mohit
View all
JavaScript Expandable / Collapsible Panel Control
This is the approach that I have adopted to develop Expandable / Collapsible Panel Control through JavaScript. Please report bugs, errors and suggestions to improve this control.
12/4/2009 3:59:08 AM - Comments:
0
JavaScript ListBox Control
This is my approach to develop custom JavaScript ListBox control. Although it is only a subset of existing HTML ListBox element, it is more user friendly than the existing one. It can be further customized for different requirements. Please let me know about bugs and/or errors & give suggestions to improve this ListBox control.
12/3/2009 5:55:06 AM - Comments:
1
Multiple File Upload User Control
I have tried my best to make this user control code error free. I will most welcome suggestions for further improvement in this user control. I have tested this user control on various browsers and it works fine.
11/27/2009 5:55:03 AM - Comments:
0
Slide-Show User Control
So, this is my approach to implement an ASP.NET slide show using the DataList. I have tried my best to keep it bug free. I will most welcome suggestions and criticism for further improvements of this user control. I have tested this user control on various browsers and it works fine.
11/26/2009 7:43:14 AM - Comments:
0
JavaScript Context Menu Control
So this is my approach. I was working for a long time to create C# like event handlers for JavaScript classes and finally, I’ve done it. Please let me know of any bugs and suggestions to improve this context menu control.
11/6/2009 4:20:35 AM - Comments:
0
Maintaining States of Selected CheckBoxes in Different Pages inside the GridView
So this is my solution. If you have some other ideas about this functionality, please share them with me.
11/4/2009 7:43:34 AM - Comments:
0
GridView Rows Navigation Using Arrow (Up/Down) Keys
I have tried my best to make this code error free. Suggestions and criticism for further improvements of this code are most welcome.
11/4/2009 6:40:52 AM - Comments:
0
Implementing Hover Delay on the GridView Rows
So this is the approach that I've adopted to solve the Hover Delay problem. Although originally I developed Hover Delay to deactivate the click event for 1 second on a GridView row, later I also used Hover Delay to deactivate Drag n Drop of GridView rows. Kindly let me know if any one has some other better or different solution.
11/3/2009 8:19:47 AM - Comments:
0
Hover Effects for GridView Rows Using CSS
That’s all about this technique. Just download the sample application and happy CSS! I have tested this application on various browsers and it worked fine.
10/28/2009 8:57:47 AM - Comments:
2
Client-Side Validation for the CheckBoxes Inside a GridView
This script is cross-browser compatible and fast as it iterates elements of a specific tag inside a target element [GridView] rather than iterating in a whole form. It searches the elements of a specific type in a particular column of the target element [GridView].
10/28/2009 8:14:24 AM - Comments:
0
Expanding / Collapsing GridView Columns with Smooth Dynamic Effect
I have toggled visibility of all TD elements of a GridView column in order to create an illusion of smooth dynamic effect with the help of setTimeout method through recursion. Different browsers have different effects of Expanding / Collapsing GridView Columns. In Internet Explorer 7/8, Safari, Google Chrome and Opera, it seems that columns are Exp
10/27/2009 2:45:18 AM - Comments:
0
Expanding / Collapsing GridView Rows
In this article, I've used the setTimeout method in order to achieve a smooth expand/collapse functionality.
10/27/2009 1:06:20 AM - Comments:
0
Selecting / Deselecting all the CheckBoxes Inside a GridView
Introduction I am going to present here a functionality that selects / deselects all checkboxes of a particular column inside a GridView control, provided the header checkbox of that column is checked or unchecked using JavaScript. This functionality also has a feature that when all checkboxes of a particular column inside the GridView are check
10/26/2009 10:49:00 AM - Comments:
0
Toggling the States of all CheckBoxes Inside a DataGridView Column
This article describes how to toggle the states of all CheckBoxes inside a particular DataGridView column.
10/26/2009 7:49:03 AM - Comments:
0
Hotmail-like Mouse Over & Mouse Out Effects on GridView
This article describes how to apply client-side mouse over & mouse out effects on the GridView’s rows.
10/26/2009 6:36:20 AM - Comments:
0
View all
Binding a TreeView control to a hierarchical data structure, Part I
Download demo application - 6.57 KB Introduction In this blog I'm going to explain how you can bind a TreeView control to a hierarchical data through recursion. TreeView Control Simply drag and Drop a TreeView control by keeping the value of AutoGenerat...
12/30/2009 6:15:11 AM - Comments:
0
Emulating IE7 in IE8 – By adding the Meta tag programmatically
Introduction In this blog I'm going to pesent how Meta tag can be added on an ASP.NET page programmatically. For other methods, please read the following blogs - Emulating IE7 in IE8 – By adding a Http Header in IIS Emulating IE7 in IE8 – By adding a Meta...
12/29/2009 1:23:27 AM - Comments:
0
Emulating IE7 in IE8 – By defining a Custom Header in Web.Config file
Introduction In my last blogs, I had demonstrated how one could emulate IE7 in IE8 demonstrated by adding a Http Header in IIS or by adding a Meta tag within the head tag on all the pages of a web application. Now we'll learn how you can emulate IE7 in by...
12/29/2009 12:12:28 AM - Comments:
0
Emulating IE7 in IE8 – By adding a Meta tag within the head tag on all the pages
Introduction In my last blog: Emulating IE7 in IE8 – By adding a Http Header in IIS I had explained how one could emulate IE7 in IE8 through IIS by adding an Http Header . Now in this article I'm going to exhibit how one can achieve the same by adding a ...
12/28/2009 7:21:54 AM - Comments:
0
Emulating IE7 in IE8 – By adding a Http Header in IIS
Introduction If an ASP.NET web application is working fine in IE6 & IE7 and if you want that the same web application will work in similar manner with IE8 browser without any problem, then you can do it easily by emulating IE7 in IE8 by various ways. In t...
12/28/2009 6:11:36 AM - Comments:
0
View all
0 people found.