I have a complex type property on my ViewModel. This property is not bound to any control on the View; however, when the ViewModel is posted back to the controller, I still need a handle to this property. Currently is coming back as null, and I'm wondering what would be the best way to persist...
I'm trying to supperss the left and right padding on the chart and don't seem to find a respective property on neither chart area nor chart itself. Would appreciate the tip.
Thanks for the reply and provided link. This behaivior seems kind of strange, I would still expect a group to aggregate on its filtered subset, not the entire report dataset, but oh well. I ended up modifying the MDX query to return the top N and agregated "others" records. Seemed like a cleaner...
I have a report that has two groups, first is filtered by top 20 values, and second is filtered by bottom N on count(idField, "dataset") - 20 - in other wordsm, the rest of the dataset fields. The data displays as expected, however, adding total sum on both groups displays total for the entire...
Jason,
Thanks for the reply. The textchanged handler makes a web service call and fires an event that the parent page subscribes to, to pass some info to it and works just fine when I make a text change and tab out of it. When the button is clicked immidiately after changing text in the box...
I have a user control with text box and button, both wrapped into an UpdatePanel. The text box has AutoPostBack=true and OnTextChanged handler in the code behind. When the text in the text box is changed and then the button is clicked, the TextChanged handler will execute but Click event on the...
Thanks Colin, I thought so - since the client cookie is looked up to detect authentication, it shouldn't depend on what server it goes to. Thanks for the confirmation!
I was wondering if thre is a down side (if poissible at all) in usirelying pn Context object in a web farm environment. In the current application hosted on a single web server, a pretty standard techique is used inside of the Application_AuthenticateRequest handler of an HTTP module to recreate...
Hey Colin,
Good hearing from you! I just figured that this is the Casini vs. IIS issue by configuring the web site in IIS and simply running it. Your explanation makes perfect sense, as usual. Thanks man!
ASP .Net 2.0 web application, one simple Default.aspx page with one image button in it:
<asp:ImageButton ID="imb" runat="server" ImageUrl="~/images/myImage.gif" />
Strange thing happens; in Global.asax, the Application_AuthenticateRequest fires twice when the page loads: first time with...
Hey Colin,
Same place to meet, huh? Yes, I ended up with runing an XSL transform on the XML before deserializing in order not render elements that correspond to the nullable properties in the class - that seems to be the only way.
I know it's a known issue, and the solution is to change ptoperty type to string. I would hate to do that and hopefully someone knows a workaround. Trying to derserialize an XML to a class that has a nullable DateTime property. It's all good when the xml doesn't contain a corresponding element...
vbkris, thanks for the reply. Apparently, the calling client had to apply code changes to their code to account for rpc vs. document style and the problem was solved.
We have a Web Service developed in ASP .Net 2.0; apparently, it doesn't emit style="document" on the binding transport node of the WSDL. Is there any way to force ASP .Net to emit this attribute?
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.