I started blogging for fun but when i involved as blogger i understand power of blogging. From blog we can connect to people directly we can find reactions of our post sometimes good some time harsh comment but it was quite learning experience. On this occasion i thank all the dotnetjaps reader for...
Thursday, March 25, 2010
Wednesday, March 24, 2010
ASP.NET- Using span tag instead of label for performance
Posted by Jalpesh Vadgama |
March 24, 2010 |
ASP.NET, ASP.NET-MVC, C#.NET, Perofrmance, VB.NET |
1 comment
In ASP.NET controls used in to the user controls are generate Client Id which unique for the control and If you have so many user controls hierarchy then you will have very long client id like ‘ctl00_CPH_ctl02_BM_userLogin_UserName’.It will increase the Kilo Bytes of html rendered in the browsers. Label...
Tuesday, March 23, 2010
IIS Error: The process cannot access the file because it is being used by another process.
Recently in our one of the web servers all the sites using port 80 were stopped and when we tried to restart website it was giving error like process cannot access the file because it is being used by another process. After analyzing and diagnosis and searching on internet for the same problem i have...