UI Operation in Remote Scripting

V

Vijay Kerji

Hi,
Using remote scripting in .NET, is it possible to operate on the
server controls?
i.e. I call a method foo() of A.aspx, using remote scripting. Inside
foo(), can I Populate a datagrid or anything like that?

Thanks in Advance,

Vijay K Kerji
 
B

bruce barker

while you can, the web server controls abstract the html controls, which
makes them difficult to access from javascript. you can look at the html
generated, but is not guaranteed to remain the same between .net updates.
use either the html controls, or write you own set of server controls.

-- bruce (sqlwork.com)


| Hi,
| Using remote scripting in .NET, is it possible to operate on the
| server controls?
| i.e. I call a method foo() of A.aspx, using remote scripting. Inside
| foo(), can I Populate a datagrid or anything like that?
|
| Thanks in Advance,
|
| Vijay K Kerji
 

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

No members online now.

Forum statistics

Threads
473,744
Messages
2,569,484
Members
44,903
Latest member
orderPeak8CBDGummies

Latest Threads

Top