Help with atlas

G

Guest

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
 
B

Bruno Alexandre

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>
 
G

Guest

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

Thanks
 
B

Bruno Alexandre

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!
 
G

Guest

Thanks! I see you are Portuguese, GO BRAZIL!

Bruno Alexandre said:
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!
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

Forum statistics

Threads
473,770
Messages
2,569,586
Members
45,097
Latest member
RayE496148

Latest Threads

Top