how to design a ajax for a textbox as calendar control with
how to design a ajax for a textbox as calendar control with code
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
venkata kumarPosted Dec 6, 2013, 1:33 AM
include ajax dll in your project
include fallowing statement where ever you want the calender for textbox
<%@ Register Assembly="AjaxControlToolkit" Namespace="AjaxControlToolkit" TagPrefix="AjaxToolKit" %>
fallowing statement is assigning ajax calender to text box
Sanjeeb LenkaPosted Dec 6, 2013, 1:33 AM