Showing posts with label write. Show all posts
Showing posts with label write. Show all posts

Wednesday, March 28, 2012

Atlas without web services.

All the examples I have seen on Atlas uses web services. I want to use regular aspx methods instead. Is it possible to write an Atlas application that for every 5 seconds call a method in a regular aspx file to check for changes and based on the result of the method updates only a part of a page? Can anyone show some example code?I figured this out. Sorry for bothering you.

hello.

just one more thing: don't forget that page methods are really expensible...if you can, use a web service method to check the update condition.


I have seen both ways and I noticed using web services are more emphasized.

Why are using web services any quicker ?

Monday, March 26, 2012

ATLAS UNKNOWN ERROR SOLVED

Hi friends,

Recently we solved almost all unknown error issues.

1> Remove all response.write statements with registerclientscriptblock.

2>Remove or correct all unformatted html,javascript.

3>Put javascript functions in cdata tags.

4>If any css,js files are included check their syntax with fiddler tool.

5>You can also use some scripts to handle atlas errors

If you have any suggestions or corrections please reply so that i can imrove on this.

lohogaonkar.amit@dotnet.itags.org.yahoo.com

Hi, Ok i will test these in my at atlas

Recently we solved almost all unknown error issues.

1> Remove all response.write statements with registerclientscriptblock.

2>Remove or correct all unformatted html,javascript.

3>Put javascript functions in cdata tags.

4>If any css,js files are included check their syntax with fiddler tool.

5>You can also use some scripts to handle atlas errors

If you have any suggestions or corrections please reply so that i can imrove on this.

Email me atlohogaonkaramit@.yahoo.com

Wednesday, March 21, 2012

Atlas Server Controls

Will there be drag and drop server controls for Atlas once it ships? Drag Atlas (AJAX) control from toolbox to web form, write C# code, done! Dart has a great set off LiveControls that are very easy to use but also pretty expensive. Does anybody know?
PatrickYou can already do that with the Atlas server controls if you add them to the toolbox.

Thanks for your reply. I downloaded the following from atlas.asp.net

Atlas Blank Project VSI

Use this project add-in to Visual Studio 2005 Beta 2 to create your own Atlas web project. Includes Atlas binaries and everything you'll need.
When I open a New Atlas Project and right click on the Toolbox - Choose Items - I can't find the atlas controls under the .Net Framework Components or the COM Components. Is there something else I need to install? Please let me know. Thanks, Patrick


Yes, if you want the controls in the toolbox, you'll have to add them. You do this from the context menu of the toolbox itself, which will enable you to add the controls from the atlas dll.
I'm sorry to bother you again. I have added a new tab to the toolbox and called it Atlas. Now I have four different places where the Microcoft.Web.Atlas.dll is located on my machine. Am I right to assume that I should find the atlas controls when I right click in the Toolbox and click Choose Items under the tab .Net Framework Components?
What do you mean when you write "which will enable you to add the controls from the atlas.dll?
Do I have to browse to one of the Microsoft.Web.Atlas.dll's on my computer? Will that add the controls.
Lost sorry.............
Thanks, Patrick
Thanks Bertrand, I figured it out. I browsed to the Microsoft.Web.Atlas.dll double clicked on it. This added all the Microsoft.Web.UI controls to the .Net Framework Components tab and I was able to add the controls to the Toolbox. Pretty easy really. Thanks for your help once again. Happy coding, Patrick
I've done this too, thank you. But should I still be getting manyerrors such as "The active schema does not support the element Binding"? In my code browser?
I can't even switch to design view because it complains of the Atlas tags.

That's an issue in the PDC build that has been fixed in the next build we'll release.

Hi,

I've just installed the January release and trying to add the controls to my Toolbox. Whenever I try to add Microsoft.Web.Atlas.dll by browsing it in the "Choose Toolbox Items", I received an error message:

There was an error loading types from assembly C:\Microsoft.Web.Atlas.dll
Request for permission of type 'System.Web.AspNetHostingPermission, System, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c5656565' failed.

I am unable to add it to my toolbar... Any idea what I am missing?

Thanks!

Janh