|
you rewrite the web.config as environment.config.current and use that one for making any changes
<l>Thanks and Regards
Sandeep
|
|
|
|
|
hi !!
I'hv scroll bar with tag.
I can capture the onscroll event and also get scroll value on runtime.
but I am not able to set Min and Max value, smallchange and large change
for scroll bar.
Pl. help me out
Shital
|
|
|
|
|
<link rel="stylesheet" type="text/css" href="mlogic.css" />
When I add this line to an XHTML transitional page, I get the following error:
end tag for element "HEAD" which is not open.
document type does not allow element "BODY" here.
when I validate with the w3c XHTML validator at http://validator.w3.org/[^]
If I remove the line, the errors are gone.
The document looks like:
<br />
<?xml version="1.0" encoding="utf-8" ?><br />
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"<br />
"http://www.w3.org/TR/html4/loose.dtd"><br />
<html><br />
<head><br />
<title>Welcome to Micrologic Networks</title><br />
<link rel="stylesheet" type="text/css" href="mlogic.css" /><br />
</head><br />
modified 29-Aug-18 21:01pm.
|
|
|
|
|
I found the answer. In XHTML,
<br />
<link rel="stylesheet" type="text/css" href="mlogic.css" /> should be replaced by
<link rel="stylesheet" type="text/css" href="mlogic.css">
modified 29-Aug-18 21:01pm.
|
|
|
|
|
That isn't Valid Xhtml
Brad
Australian
- Christian Graus on "Best books for VBscript"
A big thick one, so you can whack yourself on the head with it.
|
|
|
|
|
|
From the W3c:
(note that this is not the case with XHTML).
Brad
Australian
- Christian Graus on "Best books for VBscript"
A big thick one, so you can whack yourself on the head with it.
|
|
|
|
|
Exactly, but it still gives an error. As you said, a problem with the validator. I started writing XHTML today; are there any better validators?
Thomas
modified 29-Aug-18 21:01pm.
|
|
|
|
|
Not that I have come across. The best way to write Valid Xhtml is to take full advantage of layout. Be VERY strict about tabs and things like that. Pretend you are writing XML (Which you essentially are). Dreamweaver has a reasonably good tool, but I would not rely on it.
Another good posibility are the many firefox addons. These are free and often quite good.
Brad
Australian
- Christian Graus on "Best books for VBscript"
A big thick one, so you can whack yourself on the head with it.
|
|
|
|
|
The w3c doesn't know what it is doing.
Brad
Australian
- Christian Graus on "Best books for VBscript"
A big thick one, so you can whack yourself on the head with it.
|
|
|
|
|
You're trying to validate a HTML 4 document. For XHTML start with:
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
Try validating after this change.
|
|
|
|
|
Thank you
modified 29-Aug-18 21:01pm.
|
|
|
|
|
|
There is a MySQL ADO.NET library available on the MySQL site, with that you won't need ODBC at all.
Find it here
|
|
|
|
|
Hi!
i have to play videos in my aspx pages but i cant find any control for that. So, is there any control to be downloaded in my application to play videos. In html i know how to use media player control but i need to code in C#.
thanx
|
|
|
|
|
You can ask this question as often as you like. The answer will not change. Your C# code runs on your server. The client will just run the HTML and javascript. The best you can do, is create HTML that does what you want, via a C# control. You will almost certainly do this using the media player control.
Christian Graus - Microsoft MVP - C++
Metal Musings - Rex and my new metal blog
|
|
|
|
|
u just leave this questions its out of ur undersatnding
|
|
|
|
|
I don't know whether to laugh or cry?!
You don't need to do it in C#, an aspx page can contain as much HTML as you like. If you already know how to do it that way use it!
|
|
|
|
|
coz we have done it just before a while
|
|
|
|
|
ROTFL - that's brilliant.
You *can* run C# on the client, if you create controls and embedd them in the page. It just opens security hassles, and would be stupid to do for something as simple as a media player.
Christian Graus - Microsoft MVP - C++
Metal Musings - Rex and my new metal blog
|
|
|
|
|
Hey,
What do you know about C#, ASP.NET and web development in general to have the guts to answer this guy?
Thomas
modified 29-Aug-18 21:01pm.
|
|
|
|
|
Not a thing, apparently..... :P
Christian Graus - Microsoft MVP - C++
Metal Musings - Rex and my new metal blog
|
|
|
|
|
Hi!
I have to implement CSS in my C# asp.net web application.
I made a Css class and used it in my aspx form. But formatting is applied only on backgroud of the form. formatting on the web controls like buttons and labels is not applied. Can anyone guide me to solve this problem.
Thanx
|
|
|
|
|
Please don't just keep asking the same questions. What are you hoping for, if you're not going to post the code in question, and you don't respond when people answer you ?
Your CSS is obviously broken. ASP.NET and C# have nothing to do with it. Post some code, so people can help you.
Christian Graus - Microsoft MVP - C++
Metal Musings - Rex and my new metal blog
|
|
|
|
|
Thanx alot we have done it ourself
|
|
|
|