multiple conditions: <div ng-class = "{class1 : expression1, class2 : expression1}" > Hello World! </div> s...
Read More
Hi
How to bind DropDownList using dummy or user defined DataTable in ASP.Net with C#
protected void Page_Load( object sender, EventArgs e) { if (!IsPostBack) { Bind...
Read More
How to bind DropDownList from DataBase in ASP.NET with C#
Creating a table like this format create table tblCity ( Id int identity, City varchar(10) ) insert into tblCity va...
Read More
Solved error "The SMTP server requires a secure connection or the client was not authenticated. The server response was: 5.5.1 Authentication Required. Learn more at"
Add caption you have to enable Less Secure Sign-In in your google account. After sign into google account, go to: https:/...
Read More
Magic Tables and types of magic tables
Two types of merge tables 1. INSERTED 2. DELETED When we insert the record into the table, the magic table " INSERTED...
Read More
DATEFROMPARTS Function
Description: The DATEFROMPARTS function returns a date value for the specified year, month, and day. The syntax of the DATEFROMPARTS...
Read More
returns a value out of a list based on its index number using sql server
Choose() Function This function returns a value out of a list based on its index number. You can think of it as an array kind of thing. T...
Read More
IF condition in Sql Server
DECLARE @X INT; SET @X=50; DECLARE @Y INT; SET @Y=60; ...
Read More
Subscribe to:
Posts (Atom)