0
votes
3answers
46 views
Is it possible to retrieve the raw SQL which returned an error in SQL Server?
I've got a SQL Server 2005 database and a classic ASP front end (don't ask). I'm trying to debug some errors in the IIS log file (error code 80040e14), and I'm not having much joy at the ASP end of …
0
votes
1answer
13 views
Date is disappeared (ASP classic - VB Script)
Dear All,
I have a little problem but it makes me crazy. I made an application using asp, and I created a text box which would be filled by the date of today. It works well in my computer and the …
2
votes
1answer
20 views
Exception line-number in Jscript-ASP
Hello all,
I'm developing a website with server-side JScript engine over ASP server.
I have several try-catch clauses in my code looking roughly like this:
try {
// do something
}
catch (err) {
…
0
votes
1answer
13 views
Dynamically retrievng UserControl’s Virtual Path
I have an application with the FrontEnd separated into one Project file and the Codebehind/classes separated into a completely different class library. What I need is a way to, from the UserControl …
0
votes
1answer
17 views
ASP Classic - Include VBScript page in a JavaScript page?
Hello,
Is there a way to include a VBScript page into an ASP page written using Javascript?
There is an ASP page written in Javascript, but our sidebar menu is written in VBScript. When I include …
0
votes
1answer
28 views
ASP .NET MVC; return HTML along with JavaScript
Hello,
I have a partial view which renders a table.
On page load, I am using JQuery to perform Zebra Stripping on it.
Whenever ajax refreshes the table, DOM elements are updated, but since JQuery …
0
votes
1answer
20 views
Embedding Custom font in aspx StyleSheet.css
Hi Folks,
I am trying to embed my new fonts with the StyleSheet.css as
@font-face {
src:url(../Font/HelveticaNeueLTStd-Lt.otf);
font-family: "HelveticaNeueLight";
font-style: normal;
}
…
0
votes
3answers
19 views
image position and clipping
hi,
does anybody knows how to place an image in the webpage, but both position and clipping (maybe also resizing) are interactively done by user ?, i need it for my registration page, i've done some …
1
vote
1answer
23 views
CDO.Message - “The transport failed to connect to the server.”
I'm working on a Classic ASP & Vbscript site that uses CDO.Message to send email in a function. I'm running into trouble with this function and am recieving the error,
CDO.Message.1 error …
-2
votes
5answers
45 views
name of the site which have Multilanguage option ? i want solution in asp
i want the name of the websites in which options for multi languages available....
EX...
English,
Turki,
Dutch,
By selecting English The websites contents should be in English language..
Thanks
…
0
votes
2answers
27 views
ASP .Net Repeater Header Per Group (i.e. Month)
I have a datasource which contains dated items per row. These will be bound to the repeater and ordered by date. I'd like to present each month as a seperate table when rendered but is there a way to …
0
votes
4answers
63 views
A generic type as a parameter.
My first question is, is it possible to specify a generic type as a parameter,
secondly, is anything such as the pseudo code ive listed below possible?
I assume it will be using .net 4.0 and the …
0
votes
0answers
11 views
Calling ASP .NET MVC Controller explicitly via AJAX
I know that I can use following piece of code to refresh a div:
<%=Ajax.ActionLink( "Update", "Administration", new AjaxOptions { UpdateTargetId = "grid", LoadingElementId = "grid-wait" } ) %>
…
0
votes
8answers
139 views
SQL query, can i have WHERE as a wildcard?
Hello everybody!
Is it possible to have the WHERE as a wildcard in a SQL query?
I have this simple query:
SQL = "SELECT ID, Firstname, Lastname, Company, City, Email FROM table WHERE * LIKE '%" …
0
votes
3answers
22 views
ASP running in 64 bits environment with Access database
I have a customer since 2003 running a simple web site built in asp 3.0 with an access database file (.mdb). Recently that customer aquired a new server that came with windows 2003 server 64 bits and …
