Você está na página 1de 3

Question: Is Webcast started?

Answer: it will get started in a few minutes


Question: Voice is scrambled...
Answer: Hope now it is fine
Question: when you are going to show ModalPop extender example?
Answer: tomorrow, Ajax Control Toolkit
Question: r v also gonna cover updatepanelanimaton
Answer: tomorrow
Question: what is the other webservice apart from authentication service
Answer: profile service
Question: How do we convert the existing Web application developed in asp.net 2.
0 to ajax enable
Answer: creae a new asp.net ajax enabled website and copy the new config file se
ttings to you rexisiting asp.net app config file
Question: I have entered the attribute and also using namespace in WebService an
d specified the path in aspx..still I am getting undefinied object error..
Answer: can you send me the sample
Question: how extenders are different from custom controls
Answer: they are both some, here you use javascript
Question: will you explain how to impliment google suggest property using ajax
Answer: tomororow, autocompleteexntender
Question: Please repeat in brief the steps to create a custom extender controls
Answer: create the exnteder class file, inherited from ExtenderControl
Question: what if we cancel request for post back while a request is sent to the
database for updation ?
Answer: attahclient files for behaviours and add focusextender
Question: can we make our existing web application into ajax enale website? If y
es How?
Answer: copy the config settings
Question: AJAX control tool kit is necessary for extenders?
Answer: not required
Question: Is it possible to use File Upload Control inside of UpdatePanel
Answer: no
Question: Is Microsoft Live Hotmail using AJAX?
Answer: yes it uses ASP.NET AJAX extensively
Question: Can I make use of Active Directory Authentication along with this Auth
entication and Profile Services?
Answer: yes absolutely, the data provider is independent
Question: When I want to get a detail of a Row in the Grid I am using AJAX. When
I send a AJAX request it is binding the Grid once again. How to avoid it
Answer: use IfNotIsPostback
Question: Diff btw scriptmanger & Scriptproxy
Answer: scriptmanager proxy is for mastger pages and use define the actual scrip
tmanager in client pages
Question: can we put active x controls to upate panel?
Answer: no
Question: does AJAX makes my website slow?
Answer: no
Question: Can you please list set of controls that cannot be used inside update
panel?
Answer: treeview, validators, fileupload
Question: where and how can we configure timeout in web.config for the onTimeout
function
Answer: webservices timeout
Question: what is difference between authentication and authorization
Answer: authentication is whether i can login to the site, authorization is what
all i can do when i m logged in
Question: where do i get the slides used in this presentation
Answer: it will be uploaded to virtual classroms site in a week time
Question: Are all ASP.Net 2.0 Controls suported under Ajax? If not, what are the

changes that we need to make in order for them to work? Can we build Custom Aja
x controls implementing Basic Controls?
Answer: yes, Extenders for custom ajax controls, not supported - treeview, valid
ators, fileupload
Question: can we implement auto page update using AJAX
Answer: updatepanels and timercontrol
Question: can i refresh only the single row of the grid with ajax?
Answer: no
Question: can we wite these ajax applications that we r writing in c# also in vb
.net ?
Answer: obviously
Question: Is there any property to check whether it is partial postback
Answer: Isasyncpostback
Question: If I am having a update panel which fires when a text box' change even
t triggers and this text box resides inside update panel. What will happen? Some
thing like a infinite loop?
Answer: yes
Question: plz post the eval link in Q n A section
Answer: http://www.microsoft.com/india/eval/june7
Question: Will future release of VS.NET/ Framework replace AJAX?
Answer: no, in fact with VS "Orcas" AJAX is improved as well as fully supported
Question: will it make my system slow?
Answer: no
Question: doe swebparts used inside updatepanel
Answer: webparts inside updapanel no no
Question: using connection string in updatepanel in efficient then in class libr
ary to open and close the connection
Answer: use class library and open and close
Question: Harish cud u tell us if Techmela would be helding at New Delhi or not
Answer: no it happens only in mumbai
Question: control we are not able to focus can we do it using focus control?
Answer: http://www.microsoft.com/india/virtualclassrooms
Question: There is no property like Isasyncpostback in Page Object. Is it in Pag
e Object or in some other object?
Answer: var obj = Sys.WebForms.PageRequestManager.getInstance(); if (obj.get_isI
nAsyncPostBack()) obj.abortPostBack();
Question: Can we call a server side function in cancel updateprogess()
Answer: yes asynchronously
Question: 'Filling one dropdown based on the selection of other' is this functio
nality possible in AJAX?
Answer: tomnorrow we have the exact sample in toolkit session
Question: can u please tell me ur Blog URL again??
Answer: http://geekswithblogs.net/ranganh
Question: Nothing is being displayed
Answer: http://www.techmela.com
Question: what happens to update panel when we use a back button of the browser?
Answer: today its a little tricky
Question: No. I want to check whether the page is postback in the server side no
t in the client side
Answer: write to me your question clearly in mail
Question: Will update panel support cross frame functionality? Can update panel
in one frame communicate with the update panel in another frame?
Answer: no
Question: What are the Active x controls
Answer: not relevant
Question: Can you explain Login demo tomorrow
Answer: yes
Question: does the AJAX uses XMLHttp Object to call server side components
Answer: yes internally
Question: Can we call any class method in Javascript using AJAX like we can do f

or webservice
Answer: yes
Question: can we use ajax to save,update and delete data or is it only for the d
ispalying of information?
Answer: any operation as you would normaly do with server side methods
Question: Can we call multiple webservices at a time using AJAX.
Answer: yes
Question: Is there any way to convert ASP 1.0 web page to ASP2.0 Ajax unable
Answer: convert it first to asp.net 2.0 using visual studio 2005 and then add co
nfig settings to ajaxify the same
Question: is there a way to use validators inside update panel
Answer: currently no
Question: Can we call any class method in Javascript using AJAX like we can do f
or webservice. Can u show us how we can call such method
Answer: yes
Question: I used Animation Extender in asp.net, it is working fine in IE 7 but i
t is not working in IE 6. Can you say the solution for that.
Answer: no, check forums.asp.net site
Question: thanks for the answer. so we cant go back to the previous state after
the update panel is updated
Answer: yes
Question: can we get techmela sessions in microsoft web site for those people wh
o cant attend at mumbai
Answer: not sure as of now
Question: How we can call class method. Can you explain this
Answer: we will see a sample tomorow, if we have time. too many examples though
:)
Question: Is there any entry fee for TechMela?
Answer: yes
Question: controls plased on page looks diiferntly on IE6 & IE7,also when i trie
d to use calender control it appears behind the dropdown
Answer: check http://www.live.com and search for overrriding dropdown using div
Question: I think due to AJAX the first time load of Hotmail is slow, if I clear
my temp internet files.
Answer: some thing related to connection, im getting it very fast here
Question: Is there any other way to use file upload control along with AJAX upda
te panel?
Answer: use it outisde panel
Question: while i am writing code for auto suggest in ordinary java script i am
getting a runtime error in java script in thelina document.getElementById("txtHi
nt").innerHTML=xmlHttp.responseText; why? can i impliment with ajax enabled web
site with out that error?
Answer: yes, wait for AutoCompleteExtender sample tomorow
Question: does the daily online evaluation counts for our certification?
Answer: yes
Question: what is the use of _Appservice.axd
Answer: AXD is the handler for applicaiton servics - forms authentication, profi
le etc.,

Você também pode gostar