Master pages allow you to create a consistent look and behavior for all the pages (or group of pages) in your web application. A master page provides a template for…
What is Master Page in ASP.NET ?
Posted in Education, and WhoCodeFirst
Refreshing Technology
Posted in Education, and WhoCodeFirst
Master pages allow you to create a consistent look and behavior for all the pages (or group of pages) in your web application. A master page provides a template for…
Posted in Education, and WhoCodeFirst
Task1 Write a script to display the first three self-descriptive numbers. Solution say ‘1210, 2020, 21200’. On to the next task. Not so quickly 🙂 While the above would produce the…
Posted in Education, and WhoCodeFirst
Once you know you’ve got a server performance issue, how do you know what to fix? Here are some server performance issues that may be slowing down your server. Memory…
A few basic terms which help to understand git commands repository keeps all your project’s files, including commits and branches. branch is a copy of the repository holding the specific version. The…
Posted in Tutorials
Topic 11- Drag and Drop Any HTML element can be dragged and dropped irrespective of its native behavior.It is done by using the global attribute draggable i.e setting its value to true.Events…