July 2008 - Posts

0
Comments

Hint: sort the ajax Toolkit controls Alphabetically after adding them to the toolbox by anas

When you add the Aajx toolkit controls to your visual studio toolbox , the items will be added randomly and they will not be sorted, and so you will have many related controls like accordion and accordionpane where not adjacent ! see the image below ...
4
Comments

Conditionally Hide some days in the Calendar control by anas

You may wonder how to hide some days in the ASP.NET standard calendar control. for example if you want to hide the week end days ( Saturday and sunday) , you can simply handle the DayRender event which is called for every day in the calendar control ...
Filed under:
22
Comments

How to get the readonly textbox value on the server by anas

In ASP.NET 2.0 and Newer versions , the readonly TextBox will ignore the submitted text , this change due to security reasons . However , assume you have a readonly textbox and you are going to change its value on the client side ( via script) , Now how...
Filed under:
7
Comments

Differences between Web Application Project(WAP) and website Projects when specifying the Type settings attribute by anas

When configuring a custom providers , or registering HttpHandlers and HttpModules , or using any other configurations sections that needs to specify the type settings attribute , you will need to correctly specify the type by specifying a correct namespace and assembly . ...
Filed under:
2
Comments

Why The Images displayed in IE but not in FireFox ? by anas

I noticed there is a lot of articles that is specified an incorrect images path that only works in IE , those articles used the backslash ("\") character in the Images paths , note that using backslash in the images URL is incorrect ! instead we must...
Filed under:
2
Comments

you may get "System.MethodAccessException" after installing .net 3.5 and vs 2008 sp1 Beta by anas

After i installed the sp1 beta for Visual studio 2008 and .net 3.5 i get that exception , I'm working on windows xp sp3 . I solved that by reseting All the Code Access security policies , and then restarted the IIS.
Filed under:
More Posts