Clearly Lab Management is really good to manage virtual environments and give a lot of flexibility on how to deploy your application on virtual machines, but if you do not have Lab Management you can still use the same technique to deploy application in remote computer during a build with the use of a simple [...]
Continue reading about Deploy on remote machine during builds
I’ve hit a strange behavior of Hidden Field inside a disable asp.net panel, here is a simplified scenario that can reproduce my problem:
1: <form id="form1" runat="server">
2: <asp:HiddenField ID="hf1" runat="server" />
3: <asp:TextBox ID="tb1" runat="server"></asp:TextBox>
4: <asp:Panel [...]
Continue reading about Asp net and an HiddenField inside a disable panel
I have a project with a complex user control used to select some values in hierarchic categories, it was realized with the UpdatePanel, it supports searching, selection by cascade of combo and much more, everything works great, but performances are not so good.
Now I decide to create another version that use jQuery to do real [...]
Continue reading about PopupControlExtender set focus to a control on popup
Yesterday I need to implement in a quick way a three style checkbox in a project based on asp.net 3.5. The requirements stated that I must not spend too much time designing an entire new control, but the solution should be usable by other people with minimum impact. Here is the result I obtained.
The checkbox [...]
The problem is described in this post, basically it can be summarized in “you have a user control with validators, you put more than one instance of the user control in a page, all validators are fired together”
The above post already gives a solution, but is not a general one. I want to avoid the [...]
Continue reading about Asp.net solve problem of multiple user control with validator.





