Ajax Calender Extender



CalendarExtender is an asp.net ajax toolkit extender control. CalendarExtender can be attached to be any asp.net TextBox web server control. CalendarExtender allow us to client side date picking functionality. this calendar control provide us a customizable date format and user interface. user can click any day from calendar to select a date or simply can click the today date link to select the current date. 

calendar left and right arrows allow us to navigate between months. calendar title link provide us a way to change the view of calendar such as days in the current month, months in current year, years in the current decade. this feature is great to quickly jump any date in the past or future in calendar. 

CalendarExtender control have the following built in properties those are TargetControlID, CssClass, Format, PopupButtonID, PopupPosition, SelectedDate, StartDate and EndDate. 

CalendarExtender TargetControlID property value specify the TextBox server control which we want to extend as an ajax calendar control. Format property allow us to apply various date formatting to display calendar selected date. 

we can use an Image server control to display as a calendar icon near TextBox. we just need to set the PopupButtonID property value to that Image control ID. when user click the image, then the calendar will pop up. if we does not set PopupButtonID property value then calendar will pop up only when TextBox control receive focus. 

CalendarExtender SelectedDate property value indicate calendar initializing date. StartDate and EndDate property specify the available start and end range of date selection. 

CalendarExtender have a default css collection. but we can customize the default look and feel of calendarExtender using its CssClass property. this property override the default css style of CalendarExtender. 

CalendarExtender have many css classes that we can customize such as ajax__calendar_container, ajax__calendar_header, ajax__calendar_title, ajax_calendar_body, ajax__calendar_days, ajax__calendar_dayname, ajax_calendar_months, ajax__calendar_years, ajax__calendar_today, ajax__calendar_hover, ajax_calendar_active etc. 

those css classes can override the calendar default hover effect, title styles, day names styles, year design, month names look and feel and many more.


Asp. Net Interview Questions

Definition of Disco:  




The web service discovery tools also called Disco is used for discovering the URL of XML Web Services  located on webserver and saves documents related to each XML file to local disk

Entity Framework



Entity Framework







The Microsoft ADO.NET Entity Framework is an Object/Relational Mapping (ORM) framework that enables developers to work with relational data as domain-specific objects, eliminating the need for most of the data access plumbing code that developers usually need to write. Using the Entity Framework, developers issue queries using LINQ, then retrieve and manipulate data as strongly typed objects. The Entity Framework's ORM implementation provides services like change tracking, identity resolution, lazy loading, and query translation so that developers can focus on their application-specific business logic rather than the data access fundamentals



Click Here For Entity Framework