Raj Kaimal
If it ain't broke, make it better.
-
Raising events in a Page and handling it in a WebControl
Target Audience: ASP.net webcontrol developers.
-
Setting the default Button for a TextBox in ASP.NET
function clickButton(e, buttonid){
-
When disabled is not really disabled
While working on a current project, I noticed that unlike a disabled winform TextBox, a disabled webcontrol TextBox can be enabled on the clientside. The following command when entered in the web browsers address field will cause a TextBox named “txtBox1“ enclosed inside a Form “Form1“ to be enabled.
-
Hello .NET
I hope to use this blog to post ideas and feedback about theĀ .NET language and related utilities. Great to be a part of this community. I am learning a lot from the posts here.