Pages
(Move to ...)
Assignment
Synopsis
C
Graphics
Compiler
C#
DCN
DBMS
Discrete Math
DS
IT Fun
Java
Json
NIELIT
Notes
Office
OOPS
OS
PHP
Project
Phython
Question
SSAD
Web
UGC Net
VB
ASP
▼
Monday, 26 August 2024
Enum C#
›
public enum BranchCode { Branch1=1, Branch2, Branch3 } Console.Write((( int )BranchCode.Branch2)...
Sunday, 30 June 2024
Fill date in input type date using javascript
›
< input type ="date" name ="DOB" id ="dob" placeholder ="Date of Birth " > Input type d...
Thursday, 27 June 2024
Install Let's Encrypt SSL into Godaddy shared Linux hosting
›
Let's Encrypt provide free SSL certificate. Mostly Hosting service provider automatically install Let's Encrypt SSL but some hosti...
Thursday, 18 April 2024
Form Control Post C# ASP.Net MVC
›
Form Post is a simple process to submit data to the server. C# works the same as other languages like PHP works. Problems arise with the ra...
‹
›
Home
View web version