B
Brian Smith
I am attempting to create an ASP.Net web form to allow remote sites to
request an open relay for SMTP. I have a drop down list for the
number of IP addresses they want to request for. When they select the
number (1 – 500) I dynamically create textboxes to enter the IP
addresses. When the user has completed entering all of the
information and clicks the submit button, I hide the data entry panel
and display the review panel. This panel will allow them to review
their data and either select to modify the data or submit the data.
When the user selects to submit the data an E-Mail is sent to the
requestor and our team. I am not able to find a way access the .text
values of the dynamically created textboxes.
Any assistance would be greatly appreciated.
request an open relay for SMTP. I have a drop down list for the
number of IP addresses they want to request for. When they select the
number (1 – 500) I dynamically create textboxes to enter the IP
addresses. When the user has completed entering all of the
information and clicks the submit button, I hide the data entry panel
and display the review panel. This panel will allow them to review
their data and either select to modify the data or submit the data.
When the user selects to submit the data an E-Mail is sent to the
requestor and our team. I am not able to find a way access the .text
values of the dynamically created textboxes.
Any assistance would be greatly appreciated.