473,396 Members | 1,982 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,396 software developers and data experts.

Help with atlas

Hi,
I can't seem to find any info on calling a webservice with atlas and
populating a gridview with the results. All the doc shows on the atlas
website is alert. Who would want to alert?

Please assist?

Thanks
Jun 9 '06 #1
8 1518
So you have a WebService of your Own that populate a GridView...

...and you want to use Atlas, right?
in your code add:

<atlas:ScriptManager runat="server" id="sm" render="conditional" />
add incapsulate a atlas:updatePanel on your GridView Components, like:
<atlas:UpdatePanel runat="server" id="up1" mode="Always">
<ContentTemplate>

<asp:GridView ....

</ContentTemplate>
</atlas:UpdatePanel>

you can use the UpdateProgress to show some message that you want while the
part of the page is loading...

like:

<atlas:UpdateProgress runat="server" ID="updP1">
<ProgressTemplate>
Loading....
</ProgressTemplate>
</atlas:UpdateProgress>
--

Bruno Alexandre
(a Portuguese in Københanv, Danmark)
"Chris" <Ch***@discussions.microsoft.com> escreveu na mensagem
news:09**********************************@microsof t.com...
Hi,
I can't seem to find any info on calling a webservice with atlas and
populating a gridview with the results. All the doc shows on the atlas
website is alert. Who would want to alert?

Please assist?

Thanks

Jun 10 '06 #2
Hi,
Thanks. Then, what's all the fuss on the atlas site, under docs, regarding
webservice and bridiging?

Thanks

"Bruno Alexandre" wrote:
So you have a WebService of your Own that populate a GridView...

...and you want to use Atlas, right?
in your code add:

<atlas:ScriptManager runat="server" id="sm" render="conditional" />
add incapsulate a atlas:updatePanel on your GridView Components, like:
<atlas:UpdatePanel runat="server" id="up1" mode="Always">
<ContentTemplate>

<asp:GridView ....

</ContentTemplate>
</atlas:UpdatePanel>

you can use the UpdateProgress to show some message that you want while the
part of the page is loading...

like:

<atlas:UpdateProgress runat="server" ID="updP1">
<ProgressTemplate>
Loading....
</ProgressTemplate>
</atlas:UpdateProgress>
--

Bruno Alexandre
(a Portuguese in Københanv, Danmark)
"Chris" <Ch***@discussions.microsoft.com> escreveu na mensagem
news:09**********************************@microsof t.com...
Hi,
I can't seem to find any info on calling a webservice with atlas and
populating a gridview with the results. All the doc shows on the atlas
website is alert. Who would want to alert?

Please assist?

Thanks


Jun 10 '06 #3
what I just told u as an example is the little point of the iceberg, Atlas
is really powerfull, and the "fuss" is about that... the rest that ATLAS can
bring into a WebPage...

check the atlas website carefull so you can get an ideia, there is a lot of
Videos that show you that!

--

Bruno Alexandre
(a Portuguese in Københanv, Danmark)
"Chris" <Ch***@discussions.microsoft.com> escreveu na mensagem
news:0E**********************************@microsof t.com...
Hi,
Thanks. Then, what's all the fuss on the atlas site, under docs, regarding
webservice and bridiging?

Thanks

"Bruno Alexandre" wrote:
So you have a WebService of your Own that populate a GridView...

...and you want to use Atlas, right?
in your code add:

<atlas:ScriptManager runat="server" id="sm" render="conditional" />
add incapsulate a atlas:updatePanel on your GridView Components, like:
<atlas:UpdatePanel runat="server" id="up1" mode="Always">
<ContentTemplate>

<asp:GridView ....

</ContentTemplate>
</atlas:UpdatePanel>

you can use the UpdateProgress to show some message that you want while
the
part of the page is loading...

like:

<atlas:UpdateProgress runat="server" ID="updP1">
<ProgressTemplate>
Loading....
</ProgressTemplate>
</atlas:UpdateProgress>
--

