Knowledge Base

Snippets

24
Area code with dashes, 1 and + sign <a href="tel:+1-555-555-1212">555-555-1212</a> Hyperlink Phone Number
Posted in: Web Design
24
protected override void OnInit(EventArgs e) { base.OnInit(e); JavaScript.RequestRegistration(CommonJs....

[Read the rest of this article...]

14
UPDATE UserPortals SET IsDeleted = 1 WHERE (UserId > 5) SQL Script
Posted in: DNN
12
COALESCE (Transact-SQL)
12
/*stop fading on hover in edit mode*/ .dnnEditState .DnnModule { opacity: 1.0; }
22
Server.MapPath specifies the relative or virtual path to map to a physical directory. Server.MapPath(".") returns the current physica...

[Read the rest of this article...]

Posted in: C Sharp - C#
Page 16 of 53First   Previous   11  12  13  14  15  [16]  17  18  19  20  Next   Last