View Single Post
Go4Expert Founder
20Jan2010,10:09  
shabbir's Avatar
Finally moved into forum.

I guess you need to work on your code a bit harder.

Can you please explain the following lines
Code:
	String adName = string.Empty;
	String redirect = string.Empty;
	if (adName == null | redirect == null)
	{
		redirect = "Default.aspx"; 
	}