Ask a Question related to ASP.NET General, Design and Development.
-
KathyB #1
how to interact client script within aspx page to other page functions, etc.? PLEASE!!!
Hi, I've spent all day trying to find some info on this...please help!
I have an aspx page with an xmlDocument (not dataset/relational db)
with step-by-step instructions for manufacturing...
I need to use clientside script to edit the xmlDoc with user input
(edit nodes) here and there...such as capture a measurement,
start/stop times, etc.
HOW DO I DO THIS? How do I get the clientside script to post/interact
with the other elements of the aspx page? (eg, using another xmldoc to
capture some of the data). Postback shouldn't be a problem, because
the script should also save the xmldoc as a string to a db record,
then reload that string. OR do I somehow pass the info to another page
to process???
Sorry, this still eludes me!
GETTING DESPARATE...last piece of a puzzle for me.
Thanks. Kathy
KathyB Guest
-
Accessing a aspx page using HttpWebRequest from another aspx page on the same webapp
Did you have any luck on this as I have the same problem. Maybe you can help me out of you solved your problem. -
Controlling Page Access in .aspx page
I am building some .NET classes and pages that will be part of an existing classic ASP app. The ASP app uses cookies to store login information for... -
HELP: No POST data found from a ASPX Script HTTPWebRequest into a PHP Page
We are working with a vendor who is trying to post some some XML data to us. They are using an ASPX script to post to a PHP page of ours. The... -
Client side validation in aspx page
Can anyone tell me how I can perfor client side validation in javascript on a form in an aspx page. All the scripts I use to use in classic asp... -
redirecting from .aspx page to .asp page
There is no great way to share session state between ASP and ASP.NET. But that doesn't mean you don't have options. Here are some common ways:...



Reply With Quote

