愛編程,更愛生活
調bug,更愛下廚
程序猿 PRac =new 程序猿();
prac.Age=18;
prac.Gender=1;
prac.Dream="The world without bug";
prac.TechnicalField ="NET";
新來乍到,請多關照!
嚴謹細致、創新能力、學習能力、分析能力、認真負責、積極主動、團隊合作、抗壓能力。 ?
Practical tips on Working With Controls
Consider turning off View State for controls that don’t need it. In many cases, you hardly notice the difference, but especially with the data-driven controls discussed in Chapter 13 and onward, disabling View State can seriously decrease the size of your web page, resulting in shorter load times and improved user experience.
Before you design a complex Web Form with multiple controls to accept user input, step back from your computer and take a piece of paper and a pen to draw out the required functionality. By thinking about the (technical) design of your application before you start coding, it’s much easier to create a consistent and well-thought-out user interface. Making considerable changes later in the page if you’ve taken a wrong route will always take more time than doing it (almost) right the first time.
新聞熱點
疑難解答