Hey Guys,
I have built a simple form for the "Contact Us" page of my website. From a technical perspective it works in both IE and Firefox i.e. it sends the submission onto the relevent email address.
It also looks fine in Firefox but there are two look and feel issues with IE:
1. When you...
Hi Guys,
On my home PC, I have installed a MySql DB and an Apache server in order to progress my PHP knowledge. I created a new database called "manual" and within this DB I added a table and simple simple data. When I query my DB through MySQL server, I can see the "manual" database and a test...
Hi Guys,
In my job I check an online tech support mailbox everyday. I recently upgraded my PC to a windows XP OS. With the old PC which used windows 2000 when a mail arrived into this account a little icon would appear to notify me but this doesn't happen with the new PC.
Now it may seem as a...
Hi,
I am currently designing a website and I was hoping to use components in my design. What I wanted to do is have my main section pages with the side navigations and headers files etc included as separate components so that when I make a change to the left nav for an example, I only have to...
Hi Guys,
Just looking for some advice:
When I export an image as a transparent gif/png/jpg and import the same image into flash, I seem to get a blurred effect around the edges of the images where the full transparency should be. Am I exporting the images wrong, what type of transparency should...
Hi,
I am currently designing my own webpage, and I was hoping to put a form onto my contact page where visitors can send me their comments, email address etc. It would be a very basic form but the code i have at the moment won't work can anyone see where i'm going wrong???
Any help greatly...
Hi Guys,
I'm new to HTML and i am only learning it for the past few weeks. I am trying to set up a web page which will be made up of frames. There will be a header frame, sidebar frame and main frame. I set the frameset up fine and the sidebar and main pages work well, however i am having...
Hi, I'm a beginner asp.net developer and i am trying to learn how to send emails. I can get the emails to send when i hard code the "objMail.From" and "objMail.To" email addresses in. However what i was trying to do was to have a list of email addresses in my database and on...
Hi,
I was looking to find out how to format a list of check boxes. My check box code is
<asp:CheckBoxList id="check" runat="server" AutoPostBack="True"/>
They are set up in the code using the following code
dim mylist=New ArrayList
while (dr.Read())...
Hi,
I am trying to send an email to different sets of users depending on what check boxes i choose. The users types are contained within an sql table called user1. When i try to get my code to work it doesn't give me an error however it does not send the email to anyone. When i hard code in the...
Hi, just a quick question. I'm trying to create thumbnails from full images. The code is working fine except when it comes to actually naming the thumbnail.
The relevant parts of the code are as follows
'Get relevant details from previous form called "MyFile"
FileName.InnerHtml =...
Hi, i am trying to create thumbnails using asp.net. I am trying to take in an image file and i create a thumbnail of that file. I think my code works fine until i have to give the thumbnail a name and save it. I have created a thumbnail using the following bits of a code
'declare thumbImage...
hi,
i'm a beginner sql programmer and i was trying to work out how to search a column for a specific string. For example if i had the following column called headline within a table called news
headline|
George Bush gives speech
Dallas win superbowl
virus solution found
Bush talks about future...
Hi, i'm a beginner asp.net programmer and i need help with an error i keep getting. I'm trying to input a session value into a text box.
The code i have takes in a value from a text box,
<input type="text" id="name" size="15" runat="server">
I then...
Hi, I am just beginning to learn how to use xml and i have the following problem. I have a list of web links similar to the following
<a href="http://www.google.com">Good Search Engine</a><br></br>
<a href="http://www.yahoo.com">Yahoo</a><br></br>
<a...
Hi,
I am trying to create aspx files and folders on an IIS server and i got the following error
Security Exception
Description: The application attempted to perform an operation not allowed by the security policy. To grant this application the required permission please contact your system...
Hi,
I am trying to create aspx files and folders on an IIS server and i got the following error
Security Exception
Description: The application attempted to perform an operation not allowed by the security policy. To grant this application the required permission please contact your system...
Hi,
I'm a beginner aspx programmer and i am about to start learning aspx and some simple xml. I was wondering what were the apprioate steps in creating aspx files using xml.
Would you start with a simple xml file similar to the following
epo.xml
<episodes>
<episode series="TNG"...
Hi,
I'm learning sql for the first time, and i created a table called story to simulate a news story database. I set it up as follows
CREATE TABLE story
(
id varchar(11),
headline varchar(100),
author varchar(30),
paragraph text,
story text,
date varchar(8),
genre varchar(20)
);
However when...
Hi,
I am just beginning to learn asp.net and i am learning the basics through some very simple examples. The following code just ouputs the todays date ie "4/12/2003"
<script runat="server">
Sub Page_Load(Sender as Object, E As EventArgs)
Dim time = now()
time =...
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.