Thursday, March 15, 2012

PopupCalendar.js

to add datapicker to text field like desribed in this post
it's required to add reference to PopupCalendar.js
    
protected void Page_Load(object sender, EventArgs e)
{


Page.ClientScript.RegisterClientScriptInclude("PopupCalendar",
ResolveUrl(
"~/js/PopupCalendar.js"));
}


Dotnetnuke Module Creator best tool for generation dotnetnuke module.

No comments:

Post a Comment