Bruno Alexandre
(a Portuguese in Københanv, Danmark)
"Chris" <Ch***@discussions.microsoft.com> escreveu na mensagem
news:09**********************************@microsof t.com...
> Hi,
> I can't seem to find any info on calling a webservice with atlas and
> populating a gridview with the results. All the doc shows on the atlas
> website is alert. Who would want to alert?
>
> Please assist?
>
> Thanks


Jun 10 '06 #4
Thanks! I see you are Portuguese, GO BRAZIL!

"Bruno Alexandre" wrote:
what I just told u as an example is the little point of the iceberg, Atlas
is really powerfull, and the "fuss" is about that... the rest that ATLAS can
bring into a WebPage...

check the atlas website carefull so you can get an ideia, there is a lot of
Videos that show you that!

--

Bruno Alexandre
(a Portuguese in Københanv, Danmark)
"Chris" <Ch***@discussions.microsoft.com> escreveu na mensagem
news:0E**********************************@microsof t.com...
Hi,
Thanks. Then, what's all the fuss on the atlas site, under docs, regarding
webservice and bridiging?

Thanks

"Bruno Alexandre" wrote:
So you have a WebService of your Own that populate a GridView...

...and you want to use Atlas, right?
in your code add:

<atlas:ScriptManager runat="server" id="sm" render="conditional" />
add incapsulate a atlas:updatePanel on your GridView Components, like:
<atlas:UpdatePanel runat="server" id="up1" mode="Always">
<ContentTemplate>

<asp:GridView ....

</ContentTemplate>
</atlas:UpdatePanel>

you can use the UpdateProgress to show some message that you want while
the
part of the page is loading...

like:

<atlas:UpdateProgress runat="server" ID="updP1">
<ProgressTemplate>
Loading....
</ProgressTemplate>
</atlas:UpdateProgress>
--

Bruno Alexandre
(a Portuguese in Københanv, Danmark)
"Chris" <Ch***@discussions.microsoft.com> escreveu na mensagem
news:09**********************************@microsof t.com...
> Hi,
> I can't seem to find any info on calling a webservice with atlas and
> populating a gridview with the results. All the doc shows on the atlas
> website is alert. Who would want to alert?
>
> Please assist?
>
> Thanks


Jun 10 '06 #5
DAM BRASIL!!!!

Go PORTUGAL :-P

--

Bruno Alexandre
(a Portuguese in Københanv, Danmark)
"Chris" <Ch***@discussions.microsoft.com> escreveu na mensagem
news:A9**********************************@microsof t.com...
Thanks! I see you are Portuguese, GO BRAZIL!

"Bruno Alexandre" wrote:
what I just told u as an example is the little point of the iceberg,
Atlas
is really powerfull, and the "fuss" is about that... the rest that ATLAS
can
bring into a WebPage...

check the atlas website carefull so you can get an ideia, there is a lot
of
Videos that show you that!

--

Bruno Alexandre
(a Portuguese in Københanv, Danmark)
"Chris" <Ch***@discussions.microsoft.com> escreveu na mensagem
news:0E**********************************@microsof t.com...
> Hi,
> Thanks. Then, what's all the fuss on the atlas site, under docs,
> regarding
> webservice and bridiging?
>
> Thanks
>
> "Bruno Alexandre" wrote:
>
>> So you have a WebService of your Own that populate a GridView...
>>
>> ...and you want to use Atlas, right?
>>
>>
>> in your code add:
>>
>> <atlas:ScriptManager runat="server" id="sm" render="conditional" />
>>
>>
>> add incapsulate a atlas:updatePanel on your GridView Components, like:
>>
>>
>> <atlas:UpdatePanel runat="server" id="up1" mode="Always">
>> <ContentTemplate>
>>
>> <asp:GridView ....
>>
>> </ContentTemplate>
>> </atlas:UpdatePanel>
>>
>> you can use the UpdateProgress to show some message that you want
>> while
>> the
>> part of the page is loading...
>>
>> like:
>>
>> <atlas:UpdateProgress runat="server" ID="updP1">
>> <ProgressTemplate>
>> Loading....
>> </ProgressTemplate>
>> </atlas:UpdateProgress>
>>
>>
>> --
>>
>> Bruno Alexandre
>> (a Portuguese in Københanv, Danmark)
>>
>>
>> "Chris" <Ch***@discussions.microsoft.com> escreveu na mensagem
>> news:09**********************************@microsof t.com...
>> > Hi,
>> > I can't seem to find any info on calling a webservice with atlas and
>> > populating a gridview with the results. All the doc shows on the
>> > atlas
>> > website is alert. Who would want to alert?
>> >
>> > Please assist?
>> >
>> > Thanks
>>
>>
>>


