Forum: ASP.NET Feb 27th, 2008 |
| Replies: 4 Views: 8,889 I've ran into that GridView bug with sorting data. My fix was to create a global variable boolean data type for the page and then just toggle it whenever the event was shot off. Just like you said... |
Forum: ASP.NET Feb 25th, 2008 |
| Replies: 4 Views: 8,889 I've searched every where for any code examples for a manual sorting routine, but the only ones I can find are in C#. I've been able to convert it into its VB counterpart, however I'm having trouble... |
Forum: ASP.NET Nov 12th, 2005 |
| Replies: 4 Views: 6,266 I was able to fix my problem with getting ASP.NET to send emails.
I looked into my "badmail" folder located in "C:\Inetpub\mailroot\Badmail" and found this error
Unable to deliver this message... |
Forum: ASP.NET Nov 9th, 2005 |
| Replies: 4 Views: 6,266 I tried the code and it doesn't work for me either.
I've tried 2 different external SMTP servers and both didn't send any mail.
IIS has a built in SMTP server it will use if you don't supply an... |