asp

how to detect javascript enabled from classic asp page without redirecting one page to other page

how to detect javascript enabled from classic asp page without redirecting one page to other page ...

Request to Asp page misses if called very fast

Hi, I have a website with is made in classic asp. On one page there are 5 textboxes and 5 labels. When users type some value in the textbox then using javascript (added on Onchange event) another asp page is called which done some calculations, fetches some database values based on the value typed and return the result to caller page to...

Using wordpress as landing page that works with silverlight back end

I am web developer working on a wordpress landing page that will lead the user into an all silverlight page. Now my programmer says this can't be done and it's not supported php conflicts with silverlight/asp and so on. My web address will be www.maddog.net... I need the wordpress and silverlight portions of the website to reside in the...

PNG won't display in classic asp site

I've got an ASP page and try to show the FF logo image on it and it won't display. It won't even show if I copy it local; only seems to be this particular PNG file: <p><img src="http://sfx-images.mozilla.org/firefox/3.6/468x60_orange.png" alt="Spread Firefox Affiliate Button" /></p> Page URL: https://english.ttu.edu/fyc/testpng.a...

How do I force an ASP web application to refresh itself?

I've made some changes to a query that an ASP page uses, and now I need to see if those changes did what I expect. But, the dumb app won't refresh itself, and I don't know how to force it. I cleared my browser history (IE 8). What else is there? I'm pretty sure it is classic ASP, not something from this millenia like ASP.Net ...

Server Word automation permissions (some answers and some questions)

Hello, I am attempting to use word automation to count the number of pages in a word document. So far i have faced these errors: Retrieving the COM class factory for component with CLSID {000209FF-0000-0000-C000-000000000046} failed due to the following error: 80070005. Word stuck when opening a document. My resolution at the moment...

MVC Validating Strongly Typed Views

I have following ViewModel: public IEnumerable<SelectListItem> SelectAdminsInGroup { get; set; } public IEnumerable<SelectListItem> SelectAdminsNotInGroup { get; set; } public model.Admin Admin { get; set; } Admin class: [PropertiesMustMatchAttribute("Password","ConfirmPassword")] public class Admin { public ...

ODBC Drivers error '8007000E'. Not enough space on temporary disk.

Hello, I have a website in ASP + MS Access, and sometimes I get this error for several hours, then it starts working, and later I get the same error again. Microsoft OLE DB Provider for ODBC Drivers error '8007000E' [Microsoft][ODBC Microsoft Access Driver] Not enough space on temporary disk. I have seen that everytime I get this err...

ASP.net dateADD help

Hey all, i have the following code to populate a dropdown to coinside with a companies 2008-2010 calander year. This is the output: 2008 Period 1: 11/30/2008 - 12/27/2008 2008 Period 2: 12/28/2008 - 1/24/2009 2009 Period 3: 1/25/2009 - 2/21/2009 2009 Period 4: 2/22/2009 - 3/21/2009 2009 Period 5: 3/22/2009 - 4/18/2009 2009 Period ...

How to debug Python inside a WSC

Hi All, We're programming classic ASP for a big (legacy) web application. This works quite well using WSC (Windows script components) to separate GUI from business logic; the WSCs contain the business logic, classic asp is used for displaying returned information. The WSC's return stringvalues, ADO recordsets and in some cases vbscript...

Problem with loading CSS while invoking page by Server.Transfer().

Hello, While I'm using Response.Redirect("~/Pages/Page.aspx"), style is loaded on the page, but unfortunately it is not loaded while I'm using Server.Transfer("~/Pages/Page.aspx") method. The page looks following: <html> <head runat="server"> <link href="../Css/Layout/style.css" type="text/css" rel="stylesheet" /> </head> <body></b...

Automating Authentication Programmatically

Hi, First of all, the screen below is the popup window when i requested an asp web page. When i am authenticated, it responses an xml data. 1.What is the type of this authentication method. How is it managed? 2.How can i bypass programmatically(using C sharp) this login screen by supplying necessary credentials. login screen ...

How to build customized ListView that can fire the SelectedIndexChanged event ?

Hi guys, I'm trying to generate the following html: <ul class="listItems"> <li class="Selected">Val1</li> <li>Val2</li> <li>Val3</li> <li>Val4</li> <li>Val5</li> </li> I thought of using a ListView and customize its ItemTemplate. <ItemTemplate> <li> <asp:LinkButton Text='<%#Eval("BoundItemField")%>' CommandName="Select" ...

Combine 4 transparent PNG images on top of each other in an ASP.NET environment.

I came across the solution I need in PHP but I need one that I can use that's just as simple in an ASP.NET environment. I am combining 4 transparent png images to create a single image (Lets say its a custom certificate) with one of 4 background images, one of 4 header logos, one of 18 category titles and another variable image that sta...

Routing issues? with asp.net mvc 2.....

Hey guys, Having some problems with an ASP.net mvc 2 project. I believe it's a routing issue? but i may be wrong... What happens is I have a method that accepts an HTTPPOST and this method/action will then process an xml file that was sent using post. Now the problem is... every time I try to do any logic with the posted file my clien...

checklist pre-release

Hi, I have developed a asp.net page and I'm ready to release it for the public. This is my first asp.net page and I would appreciate if I could get some tips of what to do pre-release. So I hope you all can help me put together a checklist before publishing. Thanks M ...

Silverlight "Add Service Reference" to ASP Service error

I'm not sure what's causing this error. The service markup: <%@ ServiceHost Language="C#" Debug="true" Service="WebRole1.ExpenseService" CodeBehind="ExpenseService.svc.cs" Factory="System.ServiceModel.Activation.WebServiceHostFactory" %> The service code behind: [ServiceContract(Namespace = "")] [AspNetCompat...

How to put a file in an ASP web root? (Cross domain problem)

I'm having issues with cross domain access from a Silverlight project to a WCF service in ASP. This tutorial recommends making crossdomain.xml or clientaccesspolicy.xml files and putting them in the web root of the service. I have made these files, and put them in the top level of the project in Visual Studio. I'm still having the prob...

What is the difference between asp and asp.net?

Hi, I'm wondering what is the difference between asp and asp.net? ...

ASP , extract data from bbs.

HI all. im new to asp programming. i want to extract data from bbs,http://sports.williamhill.com/bet/en-gb/betting/y/5/tm/Football.html my plan is first, if i click some button, i go above page and extract 'Daily Match List'. and with extracted data, i want to remove some unneed part of html source. so what i want to extract data wi...