|
|
-
Pronojit Roy Liked 1 Years ago through Just Learned | 1 Point
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...
|
-
Pronojit Roy Liked 1 Years ago through Just Learned | 1 Point
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...
|
-
Pronojit Roy Liked 1 Years ago through Just Learned | 1 Point
Recently i started to learn HTML 5, In which i found an interesting attribute "Placeholder", which can be used to show sample values for controls in web page. When the page loads, controls will have the value specified in "Placeholder" attribute. As soo...
|
-
Pronojit Roy Liked 1 Years ago through Just Learned | 1 Point
Recently i started to learn HTML 5, In which i found an interesting attribute "Placeholder", which can be used to show sample values for controls in web page. When the page loads, controls will have the value specified in "Placeholder" attribute. As soo...
|
-
Pronojit Roy Learned 1 Years ago through Just Learned | 1 Point
Recently i started to learn HTML 5, In which i found an interesting attribute "Placeholder", which can be used to show sample values for controls in web page. When the page loads, controls will have the value specified in "Placeholder" attribute. As soo...
|
-
Pronojit Roy Learned 1 Years ago through Just Learned | 1 Point
Recently i started to learn HTML 5, In which i found an interesting attribute "Placeholder", which can be used to show sample values for controls in web page. When the page loads, controls will have the value specified in "Placeholder" attribute. As soo...
|
-
Pronojit Roy knew 1 Years ago through Just Learned | 1 Point
Often in web applications, while displaying some data, we often pad data with some characters for uniform look. Suppose, to display dates in a combo box, we might want to display them as 00,01,02...30. Similarly in a numeric box with range 1 to 100, we...
|
-
Pronojit Roy knew 1 Years ago through Just Learned | 1 Point
Often in web applications, while displaying some data, we often pad data with some characters for uniform look. Suppose, to display dates in a combo box, we might want to display them as 00,01,02...30. Similarly in a numeric box with range 1 to 100, we...
|
-
Pronojit Roy knew 1 Years ago through Just Learned | 1 Point
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...
|
-
Pronojit Roy knew 1 Years ago through Just Learned | 1 Point
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...
|