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.
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...
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...
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...
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...
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...
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?
We developed a simple web service (.Net 2.0), authentication works fine when this service is called from an internal test client application - able to to get userid and password from the soap header and authenticate the user. However, when same service is called by a third party, the userid and...
I have a DataList that generates two columns:
<asp:DataList ID="myList" runat="server" DataKeyField="ID" RepeatColumns="2" RepeatDirection="Horizontal" RepeatLayout="flow" Width="100%">
The output looks like this:
Alaska [checkbox] Kentucky [checkbox]
Arizona [checkbox] Maine...
I have a subreport linked to the main report by a string parameter(which is parameter in a stored proc that is behind the report). When this parameter has a value (or empty string), the subreport runs fine as expected. However, when in the main report I set the value of the linked parameter to...
WinXP, IE6.0
I'm opening a pup up from the applpication, pointing the browser to a file on a local drive, but outside of IIS:
window.open("file:\\\\\\C:\\Documents\\Test.html");
Getting an "Access Denied" javascript error. Permissins to read on this file and all of its parent directories are...
CE 10. Is there any way to query a specific folder in the InfoStore (using CE Query language) by folder's name, not ID? For example, there is a folder called "Client Reports", I need to list all reports in it. Thanks!
CR 10. We have a login (Windows user) in SQL Server associated to a local Windows user domain/myuser, a myuser user is created accordingly in the database. Now, when I try to create a report and log on to the database with that user's crudentials, there is no success. The list of databases is...
CR v10. The report is based on a stored procedure that has several parameters in it. Trying to add default values to one of the parameters, only 3 out of 60+ show up in the drop down. When running the report I can see these "missing" values, which means they are in the recordset. Edited the...
Hi all,
Here is the deal: I have two tables, program and agent. The primary key program_id in program table is the foreigh key in agent table. I need to retrieve a list of agents by program, but it has to be a "flat" one. I.e., instead of:
Program Agent
1 Bill
1 Jo...
I guess, there was a topic on this forum, with a link to an article explaining how to use .Net Forms authentication with classic ASP; can somebody point me to it, I had no luck searching. Thanks guys!
I have this SQL statement:
SELECT
SUM([Time].HoursWorked) AS HoursWorked,
CASE
WHEN Role.Description='Billing Coordinator' OR Role.Description='Staff Accountant' OR Role.Description='Financial Analyst' THEN 'AT'
WHEN Role.Description='Creative Director' OR Role.Description='Creative...
I have a site that uses FormsAuthentication. I have a virtual directory on this site, that is configured as a vitrual application and has it's own Web.config file in it. What I'm trying to achive: once a user is authenticated on to the "main" site, if he clicks a link redirecting to a page...
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.