Telerik Forums
Community Forums Forum
0 answers
120 views

I built an ASP.NET 2.0 web site in my computer which has about 30 web pages.

I needed to use ( 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 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" ></asp:Label>

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 )

 

paradise_wolf
Top achievements
Rank 1
 asked on 15 Dec 2006
0 answers
137 views
CSS Adviser is tackling common CSS problems:
http://www.adobe.com/go/cssadvisor

Check it out!
Telerik Admin
Top achievements
Rank 1
Iron
 asked on 15 Dec 2006
1 answer
104 views
Hi
Im running on Win 2003 64BIT my Q is dose the product can run on this systems ?
Jason Lee
Top achievements
Rank 1
 answered on 15 Dec 2006
0 answers
125 views
Hello,

After adding a control to my asp.net page I am getting Compilation Error 2000. Can someone told me why it is happening?

kb
Kasia
Top achievements
Rank 1
 asked on 12 Dec 2006
10 answers
290 views
I've been searching around on the web for this for quite a while now, and thus far have come up empty-handed.  I have a page that has a checkbox and a dropdown list, among other things.  The idea is to disable the dropdown if the checkbox is checked, as it more or less makes the dropdown selection irrelevant.  And, this needs to be done without a postback.  The page uses a master-page, which contains the <head> tags, and thus any javascript functions.  I have writtin this function in there:
function toggle_list()    {  
    var chk = document.forms[0].chkExpire.checked //document.getElementById("chkExpire")  
    var ddl = document.getElementById("ddlLength")  
    if (chk)  
        { ddl.disabled = true; }  
    else 
        { ddl.disabled = false; }  
    //return  
    } 

and tie it in through the pageload in vb thus:
If Not IsPostBack Then 
'Code here edited out.  
chkExpire.Attributes.Add("onClick""javascript: toggle_list();")  
End If 

I think the javascript function is calling, but the object references seem to be failing.  I'm as yet unaware of any way to actually debug my javascript, so I'm groping more or less blindly.

Anyone have any ideas?
Cindy
Top achievements
Rank 1
 answered on 08 Dec 2006
0 answers
226 views
We will be starting several important changes on our web site and your input is very valuable. Please spend 10 minutes to fill in this short survey and earn an extra 2500 telerik points:
http://surveys.telerik.com/Surveys/TakeSurvey.aspx?surveyid=1030
Ivo Nedkov
Top achievements
Rank 1
 asked on 08 Dec 2006
1 answer
76 views
I am getting below error when I trying to see C# or ASPX source in r.a.d.controls Q2 2006 ASP.NET 2.x Live Examples  in local machine .

An Error occured! Code:500

Please help
Rumen
Telerik team
 answered on 06 Dec 2006
5 answers
144 views
Hi!

I wanted to know if you guys have come across a situation where you had to restart (Loop through) a Wizard control multiple times. I have a Wizard control that I would like to restart, once the user clicks on the finish button. the number of times the Wizard control is restarted, can be based on a value retreived from a session variable or a input textbox.

Any ideas would be highly appreciated.

Regards

Vik
Rumen
Telerik team
 answered on 05 Dec 2006
0 answers
93 views
Help me with r.a.d. grid control

I want to create master/detail table.But for detail table i want to display data form business object
not from table in database.

has anybody tried this.

Please help me on this
Sham
Top achievements
Rank 1
 asked on 02 Dec 2006
Narrow your results
Selected tags
Tags
+? more
Top users last month
Shiori
Top achievements
Rank 2
Iron
Tien
Top achievements
Rank 1
Iron
Robert
Top achievements
Rank 1
Rob
Top achievements
Rank 4
Bronze
Bronze
Iron
Geoff
Top achievements
Rank 1
Want to show your ninja superpower to fellow developers?
Top users last month
Shiori
Top achievements
Rank 2
Iron
Tien
Top achievements
Rank 1
Iron
Robert
Top achievements
Rank 1
Rob
Top achievements
Rank 4
Bronze
Bronze
Iron
Geoff
Top achievements
Rank 1
Want to show your ninja superpower to fellow developers?
Want to show your ninja superpower to fellow developers?