Categories
Iphone-iOS

How To Set Ringtones for Specific Contacts In iOS

How To Set Ringtones for Specific Contacts In iOS In this tutorial we will learn How To Set Ringtones for Specific Contacts In iOS.By default, all contacts on your phone will be assigned same ringtone, and you have to pull your phone out to see who is calling. By this feature we can set different ringtones […]

Categories
SAP

How To Assign Role To User In SAP

How To Assign Role To User In SAP In this tutorial we will learn How To Assign Role To User In SAP. User has been already created, To learn how to create user in sap follow this article. Role is also created earlier, you can read here about How to create single role in sap. 1. Run […]

Categories
SAP

How To Create Single Role In SAP

How To Create Single Role In SAP In this tutorial we will learn How To Create Single Role In SAP. As part of Basis jobs is to maintain SAP Security and Authorization, that’s why you need to know about SAP Role Administration. 1. From SAP Menu -> Tools -> Administration -> User Maintenance -> Role Administration, or call transaction code PFCG directly. 2. Enter your […]

Categories
Asp, Asp.net

How To Store GridView Data In SQL Server Database Row By Row Basis

How To Store GridView Data In SQL Server Database Row By Row Basis In this tutorial we will learn Gridview Rows Store In Database Rows or how to store gridview data in SQL Server database row by row basis. Design View: <div> <table> <asp:Panel ID="panelgrid" runat="server" BackColor="White" BorderStyle="None"> <tr><td colspan="5"> <asp:GridView ID="GridView1" runat="server" AllowPaging="true" HeaderStyle-ForeColor="white" AutoGenerateColumns="false" […]