S
segue
I'm trying to get an aspx popup calendar control to post its date value to
an asp.net aspx page in the same project. I thought that maybe I could set
a property but the scope of the calendar popup ends on that popup page so now
in asp.net/vb.net I think I need to do an httpwebrequest from the popup aspx
page and post or send the data via http to the target page codebehind and
listen for it as a querystring?
Also I'm not sure what I need to import in order to see httpwebrequest as an
object let alone how to write the syntax in vb.net.
?
<SerializableAttribute> _
Public Class HttpWebRequest _
Inherits WebRequest _
Implements ISerializable
Much thanks and I apologize for the ignorance I know that I'm missing quite
a bit here (probably taking the wrong approach).
an asp.net aspx page in the same project. I thought that maybe I could set
a property but the scope of the calendar popup ends on that popup page so now
in asp.net/vb.net I think I need to do an httpwebrequest from the popup aspx
page and post or send the data via http to the target page codebehind and
listen for it as a querystring?
Also I'm not sure what I need to import in order to see httpwebrequest as an
object let alone how to write the syntax in vb.net.
?
<SerializableAttribute> _
Public Class HttpWebRequest _
Inherits WebRequest _
Implements ISerializable
Much thanks and I apologize for the ignorance I know that I'm missing quite
a bit here (probably taking the wrong approach).