|
|
-
Robert Dennyson Liked 1 Years ago through What is New
This screenshot shows the use of "placeholder" attribute in a web page. Placeholder attribute can be used to show a default value in the input field. As soon as user types a character, it will disappear.
...
|
-
Robert Dennyson Posted 1 Years ago through Just Learned
The Dictionary(Of TKey, TValue) and ConcurrentDictionary(Of TKey, TValue) provides same functionality like Hashtable. But a Dictionary(Of TKey, TValue) of a specific type (other than Object) provides better performance than a Hashtable for value types. Thi
|
-
Robert Dennyson Learned 1 Years ago through Just Learned
The Dictionary(Of TKey, TValue) and ConcurrentDictionary(Of TKey, TValue) provides same functionality like Hashtable. But a Dictionary(Of TKey, TValue) of a specific type (other than Object) provides better performance than a Hashtable for value types. ...
|
-
Robert Dennyson Learned 1 Years ago through Just Learned
The Dictionary(Of TKey, TValue) and ConcurrentDictionary(Of TKey, TValue) provides same functionality like Hashtable. But a Dictionary(Of TKey, TValue) of a specific type (other than Object) provides better performance than a Hashtable for value types. ...
|
|
|
|
|
-
What is the difference between Formview,Gridview and detailsview?...
|
-
What is the difference between Formview,Gridview and detailsview?...
|
-
What is the difference between Formview,Gridview and detailsview?...
|
-
Robert Dennyson Liked 1 Years ago through Just Learned
Sometimes while writing a query, we might have the requirement of dynamic sorting, i.e. sorting based on different column based on certain conditions.
To do this often developers will use dynamic queries. Without resorting to Dynamic queries, we can w...
|