Skip to main content

All Questions

0 votes
1 answer
1k views

Using values selected by JQuery datepicker from code-behind

I am building an ASP.NET website, and in the aspx markup page i put in a JQuery datepicker. I also set default values, and on the FE side it looks ok, the text box is always populated with the ...
RevBlue's user avatar
0 votes
1 answer
244 views

datepicker not working on first load, jquery

I am working with datepicker jquery for 2 input "from" and "to" filter. I want to make it required if one of the filters (from/to) has been selected. And if the user doesn't want to use the date ...
Response's user avatar
0 votes
3 answers
10k views

Passing value from JQuery Datepicker to code behind

I am using JQuery Datepicker in my .aspx file. I need to use the date value in my code behind file. This is my function which I want to update a hidden value on my page which I can use in my code ...
Dawson's user avatar
  • 457
-1 votes
1 answer
69 views

IE stops executing JavaScript before calling handler using clientscript.registerstartup

ClientScript.RegisterStartupScript(this.GetType(), "load", "HideProgress ();window.location.href='DownloadFile.ashx';", true); Handler file: public class DownloadFile : IHttpHandler, System.Web....
Rakesh sharma Pitchai's user avatar
0 votes
1 answer
5k views

JavaScript runtime error: Object doesn't support property or method 'replace' in jquery-ui.js

I have below methods in my Controller [HttpPost] public ActionResult GetEventsForMonth(int month, int year) { var events = new ListWithDuplicates(); Dictionary<string, string> eventsnew ...
Guruprasad J Rao's user avatar
3 votes
5 answers
7k views

How I can use JQuery Datepicker with a Icon and a Format in ASP.NET

I want to use jQuery for my Textbox. I want use the Datepicker with the format yyyy-mm-dd and with an Icon. <script> $( "#txtVon" ).datepicker({ showOn: "button", ...
Tarasov's user avatar
  • 3,695