Archive for June, 2008

25 Jun

ASP.NET Dynamic controls: Twice click problem

Sometimes, you need to click twice for the dynamic control to work.
Symptoms:
1. Your dynamic controls get loaded
2. You click on the button/other control
3. The page simply refreshes and no code is executed.
4. You try to debug the “onclick” method, but no break point is hit.

5. Next time when you hit the button, everything works properly.
Solution:
After [...]

25 Jun

Welcome

Hi,
I’m Jay. Welcome to my blog. I have created this blog to share my experiences while working on different technologies.
The theme for this blog is “Coding for future”.
Coding for future is all about reducing the time required for software development.
The ways I have figured out is;
Building reusable code, and making it public!
Though practically exposing code [...]