Working on a DotNetNuke Project we had a requirement which was pretty .NET'ish and had nothing to do with DotNetNuke. All we wanted to do was to store a Generic list of <T> in the view state - where <T> was a XXX_Info class we usually write for DNN module. For Any information to be retained in the view state it was obviously implied that it had to be serialized. If you're looking for some fairly complicated code to manually serialize Generic Classes you probably want to go here: http://www.devx.com/dotnet/... ......
I was in denial when this happened!!! I am going to rattle a little - if you googled to this place in search for a specifc answer (and don't want to waste time) you're probably looking for stuff way towards the end of the rattle (this post) under the head: Moral of the story. The story so far: We're using (and enhancing) DotNetNuke to develop a very complex Application Framework. We've already taken a few DotNetNuke Core Modules and Enhanced them and it was implied knowledge that everyone in the ......
It's feels a little Awkward to be writing something as simple as this but then again, maybe this is why no one has written it and Google couldn't help me find an answer :) First Awkward Question that took some time finding an answer to? “What’s the difference between a parent portal and a child portal in DotNetNuke?” The answer is here : http://www.portalwebhosting... Just for the sake of redundancy here is a copy paste the ......
Earlier this week I conducted a Training 3 hour Marathon Session on DotNetNuke; there were some follow up items on the session and answers to some questions I wanted to post out: Some Questions Asked During the Training And Their Answers: Question à How can I get DotNetNuke Templates for Visual Studio.NET 2005 Professional? Answer à You’ll need to download DotNetNuke Starter Kits at - http://www.dotnetnuke.com/t... and install them. Question à When I am designing ......
Customizing - DotNetNuke Search Input - The Problem In a Recent Project I had felt the need to customize the DotNetNuke search input. If you've used DotNetNuke Search Inputs before you might have realized that the search Input Module is a little limiting in terms of customization. So, basically the kind of search inputs that you can have in DotNetNuke (based on what I currently know) are: Of course, you could customize this slightly or you could have another kind with a picture just by changing the ......