:   +353 91 395 793
   :   +353 91 395 403
:   info@harvardinnovations.com
7 Joyce House, Tuam Road 
Galway City, Ireland
skype us

ASP.NET

What is ASP.NET?

.NET is both a business strategy from Microsoft and its collection of programming support for what are known as Web services, the ability to use the Web rather than your own computer for various services.

SelectedValue null when Dropdownlist EnableViewstate is false

Solution to the problem of events not firing when the EnableViewState property is set to flse on webcontrols such as the ASP dropdownlist.

Back button working strange with window.location.replace

window.location.href is exactly what is required of a JavaScript invoked hyperlink. Unlike window.location.replace our browsing session keeps track of the pages we have visited, so when we click back we go to the previous page and not the page last requested by traditional mark-up.