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
Recent Posts
1
Comments
Using CustomValidator to enforce the user to fill at least one textbox control.
by
anas
If you have a requirement in which you have many textbox controls and you want to enforce the user to fill at least one of them, then you can simply use a custom validator control with a client side function like this : < html xmlns ="http://www...
Filed under:
ASP.NET
0
Comments
ASP.NET MVC training kit is now available
by
anas
Hi All, The training kit includes presentations,labs,demos to help you learn the new asp.net MVC version 1.0 . To download the kit,follow this link. more ASP.NET MVC resources can be found at http://www.asp.net/mvc/
Filed under:
News
7
Comments
Sharing FormView Edit and insert templates to avoid duplicate markup
by
anas
If you used the FormView control ,I’m sure that you had modified it’s generated Edit and Insert templates(like adding calendar for the date fields , changing the textboxes that are bound to the foreign key columns with a dropdown list,adding validation...
Filed under:
ASP.NET
4
Comments
Login control FAQ :
by
anas
I have posted a thread on the forums which list all the FAQ about the Login control. This is the thread: http://forums.asp.net/t/1403132.aspx
Filed under:
ASP.NET
,
Security
,
LoginControls
0
Comments
MIX09 Keynote and Session Videos
by
anas
Mike Swanson summarized the various options to download the Mix 09 videos and keynotes , Read his post [here].
Filed under:
Mix 09
2
Comments
Caching techniques for paged GridView
by
anas
Implementing output cache for the GridView is straight forward if the GridView doesn't require to provide paging functionality. And so , if you don't need paging in the GridView , you can set the output cache on the page level and the GridView will be...
Filed under:
ASP.NET
,
Caching
,
GridView
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
27
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
More Posts
« Previous page
-
Next page »