here is my code...
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" >
<head runat="server">
<title>Untitled Page</title>
<style type="text/css">
@import url(...
Hi,
I am trying to make my layout with divs and not use tables. I am using the float property on my divs to align my columns into 3 etc..however, when i resize the IE window, the controls on the page move around and the layout messes up. what is going on here? how can i make the layout...
Hello,
I am trying to avoid using tables and use fieldset instead. I have a form which displays a user registration form. I want the fieldset to be into two columns - with name, birth date, gender etc.. on one column and adddress, postcode , telephone number on the other column. how do i do...
Hi,
I have a html page containing a style sheet.
When I have the doctype set to
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN"> everything is fine
but when i change to <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"...
Hello,
I have a solution with 2 projects. 1 project is my class library where I have a class called SQLWrapper. In my 2nd project I want to be able to reference this class to use the functions within sqlwrapper. When I write imports it brings up a list of namespaces, but my project that...
Hello,
I have a query
SELECT * FROM table where name IN (SELECT name from nametable where year=2007)
however i want to be able to do something like this
SELECT * FROM table where name AND description IN (SELECT name, description from nametable where year=2007)
but i get a syntax error
any...
Hi,
I have a list box populated with values.
i want to be able to say if value 6 or 10 is selected along with any other value in the list box then print error
i have so far If lbxBuyingAgencies.Items.FindByValue("6").Selected = True Or lbxBuyingAgencies.Items.FindByValue("10").Selected = True...
Hello,
I have a upload facility to upload a file - however, I do a check to see if the file already exists, if it does then I want to say "Do you want to overwrite this file?" with yes or no buttons. fine so far. However, on pressing yes I want to overwrite the file, the problem is that when...
Hello All,
I want to write some code in the Application_AuthenticateRequest function in the global.asax that takes the url for example http://192.168.1.72 and rewrites this url to the domain http://www.whateverhere.com
does anybody know how to do this?
thanks for your help
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.