Jump to content

.net Issue


Recommended Posts

Posted

Uncaught TypeError: Cannot read property 'txtFromDate' of undefined 

 

calender page pop up lo date click cheste parent page lo date populate avvatledhu...

 

i can use other alternatives but idi enduku ravatledhu ani telsukundam ani.,

 

working in iis 6 and 7

 

but not in iis 8.5, win server 2012 ( same code nothing changed) and its for every browser

 

emanna changes unte pls suggest.

Posted

Oka sari issue chudali bhayya .. developer tools use chesava browser nunchi .. 

Posted

firebug lo lo choosthe ila ostundi...

 

Uncaught TypeError: Cannot read property 'txtToDate' of undefined (anonymous function)

Posted

actually code lo undhi

 

 

private void Calendar1_DayRender(object sender, System.Web.UI.WebControls.DayRenderEventArgs e)

 
{
// Clear the link from this day
 
e.Cell.Controls.Clear();
 
 
// Add the custom link
 
System.Web.UI.HtmlControls.HtmlGenericControl Link = new System.Web.UI.HtmlControls.HtmlGenericControl();
 
Link.TagName = "a";
 
Link.InnerText = e.Day.DayNumberText;
 
Link.Attributes.Add("href", String.Format("JavaScript:window.opener.document.{0}.value = \'{1:d}\'; window.close();", Request.QueryString["field"], e.Day.Date));
 
           
// By default, this will highlight today's date.
 
if(e.Day.IsSelected)
{
Link.Attributes.Add("style", this.Calendar1.SelectedDayStyle.ToString());
}
 
// Now add our custom link to the page
 
e.Cell.Controls.Add(Link);
}

 

Posted

Serverside control...kaani using javascript im popping up in a new window..

 

 

Posted

when i try to add ajaxtool kit via NuGET ee error ostundi...

 

 

Attempting to resolve dependency 'AjaxMin (≥ 4.97.4951.28483)'.
Attempting to resolve dependency 'HtmlAgilityPack (≥ 1.4.6)'.
File contains corrupted data.
×
×
  • Create New...