Hosam Kamel's Blog
-
Response.Redirect in a new window?
Many people have asked if they can use Response.Redirect to redirect in a new window, but unfortunately you can't do so because Response.Redirect method execute on the server-sideA0 and opening a new browser window is mainly a client side execution.
-
[Resolving] Error connecting to undo manager of source file
-
[Resolving] Maximum request length exceeded exception
You will get such an exception if you are trying to upload large files or making a requestA0 which exceeded 4MB.
-
Web site deployment and 404 error under windows 2003
If you deployed your asp.net web site on IIS under newly installed windows 2003 , please make sure you have enabled the ASP.NET to run on IIS as it's disabled by default in Windows 2003.
-
Get up to speed on Visual Studio 2008
Ready to learn about all the ways that Visual Studio 2008 will make you more productive? Check out the training videos below. This page will be updated with new clips, so keep an eye out for updates.
-
Resolving 'Error Creating Control -xxx' in Web Application Project.
If you face this error while trying to open a web application project
-
Security update for the Microsoft Visual Studio 2005 Service Pack 1 development platform
if you currently installed crystal report component in your visual studio installation please review the following security update from Microsoft.
-
What is Microsoft Jasper and Jasper ASP.Net all about?
I have heard a lot about Microsoft Jasper and Jasper.Net so i decided to take a look about what it is all about.
-
Page.IsValid and the common rule 'don't relay on client-side validation only ... Validate server-side too'
using the asp.net validation controls doesn't not do all the job of the validation why because hackers simply can pass this validation from client side and go through your code directly and execute what they need with an invalid data :S
-
SetFocusOnError property
One of the newer features in ASP.NET 2.0 which required more JavaScript code injection in the previous ASP.NET versions is to set focus on a certain server control on page load