Search

You searched for the word(s): userid:655559

Matching Posts

  • pagemethod call code sample

    Can anyont point me to a code sample where a call is made to a server page method from the client script code? thanks! Pratibha
    Posted to ASP.NET AJAX UI (Forum) by pratibk on 6/6/2006
  • Security concern over application services such as authentication exposed as web services

    There have been questions around security with regard to exposing application services such as authentication as web services to the client side. Can any provide any insight on this ? Also , when we are invoking webserivces from the client side javascript what identity is used for validating user credentials? Thanks! Pratibha
  • atlas webservice question

    in atlas, there is a push to use web services as the data provider from the server side, is there any specific reason for this? Also, in case the server platform is not asp.net then would be be possible to call webservices from the clietn script, if yes , how ? Thanks! Pratibha
  • Re: Datatable in ATLAS

    Thanks for the correction Garbin, strange i overlooked this mistake. One last hurdle to get this working, i am unable to get the right value to set for the set_path setter. I have given the column name from the datatable but that gives me an error saying 'object doesnt support this property'. Thanks, Pratibha
    Posted to ASP.NET AJAX UI (Forum) by pratibk on 5/20/2006
  • Simple bindings example causing postback

    Below is a simple aspx page in which i am setting a binding between a textbox and a label.Cant figure out why is this doing a postback. ??? <%@ Page Language="C#" AutoEventWireup="true" CodeFile="test2.aspx.cs" Inherits="test2" %> < !DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> < html xmlns= "http://www.w3.org/1999/xhtml" > < head runat= "server" > < title >Untitled Page</ title > < atlas
    Posted to ASP.NET AJAX UI (Forum) by pratibk on 5/19/2006
  • Re: ATLAS and sessions objects

    Why dont you take a look at the cascadingdropdown list present in the atlas control toolkit, they have a similar implementation as you desire with dropdownlists. Maybe you can customize it to your need. Pratibha
  • A question about Atlas server controls

    I would like to understand how the atlas server controls render the client script code. I understand that the server controls render the xml-script and send it down to the browser but how does the browser understand this script ? Is this again converted to javascript at runtime? if yes would it not be a two step process and affect performace? Thanks! pratibha
    Posted to ASP.NET AJAX UI (Forum) by pratibk on 5/17/2006
  • Asynchronous File upload control

    I want to add the kind of functioality that exists in gmail when they upload a file as attachment without a page refresh. Do we have something like that in atlas? thanks! Pratibha
    Posted to ASP.NET AJAX UI (Forum) by pratibk on 5/17/2006
  • Re: Datatable in ATLAS

    i found one mistake which i fixed , the $ sign was missing while creating an atlas control out of the label. But now i get another error that says - "No data context available for binding with ID = "" and datapath "" on object of type sys.ui.label"
    Posted to ASP.NET AJAX UI (Forum) by pratibk on 5/16/2006
  • WebChart Control in updatePanel

    I am using a free .NET charting tool that i downloaded from - http://www.carlosag.net/Tools/WebChart/Default.aspx I am binding it with a datareader in the page load server event. I want the column chart to update itself on the timer tick event. Below is my aspx page. I see that its making a full postback and the screen flickers like a full postback. Any help is greatly appreciated <%@ Page Language="C#" AutoEventWireup="true" CodeFile="ChartingDemo.aspx.cs" Inherits="ChartingDemo" %> <%
    Posted to ASP.NET AJAX UI (Forum) by pratibk on 5/16/2006
Page 1 of 5 (43 items) 1 2 3 4 5 Next >
Microsoft Communities