Click here to Skip to main content
15,900,906 members
Home / Discussions / ASP.NET
   

ASP.NET

 
GeneralRe: window.open Pin
subrata.jana16-Dec-06 0:05
subrata.jana16-Dec-06 0:05 
GeneralRe: window.open Pin
Guffa16-Dec-06 15:55
Guffa16-Dec-06 15:55 
QuestionHow to fix SQL Network Interfaces, error: 26 Pin
amin_behzadi15-Dec-06 18:50
professionalamin_behzadi15-Dec-06 18:50 
Questionhow about a OS that installs and work according to the machine configuration Pin
queston00715-Dec-06 18:27
queston00715-Dec-06 18:27 
AnswerRe: how about a OS that installs and work according to the machine configuration Pin
Guffa15-Dec-06 18:54
Guffa15-Dec-06 18:54 
QuestionAnybody know how to upload video using ASP.NET? Pin
mujin0315-Dec-06 17:11
mujin0315-Dec-06 17:11 
QuestionASP.NET + OPEN DATABASE (HSQL) Pin
Vitor Hugo Barros15-Dec-06 16:03
Vitor Hugo Barros15-Dec-06 16:03 
QuestionDoes the CssClass property in Web Server Controls work with AJAX ? Pin
tedhill1315-Dec-06 14:18
tedhill1315-Dec-06 14:18 
I built an ASP.NET 2.0 web site in my computer which has about 30 web pages.

I needed to use AJAX ( latest version ) only in the last page.

So I created a web site with just one page to test the “ASP.NET Ajax-Enabled Web Site” code of this page separately before integrating it with the previous big web site which is based simply on ASP.NET.

Both web sites work fine separately but when I added the web page with the AJAX code and also the modified web.config, it messed up the CSS formats( coded in the AB.css file ) on all Web controls that use the CssClass property. As result of that the text appears only with its default attributes with big black character founts which destroy the aesthetics and organization of the pages.

Here is a simple code example where the this problem appears:

<asp:label id="usernameLb" cssclass="Test" runat="server">

And here is its CSS code ( inside a “.css” file ) :

.Test
{
position:absolute;
left:450px;
top:110px;
z-index:3;
color: #0000ff;
font-family: Verdana,Arial,Helvetica;
font-size: 15px;
font-weight: normal;
}


What could be the cause ?

( my OS is windows XP prof and I am using Visual Studio 2005 and IE 6 )
AnswerRe: Does the CssClass property in Web Server Controls work with AJAX ? Pin
tedhill1316-Dec-06 2:13
tedhill1316-Dec-06 2:13 
QuestionIE VS Mozila Pin
Amit Kumar G15-Dec-06 11:02
Amit Kumar G15-Dec-06 11:02 
AnswerRe: IE VS Mozila Pin
Guffa15-Dec-06 17:41
Guffa15-Dec-06 17:41 
AnswerRe: IE VS Mozila Pin
Amit Kumar G17-Dec-06 7:03
Amit Kumar G17-Dec-06 7:03 
QuestionHow to debug a COM from an ASP.NET client? Pin
almc15-Dec-06 7:21
almc15-Dec-06 7:21 
AnswerRe: How to debug a COM from an ASP.NET client? Pin
Tina P17-Dec-06 11:52
Tina P17-Dec-06 11:52 
GeneralRe: How to debug a COM from an ASP.NET client? Pin
almc18-Dec-06 3:58
almc18-Dec-06 3:58 
QuestionASP.NET and Excel Pin
ZYXWVU-UVWXYZ15-Dec-06 6:27
ZYXWVU-UVWXYZ15-Dec-06 6:27 
AnswerRe: ASP.NET and Excel Pin
indianet15-Dec-06 7:07
indianet15-Dec-06 7:07 
QuestionEvents with Master Pages Pin
Chris McGlothen15-Dec-06 6:14
Chris McGlothen15-Dec-06 6:14 
AnswerRe: Events with Master Pages Pin
ToddHileHoffer15-Dec-06 7:22
ToddHileHoffer15-Dec-06 7:22 
QuestionRe: Events with Master Pages Pin
Chris McGlothen15-Dec-06 7:58
Chris McGlothen15-Dec-06 7:58 
AnswerRe: Events with Master Pages Pin
ToddHileHoffer15-Dec-06 8:20
ToddHileHoffer15-Dec-06 8:20 
QuestionRe: Events with Master Pages Pin
Chris McGlothen15-Dec-06 8:26
Chris McGlothen15-Dec-06 8:26 
AnswerRe: Events with Master Pages Pin
ToddHileHoffer15-Dec-06 8:38
ToddHileHoffer15-Dec-06 8:38 
GeneralRe: Events with Master Pages Pin
Chris McGlothen15-Dec-06 8:39
Chris McGlothen15-Dec-06 8:39 
GeneralRe: Events with Master Pages Pin
ToddHileHoffer15-Dec-06 8:46
ToddHileHoffer15-Dec-06 8:46 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.