Click here to Skip to main content
15,895,997 members

Comments by Manish Dalwadi (Top 60 by date)

Manish Dalwadi 24-Jan-17 5:21am View    
Deleted
Hey RAJKUMAR,
I have done code for ATOM payment, but I don't know how to redirect to my site.
If you know, then please tell me how you come back to your site for getting response.
Manish Dalwadi 3-Aug-15 2:40am View    
i tried some examples which i found from google searching, but not working
Manish Dalwadi 6-Jul-15 5:06am View    
i am using this script code to set date in textbox
var defaultDateFormat = '<%= CultureInfo.CurrentCulture.ToString()=="cs-CZ" ? "MM dd, yy":"M dd, yy"%>';
$(data).datepicker({ dateFormat: window.defaultDateFormat }, 'setDate', newDate, $.datepicker.regional[langCode]);
Manish Dalwadi 6-Jul-15 3:37am View    
Sir,
i already mentioned above that for czech republic
which format i used ("MM dd, yy" (July 04, 2015))
and i am using datepicker in normal forms and also in gridview
for every cultures its works fine, and also works fine in czech republic except "july" month.
in july month which date i am trying to select, its displayed in textbox fine, but its not selected in datepicker and its only happened for july(cervenec) month. i am really sorry for badly explaination.
Manish Dalwadi 24-May-15 7:09am View    
thanks sir,