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
February 2009 - Posts
0
Comments
Presentation: Introduction to .NET and VS 2008 (Birzeit University)
by
anas
Hi everyone. In the beginning I want to thank Birzeit university and especially "Najjad Zeenni Information Technology Center of Excellence (NZITCE)" for helping me in inviting the peoples to register in the community and in announcing for the...
Filed under:
Presentations and Talks
24
Comments
Solving "A generic error occurred in GDI+" exception.
by
anas
Hi, If you are getting that error , then I can say that your application doesn't have a write permission on some directory. For example, if you are trying to save the Image from the memory stream to the file system , you may get that error. I also faced...
Filed under:
ASP.NET
,
GDI+
,
Infragistics
0
Comments
Modifying Profile of a specific user(not logged in user)
by
anas
I noticed that the developers face problem when they want to update a profile of a user that is not currently logged in. Actually there is many ways , this is the best way which works well for both web site and web applications . ProfileBase p= ProfileBase...
0
Comments
Displaying Online users using Linq-to-entities.
by
anas
A frequently asked question on the forums is "how to display the Online users when using Membership ? One possible way is to get the whole users and iterate through the collection and add the online user to a new temporary collection that holds the...
Filed under:
ASP.NET
,
C#
,
Security
0
Comments
Modifying the blogengine.net countries dropdownlist to inlclude Palestine
by
anas
After I started to use Blogengine , i noticed that Palestine is not in the countries list that disaplyed in the comments box.I found the the blogenigne use the CultureInfo to get the countries based on the languages of each region.Since there is...
1
Comments
Nod32 antivirus is blocking Visual studio Built in development server
by
anas
Recently I started to face the following problem: When I View page in browser ,VS 2008 is opening my pages using incorrect URL.the Url is using an incorrect port and not the one that is opened by the development server. For example: and the Built in development...
More Posts