Nannette Thacker ShiningStar.net

ASP.net Web Application Development

Sponsors

News

See all Blog Posts by Nannette.

Nannette Thacker, consultant and owner of Shining Star Services LLC, specializes in development of custom dynamic database driven web applications utilizing ASP.net technologies. Nannette has been developing ASP sites since 1997. Nannette has written numerous articles on web development techniques and tutorials.

Nannette is the owner and developer of ChristianSinglesDating.com.

 Subscribe in a reader





View Nannette  Thacker's profile on LinkedIn

Browse by Tags

All Tags » ASP Classic (RSS)
Enabling ASP Classic error messages in IIS7 and Windows Web Server 2008
I recently moved my asp classic code from my windows 2000 web server to my windows 2008 web server. But alas, error messages are turned off by default. I got a whole lot of blank pages with grinding hour glasses. To turn back on the error messages, I...
Spam Catch without Captcha
By Nannette Thacker Here is an example of how to set a spam trap without using Captcha. In your web form, typically a Register or Log In page, simply place a hidden textarea field. Then on your form action page, check the value and if it contains any...
HTML Tables to ASP.net Table Controls
By Nannette Thacker If you're new to ASP.net, but familiar with ASP Classic or HTML, you might wonder about the ASP.net table control. Dragging an HTML table from your toolbox... ... will generate these table commands: <table> <tr> <td>...
More Posts