Ask a Question related to ASP.NET Building Controls, Design and Development.
-
Sergey Polyakov #1
Accessing request params during callbacks (ASP.Net 2.0)
Hi everybody
Does anybody know whether it is possible to access the form input values
(usually available via the Params collection of the Request object) during
asynchronous callbacks in ASP.Net 2.0? As far as I can tell the Params items
contain old values from the last postback
Thanks in advance
Sergey
--
Sergey Polyakov Guest
-
exception in tk callbacks?
Hello, Take the following example: -------------------------------------- require 'tk.rb' trap 0, proc { sleep 0.1 } e=TkEntry.new()... -
best way to get data: request.form, request.params, controlname.value
Hi! I think I remember somewhere that using request.form was a bad idea (I can't say I remember why). So I'm wondering: What is the best way to... -
callbacks with lingo
I wonder if anyone could tell me if it's possible to do callbacks in Director... In Actionscipt, I can do this...... var objConnection = new... -
Accessing page request / server variables in a class file.
Hi, Here's a question for you all. Under "classic" ASP any ASP page could have any number of #Include files. Using #Include files I could have... -
difference bet. request.querystring and Request.Params
request.params for asp.net is the httprequest object, and this method gets a combined collection of querystring, cookies, form and servervars...



Reply With Quote

