0
votes
3answers
49 views
How to control access to a Stored Procedure in SQL Server?
I want to be able to have a Stored Procedure that can only be used from a particular page, without having to create a permissions / role for a user, when it is just a single stored …
0
votes
3answers
51 views
JS functions not working while loading html using Ajax
When I load an asp file (Main_Page_1.asp), in the click event of a button there is a function invocation is not working. There is I am stuck in.
for eg:-
Main_Page_1.asp
<he …
0
votes
1answer
18 views
Checkbox within a datagrid, findcontrol issue
Keep in mind that for this I am limited to using ASP .NET 1.1, as for this environment I cannot upgrade to 2.0 or beyond
Essentially, I have a very simple datagrid that has a chec …
0
votes
1answer
20 views
ASP MVC Dropdown
Please look at my code. I am trying to display some dynamic customers in the dropdown menu. And after selecting a customer button is pressed. Then products owned by the selected cu …
1
vote
2answers
17 views
Server.CreateObject(”CDONTS.NewMail”) is not working
Hello guys.
I have server with IIS7. A lot of sites that hosted on it.
We tried to implement email sending on one of the classic asp site.
I know it is not difficult at all.
But …
2
votes
3answers
52 views
Replace quotes in xml string
Hello, I have a problem with double quotes in classic ASP.
I want to replace double quotes " in a string. The string contains xml and I don't want to replace double quotes (for a …
0
votes
1answer
13 views
Alignment and padding for asp:CheckBoxList
I have an asp.net checkboxlist as follows:
<asp:CheckBoxList ID="CheckBoxList_Genres" runat="server" RepeatColumns="3">
<asp:ListItem Selected="True">Actio …
0
votes
1answer
14 views
Generating complete SKUs in Classic ASP
Hi I have products that are made up of a couple of options. Each Option has a SKU Code. You can only select one option from each SKU Group and the options have to be concatenated i …
0
votes
3answers
49 views
Does an ODBC connection have to use cleartext passwords?
I have been tasked with securing the connection string in an classic ASP application and I'm wondering if I should just bite the bullet and upgrade the whole application to ASP.NET …
0
votes
3answers
94 views
Reasons why WebResources cannot be found
Hi I am having trouble getting an embedded js file to work.
I have tried all of the following:
Running Cassini development server (VS2008, .NET 3.5)
Added [assembly: WebResource …
-2
votes
0answers
18 views
Asp FPDF - to display multilanguage text
I am using FPDF library for ASP.I am trying to add chinese font to it, but its not displaying correct characters.I wrote copied php code and converted to ASP style as extension. It …
-3
votes
2answers
58 views
How can I upload a file in an ASP site? (NOT ASP.NET & NO DLL)
I want a simple method to upload file in ASP.
Just one function
0
votes
1answer
15 views
SQL1092N “ASPNET” does not have the authority to perform the requested command. Basic ODBC call to a dsn does not work.
Don't shoot me for this, but I've posted this on experts-exchange as well. I just need an answer. Here's the question (and yes, i've searched, googled, and searched again):
I'm ge …
1
vote
1answer
34 views
Pass JSON objects to an action and map to List<object>??
Hi
I have an action method that takes in two different objects.
I am posting JSON to the action using jquery, to do this I put all the properties i want to map to my two objects …
1
vote
3answers
32 views
Free web-based solution for intranet document search engine ?
Hello,
Here is the situation : we have to offer a customer with a web-based search engine that will make a search for a given string inside a list of documents whose paths are log …
