I have a datagrid that contains a template column. In this column I have two controls: The first control is an input field, the second is an asp:button control. The user can enter a value in the input field and select the button (Save) control. When the save button is selected, the...
I have the following datagrid
<asp:DataGrid
id="grdSearchResults"
runat="server"
Width="544px"
Height="93px"
CssClass="StandardFont"
AllowSorting="True"
OnSortCommand="grdSearchResults_SortCommand"...
I'm trying to use the ASP Upload code to upload a file to the server. In addition, I'm allowing the user to enter information that will be included in an email. If I use the ASPUpload logic (uses a binary read) then I cannot use the request.form object to get my email information. I can get...
I'm developing a page for a file upload. Since the file sizes vary, I would like to display a page stating Please Wait, this may take a few minutes to process. Does anyone know of an easy way to display this page while processing the file upload?
Thanks
I'm interested in using CDONTS to attach files for email. But I don't want the user to attach any size file. Unfortunately, I haven't found any information that would help me determine the maximum size. I could arbitrarily set it, but would rather use a scientific approach. Are you aware of...
If you enter some text into the textarea and then submit the page, the text is not retained after submission. This works successfully on another machine setup for .Net development.
I have a simple aspx that doesn't post back the data. This is about as simple as it gets.
<HTML>
<HEAD>
<TITLE></TITLE>
</HEAD>
<BODY>
<form Runat="Server">
<b>Username:</b>
<br>
<input id="username" type="text" size="30" Runat="Server">
<p>...
I have the following code in my ASP page:
If fso.FileExists(Server.MapPath("test.txt")) Then
sourcefile = "test.txt"
Response.Write "<BR>Success"
else
Response.Write "<BR>fail"
end if
This returns success everytime. If I add this line of...
That would seem to work, but my page is already cached. I have added several lines of code to prevent the caching. Problem is that it is already cached.
Ok, this one is a little crazy. I've been maintaining this website for about six months. All the sudden, my ASPs are caching somewhere. My updated are not evidenced in the browser. The http headers option in IIS is set to expire immediately. I have stopped and started the website. I have...
I have the following code in the ASP. The connection always fails. The ODBC system DSN is Automation. I have reviewed the Crystal report and it has the same setting. Am I missing a DLL or something?
set crtable = session("oRpt").Database.Tables.Item(1)
crtable.SetLogOnInfo...
I have an ASP that displays a simple (non parameterized) report. This report displays okay, but I cannot refresh the data. I get an error stating that the server has not yet been opened. I would like this report to display refreshed data when the report is initialized on the page. Then I will...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.