Click here to Skip to main content
15,919,879 members

Comments by shilf (Top 18 by date)

shilf 8-Jun-10 4:05am View    
when I run Application_Start method,if a HttpApplication has been built?
is HttpContext.Current equals to Context?
shilf 2-Jun-10 10:24am View    
I see,thanks for your help
shilf 2-Jun-10 3:50am View    
if the function Button1_Click(object sender, EventArgs e) is :
            protected void Button1_Click(object sender, EventArgs e)  
            {        
                           TextBox1.Text="success";    
            }

you said"you just create an instance of class _Default but the controls in it don't get instantiated"
why it is right, when i click the button 
shilf 26-May-10 20:33pm View    
I am a student in china,the book and website about computer programming are very little and poor.who can introduce me some website about computer in english
shilf 26-May-10 20:26pm View    
Henry Minute:sorry,I see