Technorati Tags: ViewState,ASP.NET The ID Property is Important I’ve encountered quite a few developers having ViewState problems with dynamic controls. Ever have a control get recreated, but the value isn’t there on PostBack and you are creating your controls at the correct time? Frustrating to say the least. Anyway, even if you follow the correct [...]

Dynamic AJAX Control Toolkit – ValidatorCallout Extender
Technorati Tags: ASP.NET,AJAX Control Toolkit I added one of these a while ago and figured I would include another. Dynamic AJAX Toolkit Controls seem to really be an issue for some, so I hope this helps. This time, we will create a dynamic ValidatorCallout for a TextBox with a RequiredFieldValidator (although you can use any [...]