Knowledge Base

Snippets

07
GO to OUTLOOK 1) Navigate to File >> Options >> Advanced >> scroll down to the send/receive heading >> click on the send/...

[Read the rest of this article...]

23
String = "MyWord,AnotherWord,TheEnd" String = Regex.Replace(String, "(?<=,)(?!\\s)", " "); Value of the string is now . . . . . String = "...

[Read the rest of this article...]

Regex
Posted in: C Sharp - C#
07
The Search Skin Object has 3 important attributes:   Attribute Values Defaul...

[Read the rest of this article...]

Skin Object
Posted in: DNN, Skin Objects
16
Enter the following MX records. You may not be able to enter the priority value exactly as it appears in the table below—if you can, make sure ...

[Read the rest of this article...]

E-Mail
Posted in: E-Mail
14
string htmlHeaderTags = null; LiteralControl htmlHeaderCtrl = new LiteralControl(); htmlHeaderTags = "<base target=\"_self\">"; htmlHeaderCtr...

[Read the rest of this article...]

06
Converting a textbox money field value ($1,250.00) to a double value . . . double MyDoubleValue = double.Parse(txtMoneyAmount.Text, NumberStyles.Cur...

[Read the rest of this article...]

double.Parse, money
Page 20 of 53First   Previous   15  16  17  18  19  [20]  21  22  23  24  Next   Last