In most of the cases when we deal with parameters in SSRS reports, we provide some default value to those parameter (which can be a textbox, a drop down list etc) so that when users browse the report first time, report shows results with that default value of the parameter. And after that user can [...]
Archive for March, 2009
How to set multiple values as Default Values for a multi-valued parameter (SSRS)
Posted in SQL Server, SSRS on March 19, 2009 | 33 Comments »
How to highlight the text of a text box & Set focus on it (ASP.Net)
Posted in .Net 2.0 on March 2, 2009 | 3 Comments »
Problem: Couple of days back, I had to put some text boxes on my web application. This was a registration form with User Name & Email address etc, to be provided by the use. Due to lack of space available on the page, I could not put labels/captions for these text boxes. But somehow user [...]