Feeds:
Posts
Comments

Posts Tagged ‘ASP.NET 2.0’

Since I m using DNN to built module, I m also wish to utilize as much as possible from DNN framework.
To send Email, I m just simply use API below 
DotNetNuke.Services.Mail.Mail.SendMail
A single line of code to solve a problem. Here the simple example I used :
DotNetNuke.Services.Mail.Mail.SendMail(FromAddress, SendTo, “”, Title, output.ToString(), “”, “”, “”, “”, “”, [...]

Read Full Post »

If you familiar with DotNetNuke module development, we know the DotNetNuke starter kit able generate classes and user controls for developer, but what if we want to speed up the development process? This is a real pain for developer to change the file one by one to add in additional table columns, change the user [...]

Read Full Post »