Forum: ASP.NET Apr 27th, 2006 |
| Replies: 0 Views: 5,967 asp.net 2.0 password recovery 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,342 send email 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 the... |
Forum: ASP.NET Apr 26th, 2006 |
| Replies: 1 Views: 3,316 validate-upload file 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: 1,705 .xsd 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... |
Forum: ASP.NET Jan 3rd, 2006 |
| Replies: 2 Views: 1,952 Asp.net 2.0 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 following... |
Forum: ASP.NET Jan 17th, 2005 |
| Replies: 1 Views: 6,170 hide checkbox in grid appropriately 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, then... |