Skip to content
Webner Logo
  • Blog Home
  • Categories
    • Web Development
    • Salesforce
    • Big Data
    • Cloud
    • Database
    • PHP Frameworks
    • eLearning
    • Insurance
    • Java Frameworks
    • Linux, Windows, Mac
    • Mobile
    • Others (General)
    • Others (Technical)
    • Software Testing
    • Zoho
  • About Us
  • Contact Us
  • StudySection

Webner Blogs – eLearning, Salesforce, Web Development & More

Category: Web Development

April 5, 2021 Web Development

How to Apply custom pagination using devextreme

April 5, 2021 Web Development
Post Views: 6,201
| By Webner

The devextreme already provides pagination features as we can see in the above image. If we want to go directly to page 155, we can go to that specific page by clicking on the page to page. This is a

Read More
April 1, 2021 Web Development

How “this” is used in callback function in javascript

April 1, 2021 Web Development
Post Views: 3,617
| By Webner

The “this” keyword of JavaScript causes confusion for people, who start to use Javascript language and mainly for those who start after using the other languages. Here the main question is how to use “this” in the right way in

Read More
March 30, 2021 Web Development

Mvc c# : Exclude Enum values from DropDownListFor Html helper on .cshtml Page

March 30, 2021 Web Development
Post Views: 6,468
| By Webner

Suppose we have some enum type in c# as follows : enum Performance { None=-1, Dissatisfied=0, Below Average=1, Average =2, Good = 3, Excellent=4, } Consider some employee model with a given enum type property. public class EmployeePerformance{ public int

Read More
March 25, 2021 Web Development

Blazor in .NET

March 25, 2021 Web Development
Post Views: 2,938
| By Webner

Blazor is a new DOT NET web framework for building client applications using C # / Razor and HTML-enabled browser with WebAssembly. It can simplify the process of building a single-page program (SPA) and at the same time enable full

Read More
March 19, 2021 Web Development

HTMLCollection and NodeList

March 19, 2021 Web Development
Post Views: 4,347
| By Webner

HTMLCollection: HtmlCollection is a collection of HTML elements from DOM. it is access by the name,id or index number. It use getElementByClassName, getElemenrtByTagName in NodeList. It uses three Methods: HTMLCollection Item() Method HTMLCollection length() Method HTMLCollection namedItem() Method Html Collection

Read More
March 4, 2021 Web Development

Git-Hub Project Management

March 4, 2021 Web Development
Post Views: 2,155
| By Webner

Step 1: First, create a. It’s a repository, not a project. You need to create a project using the project Menu. I will move on to the project later. First, I am discussing creating issues. Step 2: Go to the

Read More
February 16, 2021 Cloud / Web Development

Edit Office Documents online in web application using Office365 OneDrive APIs

February 16, 2021 Cloud / Web Development
Post Views: 6,642
| By Webner

This post is about editing office documents online in a web application interface for users. In this, you will require an office 365 license to use Microsoft graph APIs to edit documents through Onedrive. To edit MS Word documents online,

Read More
February 1, 2021 Web Development

Diagnostics in the C# Programming

February 1, 2021 Web Development
Post Views: 7,085
| By Webner

The System. Diagnostics namespace provides a process class which has some method to run external .exe or another application into a C#. This also enables you to debug and trace code; start, stop, and kill processes; monitor system performance; and

Read More
January 22, 2021 Web Development

Exceptions in C#

January 22, 2021 Web Development
Post Views: 2,775
| By Webner

An exception is an unexpected or unwanted event that occurs when a program is executed i.e at runtime, that disrupts the normal flow of the program’s instructions. Sometimes while executing the program, a user might face the possibility that the

Read More

Posts pagination

«Previous Posts 1 … 10 11 12 13 14 … 106 Next Posts»

Google ad

Copyright 2022 - 2023 | Webner Blog by Webner Solutions Pvt Ltd. | All Rights Reserved.
MENU
  • Blog Home
  • Categories
    • Web Development
    • Salesforce
    • Big Data
    • Cloud
    • Database
    • PHP Frameworks
    • eLearning
    • Insurance
    • Java Frameworks
    • Linux, Windows, Mac
    • Mobile
    • Others (General)
    • Others (Technical)
    • Software Testing
    • Zoho
  • About Us
  • Contact Us
  • StudySection