
Search In
Using addAttribute method we can add different colors to a string for certain range of characters in that string.
Label.text = @"Ashish";
NSMutableAttributedString *text = [[NSMutableAttributedString alloc] initWithAttributedString: Label.attrib
CSS offers you a variety of ways to specify the color you want for an element, such as: font color, borders, backgrounds etc. Plus with CSS3 you can also specify an opacity level for your colors, when using the RGBA or HSLA color format, more on this
Inline styles have the highest priority of all CSS. In general, I would recommend you avoid using them and place your CSS declarations in external files. However, you may not have that luxury if you are working on a legacy system or do not have direc
viagra lowest price saved me big control, as it was getting too embarrassing to ejaculate too early. price viagra came as a miracle stimulant to me, as once in a blue moon I can minimize championing yearn and do not own to annoyance upon viagra 100mg
"ViewData vs ViewBag vs TempData vs Session"
There are following four ways to pass data from controller to view in Asp .Net MVC:-
ViewData
ViewBag
TempData
Session
Overview:
Let us see them in more detail:
ViewData:
It is a dicti
Introduction of HTML5 Placeholder
HTML5 is one of the great inventions for web world. HTML5 introduce many new and important attributes, some are HTML based and some are through JavaScript API form. HTML5 Input “Placeholder” is one of th
pre{padding:4px;border-radius:0px;}
Hi all,
Selector are the basic component in the CSS. Here's a definition of the selector from W3C documentation -
A Selector represents a structure. This structure can be used as a condition (e.g. in a CSS rule
"How to make validations in Model Class using Asp.Net MVC "
In this article we will learn about validating Model using Data Annotations . Data Annotations provides us Metadata that describes some set of rules, with the help
jQuery.each method is basically used to loop through every element of both objects and arrays.It is very useful for iterating the elements.
The $.each() method is important because it can be used to iterate over any collection. The syntax for it is
What does array_rand() function in php.?
The array_rand() function returns a random key from an array, or it returns an array of random keys if you specify that the function should return more than one key.
Syntax of array_rand() function:array_ran