ASP.NET 2.0 Tutorials : Adding Web Parts at Run Time
4191ASP.NET 2.0 Tutorials : Adding Web Parts at Run Timehttp://www.exforsys.com/content/view/1635/354/ASP.NET 2.0 Tutorials : Adding Web Parts at Run Time - In this tutorial you will learn how to add Web Parts at run time and To test the Web Parts catalog.ASP.NET > Tips and TutorialsOct 10, 2006Exforsys Inc
In any datasets each attribute has its own range. For instance an age attribute can have a maximum range up several hundred. On the contrary, monthly salary attribute will always have range in thousands. Abnormal minimum and maximum values (noise) can also lead to misinterpretation of data. Data Normalization uses different techniques to narrow down values to a certain range. Min-Max and z-Score are most common normalization techniques.
ASP.NET 2.0 Free Tutorials : Advanced Site Functionality - In this tutorial you will learn advanced site functionality, Enhanced Page Framework, To create the Web.Sitemap file, Tracking Traffic with Site Counters and Going Mobile.
ASP is running under the inetinfo.exe (IIS) process space and hence susceptible to application crashes due to that the IIS needs to be stopped or restarted. ASP is related to the process isolation setting in IIS. Where as, ASP.Net process is separate from inetinfo.exe (IIS process). Though the entry point into a ASP.Net application is still IIS but it is not related to the IIS process isolation settings.
Every Control in ASP.NET comes with ViewState enabled by default and with the power of ViewState, all your control can remember its values after page post back. ViewState can help you minimize your coding downtime however it has its own pros and cons. Read this article, and you can understand how to minimize your page ViewState data and improve your site performance. You can see the values of ViewState easily by viewing the source of aspx page. You should be able to see that there is hidden values called ViewState.
This article describes how to embed and display PDF documents in a webpage using simple ASP.NET custom server control. The method used, allows the developer to control the web page contents surrounding the embedded PDF. This is not same as linking directly to a PDF which doesn't allow developer to control the appearance of the page.
Joining mailing list will entitle you
to receive occasional emails informing you of news and
updates to the site and any special offers that may be
of interest to you.