Forum: ASP.NET Apr 27th, 2006 |
| Replies: 0 Views: 7,837 Hi,
When using the password recovery control this is the error I get
"SMTP host was not specified."
Where do I set this please?
Thanks |
Forum: ASP.NET Apr 26th, 2006 |
| Replies: 0 Views: 1,576 Hi,
Trying to send an email through asp.net 2.0
Here is the error message. Any ideas please?
Does this mean that the mail exchange server that I have provided is incorrect?
{"Unable to connect to... |
Forum: ASP.NET Apr 26th, 2006 |
| Replies: 1 Views: 4,373 Hi,
There is a requirement to be able to upload files using a website (asp.net 2.0) . There should be a kind of validation on these files before the upload is allowed. What I am not sure of is how... |
Forum: C# Feb 3rd, 2006 |
| Replies: 1 Views: 2,020 I am trying to access a field of a strongly typed dataset (i.e. .xsd)
When I compile, it says: FirstNameColumn inaccessible due to it's protection level.
Where do I check this access level please?... |
Forum: ASP.NET Jan 3rd, 2006 |
| Replies: 2 Views: 2,281 Hi,
I have made the necessary changes in the web.config so that I can get to the security Tab for the
ASP.NET configuration.
The new error when trying to go to the security Tab is:
The... |
Forum: ASP.NET Jan 17th, 2005 |
| Replies: 1 Views: 6,816 In the itemtemplate of a web datagrid, I have placed a checkbox.
At present, for every row of the grid, there is a checkbox.
If for example, let's say three of the records have the same FileID,... |