NZMK.com
 Main Product Minimize
  

DotNetNuke Powered!
 
 Tech Blog Minimize

I try to create a new DNN Text Editor from code behind using following code

DotNetNuke.UI.UserControls.TextEditor te = new DotNetNuke.UI.UserControls.TextEditor(); PlaceHolder.Controls.Add(te);

But I got following error on the event viewer

DotNetNuke.Services.Exceptions.ModuleLoadException: Object reference not set to an instance of an object. ---> System.NullReferenceException: Object reference not set to an instance of an object. at DotNetNuke.UI.UserControls.TextEditor.PopulateLists() at DotNetNuke.UI.UserControls.TextEditor.Page_Load(Object sender, EventArgs e)

After two hours search, I found we need using following code to make it work

DotNetNuke.UI.WebControls.DNNRichTextEditControl te = new DotNetNuke.UI.WebControls.DNNRichTextEditControl(); PlaceHolder.Controls.Add(te);

...

Read More »

Yes, Try this but not working. After reasearch I found need pass the fully quantified STRONG name to Type.GetType method.
So this will work:
Type myType1 = Type.GetType("System.Web.UI.WebControls.TextBox, System.Web, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a");

;WITH DuplicateTable AS
(
SELECT ROW_NUMBER() OVER(PARTITION BY DuplicateCloumnName ORDER BY TablePrimaryKeyCloumnName ) AS
rn, *
FROM TableName
)
delete From TableName
where TablePrimaryKeyCloumnName in(
select TableId from DuplicateTable
WHERE rn > 1)

Exception from HRESULT: 0x800a0256, insert hypperlink, html hyperlink, 0x800a0256, HRESULT: 0x800a0256

Read More »

The % service terminated unexpectedly. It has done this 1 time(s). Event ID: 7034

Read More »

Clickonce App failed update After Certificates expired

Read More »

Website not able shows all images file under IIS7

Read More »

  

  Minimize
News & Announcements
 
MCTS: Gain Microsoft Certified Technology Specialist - Wednesday, February 18, 2009


 

Aspnet Tradingpost V1.1 is Working with MS SQL 2008 and IIS7 - Tuesday, November 04, 2008

Aspnet Tradingpost V1.1 is Working with MS SQL 2008 and IIS7

 

Aspnet Tradingpost V1.1 is Working under Windows Server 2008 and IIS7 beta - Friday, November 16, 2007

Aspnet Tradingpost V1.1 is Working under Windows Server 2008 and IIS7 beta.

 

Aspnet Tradingpost V1.1 New Feature: - Thursday, August 30, 2007

1. Support Upload multiple files at once by ctrl/shift-selecting in dialog (AJAX)
2. Enter Multiple track number For a Order (AJAX)
3. Support Send Email After record Order track number
4. Support Product List sorting No page reloads necessary (AJAX)
5. Display Shipping cost in product Detail Page
6. Calculating Freight in Shopping Cart Page, No page reloads necessary (AJAX)
7. Customise Order Status

 

Demo Site On Live! - Wednesday, March 07, 2007
Please try our demo site: http://demo.xtremesystems.co.nz/

Admin Login: demo@xtremesystems.co.nz
Admin Password: demo
 

Aspnet Tradingpost V1.0 Released - Monday, March 05, 2007

Aspnet Tradingpost V1.0 Released. Support Asp.net 2.0. SQL 2000 or 2005. IIS 5 or 6. Visual Studio.net 2005.
Please review all the feature in the Feature Summary Page.

Download page: Go to Download -> Aspnet Tradingpost V1.0