473,399 Members | 3,038 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,399 software developers and data experts.

Unknown Error ATLAS

Hi Friends

I am facing also Unk 8) nown error problem. In have page where I am
using a User Control when I am using ATLAS to this page I have same
problem, I have tried it by debugging but there is no error. when I
click any button or any control that generate postback , I am facing
this problem.
I have tried ATLAS on many pages but I am observing that this error is
coming to this pages , where User Control(with PostBack) has used.

please give me solution if u have any idea.

Manish

----------------------------------
http://community.ihostasp.net
ASP.NET Developer Community
Sep 14 '06 #1
3 2219
Try This

Follow the steps:

1Remove all response.write statements with registerclientscriptblock.
2Remove or correct all unformatted html, javascript.
3Put javascript functions in cdata tags.
4If any css, js files are included check their syntax with fiddler tool.
5You can also use some scripts to handle atlas errors
More in http://forums.asp.net/thread/1395391.aspx
"mkr04" wrote:
Hi Friends

I am facing also Unk 8) nown error problem. In have page where I am
using a User Control when I am using ATLAS to this page I have same
problem, I have tried it by debugging but there is no error. when I
click any button or any control that generate postback , I am facing
this problem.
I have tried ATLAS on many pages but I am observing that this error is
coming to this pages , where User Control(with PostBack) has used.

please give me solution if u have any idea.

Manish

----------------------------------
http://community.ihostasp.net
ASP.NET Developer Community
Sep 27 '06 #2
CK

"Deepesh Verma" <Deepesh Ve***@discussions.microsoft.comwrote in message
news:DA**********************************@microsof t.com...
Try This

Follow the steps:

1Remove all response.write statements with registerclientscriptblock.
2Remove or correct all unformatted html, javascript.
3Put javascript functions in cdata tags.
4If any css, js files are included check their syntax with fiddler tool.
5You can also use some scripts to handle atlas errors
More in http://forums.asp.net/thread/1395391.aspx
"mkr04" wrote:
>Hi Friends

I am facing also Unk 8) nown error problem. In have page where I am
using a User Control when I am using ATLAS to this page I have same
problem, I have tried it by debugging but there is no error. when I
click any button or any control that generate postback , I am facing
this problem.
I have tried ATLAS on many pages but I am observing that this error is
coming to this pages , where User Control(with PostBack) has used.

please give me solution if u have any idea.

Manish

----------------------------------
http://community.ihostasp.net
ASP.NET Developer Community
Do you have any special characters in the Title of the page? I had and
ampersand "&" symbol in a page title and I would get errors like this. I
just used a replace to write the string title Title =
SomeString.replace("&","&amp;")
maybe that will help

~CK
Sep 29 '06 #3
Hi,

checkout my ATLAS-tutorials:

http://www.codegod.de/WebAppCodeGod/..._content=atlas

Bye,

--
Matthias Pieroth
www.codegod.de - The Page for .NET-developers

"CK" <c_**********@hotmail.comwrote in message
news:9g*****************@newssvr25.news.prodigy.ne t...
>
"Deepesh Verma" <Deepesh Ve***@discussions.microsoft.comwrote in message
news:DA**********************************@microsof t.com...
>Try This

Follow the steps:

1Remove all response.write statements with registerclientscriptblock.
2Remove or correct all unformatted html, javascript.
3Put javascript functions in cdata tags.
4If any css, js files are included check their syntax with fiddler
tool.
5You can also use some scripts to handle atlas errors
More in http://forums.asp.net/thread/1395391.aspx
"mkr04" wrote:
>>Hi Friends

I am facing also Unk 8) nown error problem. In have page where I am
using a User Control when I am using ATLAS to this page I have same
problem, I have tried it by debugging but there is no error. when I
click any button or any control that generate postback , I am facing
this problem.
I have tried ATLAS on many pages but I am observing that this error is
coming to this pages , where User Control(with PostBack) has used.

please give me solution if u have any idea.

Manish

----------------------------------
http://community.ihostasp.net
ASP.NET Developer Community

Do you have any special characters in the Title of the page? I had and
ampersand "&" symbol in a page title and I would get errors like this. I
just used a replace to write the string title Title =
SomeString.replace("&","&amp;")
maybe that will help

~CK

Sep 29 '06 #4

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

0
by: Darren L. Weber | last post by:
The following is a first attempt to almost create a shell script for installation of ATLAS and LAPACK. It does not work right now and it is specific to a particular platform. It is posted here to...
7
by: Brad Coble | last post by:
"An instance of 'Microsoft.Web.UI.DummyHtmlTextWriter' could not be used as an HtmlTextWriter. Make sure the specified class can be instantiated, extends System.Web.UI.HtmlTextWriter, and...
5
by: Peter Afonin | last post by:
Hello, I'm developing an Atlas application in ASP.NET 2.0. Everything was OK, but suddenly I started to get some strange errors on one of the pages: When I click any button or invoke any...
1
by: majorone | last post by:
hello, i am new to atlas and trying to use it on my user control. but after i implemented the following code, i have got a error in yellow page: "MaintainScrollPostition is not supported on pages...
1
by: TARUN | last post by:
Hello All, I am facing problem regarding Atlas. I have install the AtlasSetup.msi in my .NET framework 2.0, and i open the new Atlas Website...... Let me first explain the my senario, I...
1
by: Henrique | last post by:
Hi! I'm having some problems when combining these elements. :( I have a Repeater with a collumn full of LinkButtons inside an UpdatePanel. I handle the ItemCommand event of the repeater to...
9
by: lanem | last post by:
I installed atlas on my dev machine and everything works great. When I try to get it working on the server, I get this error when building the page: "Request for the permission of type...
1
by: ampravin | last post by:
Hi all, I am using Atlas framework and while my session time out, am getting an unknown alert. Is it possible to avoid this? If possible can any one help me out of this? Thanks in advance.
0
by: John [H2O] | last post by:
There's a lot of greek for me here ... should I post to numpy-discussions as well??? The backtrace is at the bottom.... Thanks! GNU gdb Fedora (6.8-21.fc9) Copyright (C) 2008 Free...
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...
0
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However,...
0
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can...
0
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing,...
0
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome a new...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.