|
|
|
|
|
|
ASP.NET StateServer session-state management gave me a big headache!!! |
|
|
By Ferry Onderwater on
2-10-2007 9:00
|
|
|
|
During development we had to switch from InProc to StateServer. After some changes to make sure every session-object was serializable all worked well... except on MY developmentmachine!!! The following error occurred:
Unable to make the session state request to the session state server. Please ensure that the ASP.NET State service is started and that the client and server ports are the same... The full error is in the article below.
The reason I blog this is I wasn't able to find an answer anywhere on the net, but since I can imagine I'm not the only one walking into this problem... maybe this helps!
|
 |
|
|
More...
|
|
|
Ajax Partial postbacks and body.onload event |
|
|
By Ferry Onderwater on
27-6-2007 13:33
|
|
|
|
When using javascript to perform actions on each load of a page, for example by using body.onload, a problem will arise when implementing ajax updatepanels. This blog shows a possible solution for this behavior.
|
 |
|
|
More...
|
|
|
|
Localization in ASP.NET 2.0 using a database and adapters |
|
|
By Ferry Onderwater on
27-4-2007 12:53
|
|
|
|
ASP.NET 2.0 offers 'out-of-the-box' localization. It uses resource-files (xml). It is possible to use a database instead (see the article of Michèle Leroux Bustamante, mentioned below the blog). A few days earlier I looked a bit to adapters so I got the crazy idea to add those two pieces together. My prime-directive was:
Make code localized with as less changes in the (existing) source as possible. UPLOADTEMPLATE
|
 |
|
|
More...
|
|
|
Popup en modal popup tegelijk |
|
|
By Ferry Onderwater on
5-3-2007 18:50
|
|
|
|
Stel:
Ik heb een textbox. Als ik daar op klik wil ik een popup. In die popup bied ik de mogelijkheid om te zoeken. Wanneer ik meer dan x resultaten heb wil ik een modal popup die meldt dat er teveel resultaten zijn en dat alleen de eerste 100 getoond worden.
|
 |
|
|
More...
|
|