Categories
Asp, Asp.net

How To Check Website URL Exists Or Not Using C#

How To Check Website URL Exists Or Not Using C# In this tutorial we will explain How To Check Website URL Exists Or Not Using C#.Sometime during registration we require website URL or web address, to check that URL or web address is correct this tip is very useful. Code: using System.Net; protected void btnwebStatus_Click(object sender, […]

Categories
Asp, Asp.net

What is the Difference Between RegisterStartupScript() Method and RegisterClientScriptBlock() Method?

What is the Difference Between RegisterStartupScript() Method and RegisterClientScriptBlock() Method? Both, RegisterStartupScript() method and RegisterClientScriptBlock() method will inject Javascript code that will fire during start up of subsequent postback. The RegisterClientScriptBlock method inserts the client-side script immediately below the opening tag of the Page object’s element. The code cannot access any of the form’s elements […]

Categories
SAP

How to Create User in SAP

How to Create User in SAP In this tutorial we will learn How to Create User in SAP. 1. Execute SU01 Tcode. 2. Enter username and press CREATE (notepad). 3. Enter necessary details such as Firstname and Lastname. 4. Click on Logon Data Tab and enter password a password. eg: india123 5. Click Save (floppy disk icon). Now you […]