Jun 10 '06 #6
Angola vs. Portugal. I'll keep an eye on this one.

"Bruno Alexandre" wrote:
DAM BRASIL!!!!

Go PORTUGAL :-P

--

Bruno Alexandre
(a Portuguese in Københanv, Danmark)
"Chris" <Ch***@discussions.microsoft.com> escreveu na mensagem
news:A9**********************************@microsof t.com...
Thanks! I see you are Portuguese, GO BRAZIL!

"Bruno Alexandre" wrote:
what I just told u as an example is the little point of the iceberg,
Atlas
is really powerfull, and the "fuss" is about that... the rest that ATLAS
can
bring into a WebPage...

check the atlas website carefull so you can get an ideia, there is a lot
of
Videos that show you that!

--

Bruno Alexandre
(a Portuguese in Københanv, Danmark)
"Chris" <Ch***@discussions.microsoft.com> escreveu na mensagem
news:0E**********************************@microsof t.com...
> Hi,
> Thanks. Then, what's all the fuss on the atlas site, under docs,
> regarding
> webservice and bridiging?
>
> Thanks
>
> "Bruno Alexandre" wrote:
>
>> So you have a WebService of your Own that populate a GridView...
>>
>> ...and you want to use Atlas, right?
>>
>>
>> in your code add:
>>
>> <atlas:ScriptManager runat="server" id="sm" render="conditional" />
>>
>>
>> add incapsulate a atlas:updatePanel on your GridView Components, like:
>>
>>
>> <atlas:UpdatePanel runat="server" id="up1" mode="Always">
>> <ContentTemplate>
>>
>> <asp:GridView ....
>>
>> </ContentTemplate>
>> </atlas:UpdatePanel>
>>
>> you can use the UpdateProgress to show some message that you want
>> while
>> the
>> part of the page is loading...
>>
>> like:
>>
>> <atlas:UpdateProgress runat="server" ID="updP1">
>> <ProgressTemplate>
>> Loading....
>> </ProgressTemplate>
>> </atlas:UpdateProgress>
>>
>>
>> --
>>
>> Bruno Alexandre
>> (a Portuguese in Københanv, Danmark)
>>
>>
>> "Chris" <Ch***@discussions.microsoft.com> escreveu na mensagem
>> news:09**********************************@microsof t.com...
>> > Hi,
>> > I can't seem to find any info on calling a webservice with atlas and
>> > populating a gridview with the results. All the doc shows on the
>> > atlas
>> > website is alert. Who would want to alert?
>> >
>> > Please assist?
>> >
>> > Thanks
>>
>>
>>


Jun 11 '06 #7
some Microsoft Atlas Blogger site can offer more example

http://www.atlasasp.com/Cat/AtlasBlogger/default.aspx

Bruno Alexandre wrote:
So you have a WebService of your Own that populate a GridView...

..and you want to use Atlas, right?
in your code add:

<atlas:ScriptManager runat="server" id="sm" render="conditional" />
add incapsulate a atlas:updatePanel on your GridView Components, like:
<atlas:UpdatePanel runat="server" id="up1" mode="Always">
<ContentTemplate>

