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
April 2009 - Posts
2
Comments
Displaying the text that was originally stored using multi line TextBox
by
anas
One common problem that face the developers is that when they store a text using Multiline text box ,and try to dispaly that text using the label ( or any other control) on the form, they will find that the line breaks and spaces is not being rendered...
Filed under:
ASP.NET
1
Comments
Microsoft Free Web Platform Installer (WEB PI)
by
anas
Web platform installer is a small application that allow you to stay update to date with the latest .NET tools,updates and additions that is being added to the framework.Developers may not have enough time to search and read the latest releases and updates...
Filed under:
ASP.NET
,
.NET
,
Tools
0
Comments
Did you know that there is a VS 2008 sp1 Offline installer
by
anas
Hi, If you tried to install VS 2008 , you will notice the the download button will install a small exe file which will connect to Microsoft servers to install the sp1 using online mode. What i didn’t noticed is that there is a small note in the download...
Filed under:
ASP.NET
,
Visual Studio
0
Comments
Birzeit university - Practical ASP.Net development session
by
anas
Hi everyone. This will provide some information's about my second session in birzeit university. We announced for that session at PalDev.NET announcements page .The session was held on Saturday, April 4, 2009 and was from 11:00 to 12:00 AM. During...
Filed under:
Presentations and Talks
0
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
More Posts