i m creating one application the concept is insert jquery date in repeater control in c# so i made code
in asp.net:
-------------
$(function () {
$("#<%= Date.ClientID %>").datepicker();
});
ID | Customer | Date |
|---|---|---|
Error : The name 'Date' does not exist in the current context
Thanks
Rocky
Replies
Know the answer? Post it — somebody with the same question will find it here.