Geeks With Blogs

@azamsharp
  • azamsharp @soffes These people are called "Open Source Hyenas" about 1 day ago
  • azamsharp @soffes Happened to me twice in 12 months. Usually it will take 7-10 days for that app to go down. about 1 day ago
  • azamsharp @mkoby I will :) Just for the sake of the experience :) about 1 day ago
  • azamsharp @mkoby I will definitely create an Android version and compare the sales. In-App purchase might be the only way on Android to make sales. about 1 day ago
  • azamsharp @mkoby Not sure about that! Although I have heard horror stories of people releasing a hit iOS app on Android and having no sales. about 1 day ago
  • azamsharp @mkoby Vegetable Tree for Android will be based on in-app purchase. Now, I just need to build that app. about 1 day ago
  • azamsharp @mkoby But that is a good sign that at least in app purchasing is improving for Android! about 1 day ago
  • azamsharp @mkoby Thanks! Unfortunately, not all apps are designed to have in app purchase. I also heard people misusing in app purchasing. about 1 day ago
  • azamsharp @iphreaks I may be able to talk about how I got started in 2010 and my exp on App Store. Lessons learned from App Store! Thanks! about 1 day ago

AzamSharp Some day I will know everything. I hope that day never comes.

This has happened a lot of times that Visual Studio.NET 2005 looses the intellisense support. Take a look at the code below it has completly lost the support for the intellisense and does not recognize CrossPage1 which is of type Page.

public partial class CrossPage2 : System.Web.UI.Page
{
    
protected void Page_Load(object sender, EventArgs e)
    {
        
if (PreviousPage != null)
        {
            CrossPage1 prevPage = PreviousPage 
as CrossPage1;
            
if (prevPage != null)
            {
                
            }
            
        }
    }
}

powered by IMHO 1.3

Posted on Tuesday, January 17, 2006 9:09 PM | Back to top


Comments on this post: Intellisense Lost When doing CrossPageUrl

No comments posted yet.
Your comment:
 (will show your gravatar)
 


Copyright © Mohammad Azam | Powered by: GeeksWithBlogs.net | Join free