Tech Boek


DotNetNuke

10
Jumping to the top when asp.net gives a postback is not that easy. (ASP 2.0) Case: you need to press a save button in a very long list, and need to s...

[Read the rest of this article...]

Posted in: DotNetNuke
12
Did you ever use the DNN calender popup?  It's great, it is very easy to use.
But if you are using a <textbox> which you want to add to your screen via a vb program, then you have a problem.  You need to give the calender function the client controlid of the textbox.  But while creating it, it is not yet exising.
So in your .Net program you define the textbox with id dynfprefv2_damagetown, but when it is rendered to the html it gets the clientid dnn_ctr637_viewmaintainclaimv2_dynfprefv2_damagetown.
Read here how to solve this

[Read the rest of this article...]

Posted in: DotNetNuke
10
Did you ever neede to have a different password policy than the standard ASP.NET or DNN ?
You can write your own membership provider by just overriding the functions you want to be adapted.
You an copy/paste this and use it in your own projects.

[Read the rest of this article...]

Posted in: .NET, DotNetNuke