Posted on: 9/5/2014 1:55:28 AM | Views : 435

I recently started to use VS Express 2013 and I'm not happy with it. It looks great, but I can't take a step forward without having to take 5 steps back because of having to debug this and that bug .   I'm spending way too much  time debugging than writing code.  Here I have  an example and if anyone can chime in I'll appreciate it.
1- I can't find the AjaxToolKit UpdatePanel with the other Ajax Controls.  The only update panel control I find is with the Ajax extensions that came when VS first installed and I don't know if this update panel is Ok to work with the other ones from the ToolKit.
2- The main problem:  I have UpdatePanel1 with TextBox1 and Button1 triggering the UpdatePanel1.    Then I have UpdatePanel2 with TextBox2 and Button2 triggering Updatepanel2.
When I click button1, the validator for textbox2 are activated showing the red text errors in the boxes even thou I'm not ...

Go to the complete details ...