To get the Table Cell or Text Box value in SSRS you can do like this:
ReportItems![Text Box name].Value
Note: replace the [Text Box name] with the name of Text Box you want to access.
To get the Table Cell or Text Box value in SSRS you can do like this:
ReportItems![Text Box name].Value
Note: replace the [Text Box name] with the name of Text Box you want to access.
Changing default browser used in debugging ASP.NET MVC 2 is a bit tricky in Visual Studio 2010. To use ScottGu’s steps, you will need to add new ASPX page first. But unfortunately if you delete the page then close the application, anytime you rerun the application then the change you did will lost (it backs to use the default browser set in OS).
In my case I have Firefox set as my default browser but I need to use Internet Explorer as default browser for debugging. The trick I do is by doing these:
(click to view the image in original size)
Make donation to this article:
I must admit that the ASP.NET MVC team is so consistent in developing ASP.NET MVC framework to be better and better. Just few months after the release of ASP.NET MVC 2, now the Preview 1 of ASP.NET MVC 3 has been released.
Yes, Preview 1 maybe not interesting for some of you but it’s a good time to evaluate the framework and provides feedbacks. Tell them what you like and don’t like, this is a good time for it.
To download ASP.NET MVC 3 Preview 1 release please visit:
http://go.microsoft.com/fwlink/?LinkID=157073
New features delivered in this Preview 1 are:
The following Scott Guthrie’s blog post will guide you to get an overview of those features:
http://weblogs.asp.net/scottgu/archive/2010/07/27/introducing-asp-net-mvc-3-preview-1.aspx
And, yup I said feedback to them. You can use ASP.NET MVC forum to post any feedback you have.