Welcome to MSDN Blogs
Sign in
|
Join
|
Help
Code, Articles, Discussion on Microsoft Technologies
The learnings on technologies I work upon ...
This Blog
About
Email
Syndication
RSS 2.0
Atom 1.0
Search
Tags
.NET
ASP.NET
Debugging
MOSS
My Site
VSTS
Web Part
WinDbg
Archives
January 2009 (1)
November 2008 (1)
October 2008 (2)
July 2008 (3)
April 2008 (17)
March 2008 (8)
November 2008 - Posts
Saturday, November 29, 2008 9:55 PM
Adding Client script to TreeNode Click Event
Most of the ASP.NET 2.0 controls provide way to add client events to them. For example, TextBoxes, checkbox are simply rendered as <input> elements and can be easily hooked to JavaScript functions either programmatically or declaratively. However,
Posted by
Madhur
|
1 Comments
Filed under:
.NET
,
ASP.NET