Tagged Questions
4
votes
5answers
6k views
How do I set a textbox to multi-line in SSRS?
I have a report with many fields that I'm trying to get down to 1 page horizontally (I don't care whether it's 2 or 200 pages vertically... just don't want to have to deal with 2 pages wide by x pages ...
1
vote
1answer
552 views
Using Jquery in UserControl with MasterPage
I can't seem to get Javascript to work on my usercontrol. All I want to do is count the characters in a mulitline textbox (which adds another level of complexity). I want to count the characters and ...