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, […]
Author: Mandeep Singh
How To Change IDES Logo To Company Logo

How To Change IDES Logo To Company Logo In this tutorial, I will explain How To Change IDES Logo To Company Logo. Steps to change the default SAP IMAGE on the right-hand column of the screen:- 1. Run Transaction code – SMW0 2. Select Binary data for WebRFC application, Hit Enter, Click Execute. 3. Click Settings […]
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 […]
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 […]