Don'tGuess Me
Don'tGuess Me
  • Видео 36
  • Просмотров 555
Part 115 Solving the problems of asp net composite custom calendar control
In this video we will talk about solving the problems like Hiding the calendar control, when the CustomCalendar control is first loaded
Displaying and hiding the calendar, when the image button is clicked
Populating the textbox control, with a date that is selected from the calendar
Retrieving the selected date from the CustomCalender control on a webform
Просмотров: 21

Видео

Part 114 Adding properties to composite custom controls
Просмотров 112 месяца назад
Define your own properties for the custom control. You can specify default editors and values to use when setting properties for custom controls inside XPages. You can also write scripts that determine when properties are visible and considered valid inside XPages.
Part 113 Adding composite custom controls to visual studio tool box
Просмотров 272 месяца назад
Composite controls are controls that are created by putting other controls together into one new control. In this video we will create a Custon Controls tab within tab we will keep our controls named as CustomCalendar
Part 112 Asp net custom server controls
Просмотров 42 месяца назад
Custom controls are deployed as individual assemblies. They are compiled into a Dynamic Link Library (DLL) and used as any other ASP.NET server control. They could be created in either of the following way: By deriving a custom control from an existing control.
Part 111 Navigating to a specific month and an year in an asp net calendar control
Просмотров 32 месяца назад
Today, I'm going to uncover the details on the introduction to C# MonthCalendar Control. It is referred as a graphical interface that is widely used to modify and set date information based on your requirements. It is slightly different than DateTimePicker control in which you can select range of dates. DateTimePicker allows you to set both date and time, however, MonthCalendar control gives yo...
Part 110 Loading controls dynamically in asp net
Просмотров 82 месяца назад
In addition to using Web Server controls in your ASP.NET web pages, you can create your own custom, reusable controls using the same techniques you use for creating ASP.NET web pages. These controls are called User Controls. A User Control is a kind of composite control that works much like an ASP.NET web page - you can add existing web server controls and markup to a User Control and define pr...
Part 109 Loading user controls dynamically
Просмотров 33 месяца назад
In this video we will learn how to load a user control dynamically in a page, I have CalendarUserControl control to be dynamically loaded, in addition to using Web Server controls in your ASP.NET web pages, you can create your own custom, reusable controls using the same techniques you use for creating ASP.NET web pages. These controls are called User Controls. A User Control is a kind of compo...
Part 108 Events and delegates in C#
Просмотров 93 месяца назад
Events are typically public class members. By comparison, delegates are often passed as parameters and stored as private class members, if they are stored at all. Key Differences Between Delegates and Events in C# Delegate is an object used as a function pointer to hold the reference of a method. On the other hand, events provide an abstraction to delegates. A keyword required to declare a dele...
Part 107 Consuming user control custom events
Просмотров 43 месяца назад
In this video we will learn consuming user control custom events, A User Control is a partial web page, created in the same way as any other web page in ASP.NET, except that it has an ASCX extension, and it can be embedded in your other ASPX pages. Server controls are controls that execute on the server and render markup to the browser.
Part 106 Raising custom events from user control
Просмотров 53 месяца назад
The difference between a user control and a custom control is that the user controls are built by the ASP.Net team, and they are used by default in all ASP.Net applications, while custom controls are created by developers, and they are used only in specific applications. A User Control is a partial web page, created in the same way as any other web page in ASP.NET, except that it has an. ASCX e...
Part 28 ASP NET Web API google authentication
Просмотров 275 месяцев назад
Google authentication provides a convenient and secure way for users to log into applications using their Google accounts. In this guide, we'll explore how to implement Google authentication in ASP.NET Web API project, allowing users to sign in using their Google credentials, Google Authentication, also known as Google Sign-In, is a mechanism that allows users to log in to third-party applicati...
Part 21 ASP NET Web API user registration
Просмотров 186 месяцев назад
When all the fields are provided and when the Register button is clicked, the new user details should be saved and a modal dialog should be displayed as shown below. To achieve this, add an HTML page to EmployeeService project. Name it Register. html.
Part 4 ASP NET Web API and SQL Server
Просмотров 176 месяцев назад
ASP.NET Web API is a robust framework for developing HTTP-enabled service APIs that expose services and data. It may be accessed by a wide range of clients, including browsers, mobile devices, desktop computers, and tablets. Because it is an HTTP service, it may reach many clients.
Part 99 Implementing Enable button to unlock user accounts
Просмотров 26 месяцев назад
In this video we are going to unlock the user account using a web page, the web page that lists all the locked user accounts. From this page, the helpdesk agent can unlock an account by simply clicking on a button control.
Part 98 Unlocking the locked user accounts using a web page
Просмотров 27 месяцев назад
If a user attempts to log on to his or her account unsuccessfully five times, the account becomes locked, and a lock icon appears as the user's status on the main User Administration page. In order for the user to access his or her account, an Account Owner or Account Administrator must unlock the account, but here we are using a web page to unlock the user account by using the 'Enable' button ...
Part 97 Changing password by providing current password
Просмотров 107 месяцев назад
Part 97 Changing password by providing current password
Part 96 Implementing change password page in asp net
Просмотров 777 месяцев назад
Part 96 Implementing change password page in asp net
Part 95 Implementing password reset link in asp net
Просмотров 168 месяцев назад
Part 95 Implementing password reset link in asp net
Part 94 Unlocking the locked user accounts.
Просмотров 68 месяцев назад
Part 94 Unlocking the locked user accounts.
Part 93 Forms authentication and locking user accounts.
Просмотров 178 месяцев назад
Part 93 Forms authentication and locking user accounts.
Part 91 Forms authentication in asp net and user registration
Просмотров 208 месяцев назад
Part 91 Forms authentication in asp net and user registration
Part 5 Difference between ViewState, SessionState and ApplicationState in asp net
Просмотров 129 месяцев назад
Part 5 Difference between ViewState, SessionState and ApplicationState in asp net
Part 4 Events in the life cycle of a web application
Просмотров 79 месяцев назад
Part 4 Events in the life cycle of a web application
Part 24 Self Hosting a WCF Service using Console Application
Просмотров 69 месяцев назад
Part 24 Self Hosting a WCF Service using Console Application
Part 3 What is viewstate in asp net
Просмотров 109 месяцев назад
Part 3 What is viewstate in asp net
Part 2 Known Types in WCF
Просмотров 59 месяцев назад
Part 2 Known Types in WCF
Part 1 DataContract & DataMember
Просмотров 279 месяцев назад
Part 1 DataContract & DataMember
Part 57 Opening new window using javascript in asp net
Просмотров 79 месяцев назад
Part 57 Opening new window using javascript in asp net
Part 59 QueryString in ASP NET
Просмотров 49 месяцев назад
Part 59 QueryString in ASP NET
Part 17 Strongly typed datasets
Просмотров 269 месяцев назад
Part 17 Strongly typed datasets

Комментарии

  • @deepakprabhu8235
    @deepakprabhu8235 7 месяцев назад

    Some videos are not present

    • @dontguessme3977
      @dontguessme3977 7 месяцев назад

      Don't worry they will be posted soon !!!☝☝☝

    • @deepakprabhu8235
      @deepakprabhu8235 7 месяцев назад

      @@dontguessme3977video is not in order that only

    • @dontguessme3977
      @dontguessme3977 7 месяцев назад

      @@deepakprabhu8235 But the videos are with their number !!!☝☝☝

  • @DeepakPrabhu-m6j
    @DeepakPrabhu-m6j 8 месяцев назад

    Why some videos are missing