October 2005 - Posts

3
Comments

Gridview and clientcallback by preishuber

Its no secret that (only) the gridview control have a new property which enables automaticly client callback instead of postback. This works only for sorting and paging. EnableSortingAndPagingCallbacks ="True" The diffrence is a better UI for the user...
0
Comments

Migrate ASP.NET 2.0 to final: part II by preishuber

My first post about my experience "using final bits of ASP.NET 2.0" was a success story. http://weblogs.asp.net/hpreishuber/archive/2005/10/09/427047.aspx Now i am running in my third issue, which is not visible at first view. The full list B2 to final...
15
Comments

Gridview and dropdownlist:the missing value by preishuber

Do you know? ..has a SelectedValue which is invalid because it does not exist in the list of items. Parameter name: value Happens when you try to use a dropdownlist inside a edititemtemplate which is databound AND have not the value of the tablefield...
1
Comments

VS 2005 documentation and Codezone by preishuber

Its not a secret but also not well known. The VS 2005 Help have a community integration, formerly named codewise now with codezone brand. 38 Sites round about the world are spidered and integrated into the search. If you want to search also your local...
6
Comments

Migrate ASP.NET 2.0 B2 to final by preishuber

One of our web servers is running now with the final bits of ASP.NET (v2.0.50727.42). Migration process: uninstalled .NET Framework Beta 2 installed .NET Framework 2.0 final running ASPNET_REGSQL to migrate the main membership database ( schema change...
More Posts