|
|
Browse by Tags
All Tags » ASP.NET (RSS)
-
The presentation I did for the Toronto Code Camp, ''Overview of ASP.NET 3.5 Extensions'', is up on my site. Download it here.
-
If Google can do it, so can Microsoft. Volta is the GWT of .NET. Enough said. Here's a description of what it is. The Volta technology preview is a developer toolset that enables you to build multi-tier web applications by applying familiar techniques and patterns. First, design and build your application as a .NET client application, then assign ...
-
Click on the issues for the direct download link.
-
For anyone trying to get started with AJAX and the new AJAX control toolkit here are a couple of short videos that you could watch while sipping on your coffee :)
ASP.NET AJAX Extensions: Installation and Setup
ASP.NET AJAX Control Toolkit: Installation and getting started
You may also want to bookmark http://ajax.asp.net.
-
SmartNavigation can be set to true on your ASP.NET webform so that when postbacks occur , the page when rendered back to the browser, will navigate back to the control that caused the postback.
But SmartNavigation can be problematic especially when dynamically loading controls onto your webform.
Therefore if you have ...
-
A couple of months ago, I had to quickly develop an ASP.NET framework.I incorporated parts of a Windows .NET framework that I had previously worked on. The basicpremise being that a Windows .NET Form and an ASP.NET WebForm are both event driven and have controls such as buttons and dropdowns.
There were two basic steps in developing this ASP.NET ...
|
|
|