0
votes
1answer
19 views

Duplicate Anchor IDs and W3 Conventions

I was converting a page with some outdated attributes to being more XHTML friendly today, and ran into the subject of the anchor tag. Specifically: <a name="someName"></a> After ...
1
vote
1answer
134 views

How do I add type=“text/css” to a script tag when using System.Web.Optimization

I have the following bundles.Add(new ScriptBundle("~/bundles/scripts/common").Include( "~/Scripts/jquery.validationEngine.js", "~/Scripts/common.js")); Which ...
0
votes
1answer
224 views

Asp.net css stop div from expanding page height

So the problem is that I am trying to design a XHTML page in ASP.NET and the current approach that I take keeps expanding the page size when I simply want to fit the control within the div. I am ...
0
votes
0answers
39 views

master page link is displayed as text and commented part is displayed

after publishing the website iam getting this kind of error commented contents are displayed and master page links are displayed <%@ Page Title="" Language="C#" ...
0
votes
2answers
53 views

What is the best way to create xslt dynamically from xhtml?

I have a XHTML Template. I want to convert dynamically the xhtml file to xslt . Waht is the best way to do this? Below written the XHTML content <div> {:header:} <br /> {:date:} <p> ...
-3
votes
3answers
43 views

How to Alter my existing website which can suite for all devices like mobiles, Pc, Tabs, etc.,? [closed]

I had one website which is perfect when i load it in PC. but when i load the same site on my mobile there are many changes, sometimes many parts are not loading. Somebody please say me how to build a ...
6
votes
2answers
250 views

How to get clean ASP.Net error pages?

When I get an application error with an ASP.Net(3.5) site on IIS(6.0), I get dirty HTML code. I would like to have auto generated XHTML code instead, it would be nice for web services which parse ...
0
votes
0answers
49 views

master page doesn''t show properly in edit section

I create a master page with HTML source. In this HTML source running with proper design. I convert this design to master page and also refer this page to a new ASPX page. Now i want to edit the master ...
2
votes
1answer
161 views

How to automate and export HTML searchable query data into excel [closed]

A webpage I am interested in extracting data from has a table with multiple search fields. I can enter data into any of these fields and click the search button at the bottom of the table and see the ...
1
vote
7answers
88 views

top and bottom positioning with auto?

My outer div is position:relative and inner div is positioned absolute. I want to set my inner div center align vertically and thinking to use top:auto and bottom:auto but it is not working. Please ...
5
votes
5answers
555 views

How to prevent CSS caching on a web page?

I am learning to develop xhtml, css web pages. Often I am doing changes in CSS but it do not reflect on page because of browser cacheing and if I manually clear cahceing it shows latest code effects. ...
1
vote
2answers
296 views

positioning a div inside another div?

In a big div I have search box which basically is a div having text box glass image and button. Requirement is to positioned this search wizard vertically in middle and on right side in div. This box ...
0
votes
1answer
105 views

W3C Validator Error

When I use W3c validater for checking my site it shows "required attribute "alt" not specified" and also " The attribute given above is required for an element that you've used, but you have ...
3
votes
1answer
116 views

Asp textbox xhtml and extra newline

There seems to be a problem with the ASP textbox control when set to multiline and serving the page as xhtml. The project I am working on uses content negotiation to serve asp pages as ...
0
votes
3answers
756 views

How to make the HTML page view source UNREADABLE?

We have an option of disabling the right click event on the HTML page at same user can click on view menu > source and can get a copy of the content displayed. How do i make it into unreadable format? ...
0
votes
4answers
217 views

CSS Table - Right side doesn't fit in the browser

I've been working on our company website this morning and I've hit a bit of a problem. I have the page formatted into two cells, one on the right and one on the left. The one on the right contains ...
0
votes
1answer
198 views

Change Hue or Color of a PNG with ASP.Net/VB.Net/jQuery