<asp:GridView ....

</ContentTemplate>
</atlas:UpdatePanel>

you can use the UpdateProgress to show some message that you want while the
part of the page is loading...

like:

<atlas:UpdateProgress runat="server" ID="updP1">
<ProgressTemplate>
Loading....
</ProgressTemplate>
</atlas:UpdateProgress>
--

Bruno Alexandre
(a Portuguese in Københanv, Danmark)
"Chris" <Ch***@discussions.microsoft.com> escreveu na mensagem
news:09**********************************@microsof t.com...
Hi,
I can't seem to find any info on calling a webservice with atlas and
populating a gridview with the results. All the doc shows on the atlas
website is alert. Who would want to alert?

Please assist?

Thanks


Jun 13 '06 #8
Very nice. Thanks!

"St*********@gmail.com" wrote:
some Microsoft Atlas Blogger site can offer more example

http://www.atlasasp.com/Cat/AtlasBlogger/default.aspx

Bruno Alexandre wrote:
So you have a WebService of your Own that populate a GridView...

..and you want to use Atlas, right?
in your code add:

<atlas:ScriptManager runat="server" id="sm" render="conditional" />
add incapsulate a atlas:updatePanel on your GridView Components, like:
<atlas:UpdatePanel runat="server" id="up1" mode="Always">
<ContentTemplate>

<asp:GridView ....

</ContentTemplate>
</atlas:UpdatePanel>

you can use the UpdateProgress to show some message that you want while the
part of the page is loading...

like:

<atlas:UpdateProgress runat="server" ID="updP1">
<ProgressTemplate>
Loading....
</ProgressTemplate>
</atlas:UpdateProgress>
--

Bruno Alexandre
(a Portuguese in Københanv, Danmark)
"Chris" <Ch***@discussions.microsoft.com> escreveu na mensagem
news:09**********************************@microsof t.com...
Hi,
I can't seem to find any info on calling a webservice with atlas and
populating a gridview with the results. All the doc shows on the atlas
website is alert. Who would want to alert?

Please assist?

Thanks


Jun 13 '06 #9

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...
0
by: Chris | last post by:
Hi, I am trying to create an autocomplete textbox from product list. It's not working. Here is my WS
2
by: A.Wussow | last post by:
Hi Everybody, i want to load dynamically content from some user controls (with forms, or some data-controls) using atlas. So i use an UpdatePanel for loading the user control into a placeholder....
2
by: Bob | last post by:
Hi, I discovered the new framework 'Atlas' and i want to use it on my existing application. The problem is that on any page of my existing page, the tag <atlas: .../is not recognized. So my...
5
by: igotyourdotnet | last post by:
I have a question on atlas: I can create an 'atlas project' and I can add atlas controls fine. but when I try and add an atlas control to an existing asp.net web app I can't, Why? I did notice...
4
by: Brad Baker | last post by:
I'm trying to implement a gridview control using atlas & asp.net per the following article: http://weblogs.asp.net/scottgu/archive/2005/12/26/433997.aspx My frustration is that the page I've...
3
by: Robert Scheer | last post by:
Hi. I think I have some conceptual questions here. I have an asp.net web application up and running and now I intend to use Atlas on some of my pages. I have read that after installing Atlas, I...
1
by: jmdolinger | last post by:
Hi all, I'm a newbie to Atlas (and recently ASP.NET) after coming from a long Java background, also have done quite a bit with an Ajax.NET/ASP.NET 1.1 project, but it was basically all...
0
by: YellowFin Announcements | last post by:
Yellowfin, Powered by J2EE, Jasper, BIRT, Spring, jfreeChart Advanta releases ATLAS BI using Yellowfin Business Intelligence 3rd of August, 2007 - Advanta Software, specialist software...
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
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
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers,...
0
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows...
0
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each...

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.