Anas Ghanem
All about ASP.NET
Sign in
|
Join
Home
Contact
About
RSS
Atom
Search
Tags
.NET
.NET 4
Ajax
Ajax Toolkit
ASP.NET
ASP.NET 4
C#
Caching
community News
DotNetNuke
GDI+
GridView
IIS
Infragistics
LoginControls
Mix 09
News
Presentations and Talks
Security
Session
Tips and Tricks
Tools
Vista
Visual Studio
WAP
Windows XP
Sponsors
advertise here
News
Subscribe in a reader
Navigation
Home
Blogs
Archives
April 2011 (1)
May 2010 (1)
April 2010 (4)
March 2010 (1)
January 2010 (1)
October 2009 (1)
August 2009 (2)
July 2009 (3)
June 2009 (1)
May 2009 (1)
April 2009 (5)
March 2009 (5)
February 2009 (6)
January 2009 (5)
December 2008 (2)
November 2008 (1)
October 2008 (2)
September 2008 (4)
July 2008 (6)
June 2008 (1)
May 2008 (2)
April 2008 (3)
March 2008 (5)
February 2008 (1)
Favourite Links(blogs,sites...)
Scott Hanselman
ScottGu's Blog
Microsoft Press
MSDN Blogs
Channel9
Zdnet
Techrepublic
Smashing Magazine
My Articles
Avoid session loss when using Cookieless sessions with XML Sitemap Provider
Login control FAQ
Comparing ListView with GridView,DataList and Repeater
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 ...
Filed under:
Visual Studio
,
Ajax Toolkit
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:
ASP.NET
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:
ASP.NET
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:
ASP.NET
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:
ASP.NET
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:
.NET
More Posts