i have a anal client that requires my excel pages to look exactly like this one. the only problem i see is going to be the header section. It's in the center top cell and is centered.
I've never done any type of exporting to excel yet, before i get to deep into it. Is it possible to format an excel doc from asp exactly like this ?
I have list of asp pages that are grouped together by sections they belong to - So section Add could have pages add.asp and add2.asp, Section Delete could have pages del.asp and del2.asp so that the final display should look like this Click on link below:
Add add.asp add2.asp
Delete del.asp del2.asp
The recordset returned contains the following fields: Code:
I have 2 diff sections on my web page, we would like it displays section 1 when viewers are in a default.asp page, else displays a section 2, how can we do that? something like this:
I was wondering if someone could help me out. I have a form and what I want is to have only certain parts of the form be emailed out to certain people.
So say I have 2 sections of my form. I want section 1 to be emailed to person1@host.com and I want section 2 to be emailed to person2@host.com.
I already have a very crude code to send out an email for the entire form to 1 person. Can anyone help me with this?
The current version will run a FOR loop for each form element and will give them a label (by a variable). This label is then attached to each form element's value on the email.
However the email is pretty untidy so I would like to change the code so that groups of labels appear as groups on the email.
how to replace the system.web section using MSBUILD? I managed to change the appSettings and connectionStrings sections but when i tried to replace system.web i got an error message reporting missing system.web section.
my site (which I am currently redeveloping) has 3 different sections to the site. All which well contain different information.
What I want to know is how can I make the starting page of the site display information which the users is looking for.
eg. if the user always go to one section of the site the main page well show information relevant to that section. (I hope you know what I mean)
So I was thinking about how to do this and this is what I came up with.
Set a cookie for the site and each section has there own number value (eg. 1 to 10) When the user hits the main page it gets the values of all 3 sections from the cookies and checks which has the most value (eg 3, 5, 10).
Based upon the highest value each section has there own .asp include which is shown to the user.
The web user does a search of a database and the results are returned in an HTML table. I want to present the user with a table that just shows the salient facts (brief item description, stock value, etc).
However, I'd like to give the user the opportunity to expand (and if they wish to contract again) any one row of the table to display things like a picture and an extended description of the row item, rather than have them go to a separate page for this.
I'd also like to give them the option to expand all rows in the table (and contract them again) if they wished.
What's the best way to achieve this? I'm not sure of the target audience, so may have to support browsers using HTML4 (may even be Netscape...)
A client wants a splash page with the option of going to his website with the flash header or the one with the .JPG header.
Now it's only the header that will be different and all the content will be the same. I don't want to make two seperate websites, because I'll have to update it twice then. Is there a way to just have the header change, without using frames. Maybe SSI,
I have multiple asp files which used CDONTS. As we are switching over to CDOSYS these files need to be updated. Is there a way that the cdo commands can be called from one general area, rather then have to modify each file?
i have table which is generated from the database, and is beeing displayed on my website...How can i make the header row static???? so i can still see the header row while scrolling thru the data
my logout link is placed at the top right corner of the page to put it there i used the below code
<p><font face="Times New Roman"><a href="AdminMenu.asp">Go Back to Main Menu</a></font></p>
the thing is i am getting http header error coz i put this code above the asp code
now how to add some attributes to the code so that i can place it below the asp code but when i open the page i need it to be visible at the same place as before
if i use the:
<p><font face="Times New Roman"><a href="AdminMenu.asp">Go Back to Main Menu</a></font></p>
as it is and place it after the aspcode then i am seeing the login link after the response.write's strings.
I have a web page hosted by server1. I need to add a link to a web page hosted by server2. This part is simple. However, I also need to give the linked web page the user id for the user that was validated in server1 (it's in a session variable).
At first, I thought the following would work: mywebpageonserver1.asp: Response.AddHeader "MYUSERID", "whatever" Response.Redirect "http://server2/mywebpageonserver2.asp"
I am trying to set the content type and header for the response object but for some reason it doesnt set it. I tried it on dev and it worked fine but didnot on production. The difference is that dev is http and production is https. Is there any difference in setting the header and content type when doing so a http and when on a https server.
I would like to have header.asp to be usable from all directories. Header.asp will have images and URLs. When I try to #include the file in test.asp, it works fine. However, if I #include it in testpage.asp, the images in header do not work - testpage.asp thinks the images are in subDir, when they are in the images directory. I have tried a variety of combinations of MapPath, Server.Execute, but I have not gotten the image to appear correctly. What is the correct syntax for what I am trying to accomplish?
If I want to have a username/password dialog in my page,how can I add http header in ASP for username/password dialog? I want to hardcode the username/password in my page and check the authentication.
I believe someone is using my contact form and sending out spam. I'm getting thousands of undeliverable emails.
I don't know anything about asp. Someone who use to work here wrote the form processing script and it seems that all the forms on different domains are being processed by this script. It seems like they didn't do any sort of validation or checks and on one website there are hundreds of pages with the contact form, i could do it in php but that is way too much work.....
This is more of a flash recommendation question than ASP related, but I use this forum a lot, so wanted to see if anyone can answer.My page header is flash. One the header is flash. It's about 500KB.Do you recommend keeping flash in the header so it loads on each page, or creating a second image to replace the header on all thesecondary pages.
If someone views the flash header once, do they download it each time for each page, or does it cache?My point is that I do not want to kill my bandwidth.
I have created a header file that has some hyperlinks, I want to enable the hyperlinks depending on the situation for eg: the header has link1, link2, link3 and they correspond to page1, page2, page3. suppose I am on page1, I want to disable link1.... and so on.
I know this is client side but this is coming from an asp page. Is there a way to lock two rows on a table so that when a user scrolls down a long table they always see the header row? Without using frames.
I need to add a custom header & footer to the excel report on generation. Is there a way to do this from the web without installing Excel on the webserver?
I am trying to print HTML page from Internet explorer. In default IE prints header and footer when you print HTML page, I just want to disable those header and footer while printing my page...not permanently.
I want to print report with header and footer on every page. When i print the report let say i have 3 pages, the header will be printed on the 1st page and the footer will be printed on 3rd page.
How does one make a thingy on every webpage that links to other pages on your site? Almost every website uses them but i can't find a tutorial that shows me how it works.