|
|
-
Yogesh Kamble Liked 1 Years ago through Just Learned
While working on my recent project I need to avoid CASE WHEN in few cases so, I derived an alternate way and in this post I am going to demonstrate that.
To execute the demonstration, take a look at the following example.
SELECT CustomerName,Ad...
|
-
Yogesh Kamble knew 1 Years ago through Just Learned
While working on my recent project I need to avoid CASE WHEN in few cases so, I derived an alternate way and in this post I am going to demonstrate that.
To execute the demonstration, take a look at the following example.
SELECT CustomerName,Ad...
|
-
Yogesh Kamble Commented 1 Years ago through Just Learned
Hi,
Even we can directly use following line for gridview databinder
**((Convert.ToString(Eval("Address")).Trim() == "")? "--Not Available--":Eval("Address"))**...
|
-
Yogesh Kamble Commented 1 Years ago through Just Learned
Hi,
Even we can directly use following line for gridview databinder
**((Convert.ToString(Eval("Address")).Trim() == "")? "--Not Available--":Eval("Address"))**...
|
-
Yogesh Kamble knew 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. ...
|
-
Yogesh Kamble knew 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. ...
|
-
Yogesh Kamble Liked 1 Years ago through Just Learned
Though I know viewstate is vulnerable to security as it reveals sensitive information, I always thought that its reasonably difficult to decode. But i found that decoding viewstate is very much simpler. ASP.NET has a class "LosFormatter", by using which...
|
-
Yogesh Kamble Learned 1 Years ago through Just Learned
Though I know viewstate is vulnerable to security as it reveals sensitive information, I always thought that its reasonably difficult to decode. But i found that decoding viewstate is very much simpler. ASP.NET has a class "LosFormatter", by using which...
|
-
Yogesh Kamble Liked 1 Years ago through Just Learned
Though I know viewstate is vulnerable to security as it reveals sensitive information, I always thought that its reasonably difficult to decode. But i found that decoding viewstate is very much simpler. ASP.NET has a class "LosFormatter", by using which...
|
-
Yogesh Kamble Learned 1 Years ago through Just Learned
Though I know viewstate is vulnerable to security as it reveals sensitive information, I always thought that its reasonably difficult to decode. But i found that decoding viewstate is very much simpler. ASP.NET has a class "LosFormatter", by using which...
|