Wednesday, April 17, 2024

VBCS - task6 - add a page to create departments using add create page quick start

 Here, we will add a page to create departments using add create page quick start.

Main-start >> add create page on quick start >> select required fields like department anf location >> Finish >> it will create new page and click on live and test the create and display pages.









No comments:

Post a Comment

Featured Post

OIC - OCI Java function code for RSA Encryption and Decryption

Function Java code: package com.test.fn; import java.security.*; import java.security.spec.*; import java.util.Base64; import javax.crypto.C...