I'm working on a web page that takes multiple PNG images and merges them into one image so the user can download the flat image. I would like to add a hue or color adjustment (like color balance in ...
0
votes
2answers
135 views

change code generated HTML markup

The following code: public virtual string LookupFeatureImages(string ProductID) { string[] features; using (SqlConnection con = new SqlConnection(DB.GetDBConn())) { ...
1
vote
2answers
308 views

Toggle Button Value query [closed]

The code below is a toggle button script which works on by clicking an image that changes its state each time on (4 times). What I would like to know is how do I attach a value to each of the 4 ...
1
vote
3answers
598 views

Request parameters not recognizing &amp; as separator

I have an HttpHandler that reads the parameters from the request URL by simply using context.Request["param1"]. The thing is that my website is xHTML compliant so all links are encoded. So I have a ...
1
vote
1answer
64 views

Visual Web Developer - Is it a mistake to use a capital letter when naming folders?

I keep reading how xhtml and other languages alike don't like CAPITAL letters. This may seem like a rudimentary question, but let's say you named a page, for instance: Contact.aspx instead of: ...
0
votes
1answer
63 views

Filter SQL/Data output to be XHTML compliant

I'm using the telerik radgrid export to .PDF function and am getting all kind of nasty XHTML errors as the PDF requires strict XHTML. My initial thought was to replace common characters with XHTML: ...
-1
votes
1answer
708 views

ModalPopupExtender not working in IE but working in FF

I am facing a critical problem i am using ajaxmodalpopupextender in my page. It's working fine in FireFox with a great view but it's not working fine that is it displays in a side in IE and background ...
0
votes
1answer
259 views

XSLT Client side Transformation not supply textarea value

I am doing a client-side transformation. I want to use XSLT to take a value from XML and place it as the default text in a textarea and it is NOT working. I have a file called AddNewBlog.aspx which ...
0
votes
3answers
380 views

Access a form in asp.NET C#

All the examples I can find are in Visual Basic, but I am using C#. I want to get the data that is in a textbox in a form. My code so far: <form action="login.aspx" method="get"> ...
0
votes
2answers
418 views

Create HTML / XHTML document in .NET console application using writer classes

I'm writing a reports library, and one implementation has will create neat HTML/XHTML report document from entity object. Instead of rendering tags manually (StringBuilder) I could take advantage of ...
0
votes
1answer
231 views

XHTML validation: element like not found

My aspx page has a few facebook plugins like, share, comment stream <fb:like href="http://Thomasblog.somee.com" send="true" width="450" show_faces="true" font="lucida grande"></fb:like> ...
1
vote
1answer
294 views

setting tab order but it is not working correctly?

My content page has a master page. In the content page I have specified a tab order, but it is not working correctly. After initial control in content page on pressing tab, control go to some controls ...
1
vote
3answers
170 views

Why the select tag need at least on child to be xhtml 1.0 valid

Why the select tag need to have at least on child to be valid xhtml 1.0 ? <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" ...
3
votes
1answer
444 views

How can I define an entity such as nbsp in an asp.net application

I have an asp.net application that renders and works correctly in all browsers. However when checking with the validator at http://validator.w3.org/ I get the following error: reference to undeclared ...
0
votes
3answers
143 views

Account for Chrome users who set their fonts to large or x-large

Ok, so I have a client complaining about how a user who set their fonts too large in Chrome causes the site to render badly--which it does. My natural reaction was to tell them that we could either ...
1
vote
2answers
85 views

Specify the way which the user can enter the data in text box

Q: I have a textbox in multiline mode and i wanna to force the user to enter his data as points.(Bullet-ed list) to be more organized . How to do this in a simple way. <asp:TextBox ID="txt" ...
-3
votes
2answers
615 views

Hide iframe by DIV [closed]

could i overlap <div></div> on <iframe></<iframe> please guide
1
vote
1answer
423 views

How can i convert an HTML template to aspx dot net files easily?

does any body know any perfect tutorial, that i want to convert my XHTML CSS based template to aspx pages with code behinds. I tried myself, and i get successful to some extent, but not properly. I ...
0
votes
1answer
306 views

table not displaying html page

<%@ Page Language="C#" AutoEventWireup="true" CodeFile="UserCreation.aspx.cs" Inherits="UserCreation" %> <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" ...
0
votes
1answer
108 views

XHTML incompatibility with < asp:Menu> component using content-type=“application/xhtml+xml”

I´m using ASP.NET 4.0 and testing the ASP.NET XHTML compatibility with some components and have figured out that the server control < asp:Menu> doesn´t works properly with XHTML. I want that the ...
3
votes
2answers
691 views

asp.net multiline textbox default value

I am having a problem with the asp.net multi line textbox <asp:TextBox ID="Oohrl" runat="server" CssClass="textEntry" ClientIDMode="Static" Text="{/oohru/form/oohrl}"> ...
0
votes
2answers
397 views

I want to add an interactive calendar on my website

The first problem is, what language can I write this in? I have access to PHP, MySQL, ASP, ASP.NET, Javascript, Java, etc. (I wanted to avoid Java so I wouldn't have to make the user install the JRE). ...
0
votes
1answer
299 views

validate asp.net xhtml strict via URI

I have an asp.net website which is using the xhtml strict dtd & making use of xhtmlConformance mode in web.config. When validated by source I get zero errors but when by URI I get 2 errors there ...
0
votes
2answers
750 views

HTML element overlap

I'm working on a ASP.Net web page with two tables positioned in the center of the page with one on top of the other. The table on top contains input fields that are dynamically generated by the ...
0
votes
2answers
609 views

css, button selection and html tags

<asp:ContentPlaceHolder id="ContentPlaceHolder1" runat="server"> <script src="http://ajax.aspnetcdn.com/ajax/jQuery/JScript.js" type="text/javascript"></script> <script ...
0
votes
1answer
346 views

Set the source of Adobe PDF browser plugin to be a byte stream?

Is it possible to have the source for an Adobe Plugin to be a PDF byte stream? If so, how would this be declared in markup? EDIT 1: OK, so let me elaborate on this. I have built a site that runs on ...
0
votes
4answers
3k views

Standard fixed table width

Is there a standard method for calculating fixed width values for tables in HTML? Right now, I'm working on formatting tables on a web page to be a fixed width, I have a table that's within another ...
3
votes
4answers
2k views

string having '<br/>' throws unterminated string literal js error

I am fetching some data from Db and displaying it in a textarea using jquery in the following way. $('#textareatest').val('<% =teststring %>').It is possible that the string 'teststring' can ...
0
votes
3answers
399 views

HTML classes and IDs with with $ or non alpha numeric characters

I'm looking at some site code on an XHTML doctype and from what I'm seeing the framework is ASP.net. The IDs in the HTML has a "$" in there. For example: <img ...
0
votes
4answers
1k views

using table as a layout [duplicate]

Possible Duplicate: Why not use tables for layout in HTML? i know that using tables as layout is a big problem..Why don’t professional web designers use tables for layout anymore? and what ...
0
votes
2answers
300 views

CSS3 div all over the place

I am struggling mightily with the following CSS3 code: * { margin: 0px; padding: 0px; border: none; } body { font-family: Arial, Helvetica, sans-serif; font-size: 14px; background-image: ...
3
votes
2answers
82 views

Trouble validating dynamically generated link

The problem is with validating the following link: <link ...
2
votes
4answers
386 views

Is there a method for keeping the id I set for an asp .net control when it outputs to HTML?

When I create a form, I try to make accessibility a top priority, but the output from asp .NET negates some of this. For example, when I set a label tag for an input tag, I create it a such: ...
2
votes
2answers
100 views

Is there any control like contentplaceholder which is in asp.net for plain html

I have HTML pages like example1.html, example2.html, example3.html, and example4.html. All pages have the same header, footer, and sidebar. How can I make one master template which replicates any ...

1 2 3