I had this question before "Resize image on the fly make the image lose quality online but locally works nice"
And what i got now is that it's not a problem of local or online, i ran this resize on the server itself "dedicated server", and i got the same bad quality image, so the problem is in the IIS configurations.
What in iis can ma...
I have a post-only action that has a different route. In my form, I need to post to it, but also keep the querystring values I currently have.
Initial response: /my/first/path/?val1=hello
Needs to post to: /my/other/path/?val1=hello
It seems when I specify a route, it of course only returns the route and doesn't append the querystrin...
With the ReportViewer control, is it possible to apply predefined style (from css) across multiple reports?
For example, I would like anchor links to look the same across different reports on different pages. Specifying their cssClass property doesn't seem to work because peeking into the generated html, the inline style (which is so bu...
Hi,
I'm using the following step by step guide to connect to Facebook Connect:
http://msdn.microsoft.com/en-us/windows/ee702803.aspx
However I have a problem at the 'Authentication and Initiating a Session' stage.
When I go through the steps, I click on 'Connect' in my browser, which opens a popup, where I login to Facebook and 'Allo...
I have a url that I would like to put into my web.config file.
http://google.com?parcel&bob&&smith
I imagine that the .net run time is upset with the ampersand's so i encoded them to be
&.
http://google.com?parcel&ampbob&amp&ampsmith
This also doesn't work. Any ideas would be great, if you could supply a l...
I've been consistently having a problem where changes I make to my web form or code-behind doesn't get recognized by the debugger until I quit visual studio and delete the "root" folder located in C:\WINDOWS\Microsoft.NET\Framework\v2.0.50727\Temporary ASP.NET Files.
It's very cumbersome and greatly decreases my productivity. Any help...
What are the differences in these tags?
<%
<%#
<%=
<%$
More importantly, how do I display a page property using declarative syntax in an ASP.NET control? I'm trying to do this in an ASP.NET control. The task is to set the text of a label but I do not want to do this pro grammatically in the event I want to change the output control. I ...
Is it possible to control the behaviour of ASP.NET when the Session has expired? It seems that the default behaviour is sending the user to the website root. The desired effect would be to send the user to a custom "Session Expired" page.
To clarify, it's the SessionState that's expiring (set the timeout to 1 minute to quickly test it):...
I just switched from Classic Mode to Integrated Mode and now HttpContext doesn't seem to exist in my ASP.NET application. I can't even add a Watch to HttpContext nor to HttpContext.Current.
I'm using FluorineFX where in the Web.config a HttpModule is defined. Apparently, in IIS7 Integrated Mode, these HttpModules need to be added to the...
I currently have a control that called MyGridview that inherits Gridview. It has a paging template within it for customized paging options, and I'm at the point where I want to cache the initial datasource for better performance.
I haven't done this in a long time, so perhaps there is a different solution these days with the newer fram...
Over 6 years ago I did visual basic programming. I used VB6 for an editor. I did it for a semester in college, and I didnt make a good grade. Since then I have been doing other things in life. However I was asked at work to create a web application. I am creating my application in vb.net 2003. I began desigining the interface of the web ...
I've created a small class library to asynchronously call a WebService(Fire and Forget. I don't need the result).
In a Windows Form application, the XXXAsync() method works fine. But, in a Web Application, the process is locked until the XXXCompleted event is fire.
My problem is: I tried to create a Delegate and use the Begin/EndInvok...
I need to set a select back to it's default value after it's been changed based on certain conditions. Any ideas?
...
I know about Always vs. Conditional, I just need to know exactly which update panel's data needs to be refreshed (not taken from app tier cache) on the serverside.
...
Hello,
I'd like to know if there is a way to tell if the RadToolBarButton "Filter" is checked or not using JS.
<telerik:RadToolBar ID="SelectionToolBar" runat="server" OnButtonClick="SelectionToolBar_Click" OnClientButtonClicking="clientButtonClicking">
<Items>
<telerik:RadToolBarButton Value="Flagged" ...
hi ..
i want to use repeater as a 5x5 grid ..
i have a record of 25 five column i want to display 5 in row and i need 5 column like can anyone tell me what should i do for
thanks in advance
...
Hi all,
i'm building a web application with asp.net c# and i have a class that i want to use in multiple pages witouth instantiate it every time. I need to load the data in it and never lose them during the user session time. I thought about the singleton-pattern but it shared the instance of the class beetween browsers. How can i solve ...
The story is this, I have a large Classic ASP website that has now been re-written in PHP and moved to a new server (Rackspace Cloudsites). I need to redirect all of the old ranking ASP pages to their new PHP counterparts (not always the same name so simple .asp -> .php rewrite will not work). I have followed this article as I was told t...
I currently have two requirements of the AJAX Calendar Extender, one simple and one complex. I would like to solve the simple scenario, and if the complex scenario can't be feasibly solved, then the workaround that I have is acceptable.
Simple Scenario:
I really only want to show the Year/Month Selector of the calendar control
When th...
Is there any solutions that "increases power of a single machine" instead of traffic distribution between different hosts.
I mean the following schema:
"Central server" receives all requests and for its execution it provide "a copy of shared memory" to different hosts.
Thanks a lot.
P.S. I need that for .NET based web application.
...