GMD datepicket Error?

Posted by Anilkumar431 under ASP.NET on 5/1/2013 | Points: 10 | Views : 1054 | Status : [Member] | Replies : 1
hi all,
i have a small project when i am running that project in visual studio 2010 i'm getting this error.
Could not find the assembly 'GMD datapicker' or u r missed assebbly..
please give the solution as soon as possible
Thanx in advance....




Responses

Posted by: Valley on: 5/9/2013 [Member] Starter | Points: 25

Up
0
Down
Hi What tool did you use for picking the date?
If its ajax make sure you include these:

<%@ Register Assembly="AjaxControlToolkit" Namespace="AjaxControlToolkit" TagPrefix="asp" %>

<asp:ToolkitScriptManager ID="ToolkitScriptManager1" runat="server">
<asp:CalendarExtender ID="txtDOB_CalendarExtender" runat="server"
TargetControlID="txtDOB">
</asp:CalendarExtender>



Anilkumar431, if this helps please login to Mark As Answer. | Alert Moderator

Login to post response