all groups > asp.net > november 2003 > threads for saturday november 1
Filter by Day: 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30
ASP No Cache
Posted by C Elson at 11/1/2003 10:23:27 PM
I was hoping someone can help me out.
I've searched the pages here and on numerous sites and cannot find an
answer that works. I'm trying this code RC4 Encryption/Decryption
http://www.planet-source-code.com/vb/scripts/ShowCode.asp?txtCodeId=6646&lngWId=4
But there is no way (I can find) to ... more >>
develop with asp.net
Posted by Boerny at 11/1/2003 8:57:23 PM
hello,
i have a problem with my vs.net 2003 intallation. every time when i start to
develop a new asp.net-project it comes the message the VC-Package is not
installed or regist.
have anyboby an idea?
Boerny
... more >>
msxml scripts and xstlArgumentList entension objects. Can I combine them?
Posted by steve_h at 11/1/2003 8:49:09 PM
I think the subject says it all, but just in case:
I know that I can call my own methods during an XSL transformation
using
<xsl:value-of select="myObject.someMethod(arg1)" />
having done something like:
dim xslTrans as System.Xml.Xsl.Xsltransform
dim xsltArg as new System.Xml.... more >>
Debug ASP.NET Project
Posted by Angel at 11/1/2003 8:23:01 PM
I am trying to debug a simple asp.net project using
Visual Studio.net(2002) and receive the following error:
Error while tring to run project. Unable to start
debugging on the web server. Catastrophic failure. Would
you like to disable future attempts to debug ASP.NET
pages for this proje... more >>
Access reports in browser
Posted by Darin at 11/1/2003 5:52:18 PM
Can I pass parameters to an Access report and have it
viewable in the browser? If so, could anyone point me to
any resources which could help me accomplish this.
Thanks,
Darin... more >>
Custom Regular Expressions in ASP.net
Posted by Jay Douglas at 11/1/2003 5:35:31 PM
Hello.
I would like to add my own regular expressions to the list of available
expression used in the Visual Studio IDE. I've searched high and low
through configuration files and on the web and have not had any luck. Any
input is appreciated.
--
Jay Douglas
Fort Collins, CO
... more >>
Create IIS Virtual Directory from ASP.NET page...
Posted by David Conorozzo at 11/1/2003 5:30:39 PM
I am running Windows Server 2003 Enterprise. I had
accomplished this by creating a COM+ application (.dll
that uses ADSI) that runs as a higher powered user than
the IIS process. No other method had worked for me (I
tried that LogonUser API and it didn't work).
Now, we set up a cluster.... more >>
Composite controls
Posted by martin at 11/1/2003 5:30:04 PM
Hi,
I am attemping to write a composite control but have so far not achieved the
results that I am looking for and would appreciate some advice.
By a composite control, i mean, a Web User control that has another web user
control passed to it as one of the arguments in the containing aspx page... more >>
Don't see what you're looking for? Search DevelopmentNow.com.
Viewing or Editing Web User Control properties in the designer
Posted by Jay Douglas at 11/1/2003 5:29:15 PM
I have various different web user controls through out my web application.
I would like to view the properties/fields for these user controls in the
designer property window ....
For instance:
public bool HasMenu {
get
{
return hasMenu;
}
set
{
hasMen... more >>
Communication between HttpApplication that run on the same server
Posted by [Gauthier] at 11/1/2003 4:55:35 PM
Hello,
I've a simple question:
On a server that run multiple asp.net HttpApplication, is there any way with
the asp.net framework to exchange data between different application?
I basically need to send message to a 'server wide' application from any
HttpApplication on the same server and... more >>
Where is activex.NET?
Posted by sqpost NO[at]SPAM hotmail.com at 11/1/2003 4:20:32 PM
Hi,
Is it possible to compile a C# class and embed it into a asp.net page
like an activex control?
When the client access the page, the embedded and compiled class will
be downloaded by ie, and the client-site script can access the methods
of that downloaded class.
Ofcourse the client sh... more >>
How do I programmatically mark a virtual directory as an ASP.NET application?
Posted by Danny at 11/1/2003 4:15:21 PM
Hi.
I am using XCOPY-like deployment to install an ASP.NET XML Web Service.
After I copy the files, I need to mark the virtual directory as an ASP.NET
application. I know how to do this manually (via MMC) but I would like to
automate the process programmatically (as part of my installation pro... more >>
Send aspx to Email..?
Posted by Kent at 11/1/2003 12:55:27 PM
Hi all,
I have a .aspx page that I would like to Outlook.
I can do that from the browser by:
File/Send/Page by Email
...but it would be better if I cold send directly to Outlook.
How can I do this?
/Kent J.
... more >>
reset values on a webform
Posted by Bernie V at 11/1/2003 12:47:29 PM
Hi group,
I have a waebform to send emails.
On the form there are 2 buttons: A button "send" and a button "reset".
If I click aon the button my email is send, but I want to reset the values
on my form (to send another email).
How can I do that. ?
thx in advance !
gr
Bernie V
... more >>
sharing cookies between asp and asp.net
Posted by katzavital NO[at]SPAM hotmail.com at 11/1/2003 11:13:56 AM
I have a project that contains asp and .net.
..NET is supposed to receive a cookie from classic ASP.
The problem is that my aspx page doesn't seem to recognise the cookie
that it's supposed to receive from classic asp. I receive the line NO
COOKIE.
Please someone help.
ASP code:
<%
If... more >>
convert to pdf from cr.net
Posted by bob at 11/1/2003 8:43:10 AM
does anyone have any samples of converting a cr .net
report to pdf format on the fly?
thanks... more >>
Page expiration
Posted by Ken at 11/1/2003 8:19:41 AM
After searching through the visual studio .net help, and
searching on the web, I cannot find a difinitive way to
make a page expire so that when a user clicks on the back
button, the browser displays the "page has expireded"
message. I've not found any combinations of
response.cache member... more >>
Clearing HTTPHandlers
Posted by patrick NO[at]SPAM sixulon.dk at 11/1/2003 6:30:45 AM
Hi!
I have on my website a root web.config file, and also created a
subapplication "/publikationer". In my root web.config I've specified
an HTTP-handler for some requests, but this is mirrored in my
subapplication. Eventhough I <clear /> my HTTP-handlers it doesn't
seem to work, and it still... more >>
When adding lots of records, do you still use INSERT INTO?
Posted by Mike Hnatt at 11/1/2003 1:34:49 AM
My goal is to get data from an XML file into a couple of tables in an Access
database. The XML file is a little complex so I need control over what I do
(I can't just read it into a dataset).
The way I have it now is ennumerating through my XML file and for each
record, running an INSERT INTO... more >>
|