Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
Unknown Quality Score

No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.

~4K People Reached
About Me

A Mac guy/designer learning ASP.NET. Good times.

Interests
God, family, music, sports
PC Specs
Monitor, keyboard, mouse, CPU and a mouse pad
Favorite Forums
Favorite Tags
Member Avatar for foundsheep

I have a DHTML ajax pop up that I would like to have centered in the page as it is currently left justified. Also, I would like it to only show the first time a user views the page. Here is the code: [CODE] <script type='text/javascript'> // Browser safe opacity …

Member Avatar for Troy III
0
115
Member Avatar for foundsheep

I'm not sure why but my form is not sending the info. I'm able to get the email but all the fields are blank. When I submit the form I get my echo message. Any help is great, thanks. Form: [CODE] <form action="sell_process.php" method="post"> <table width="100%" cellpadding="2" cellspacing="2"> <tr> <td …

Member Avatar for Ole Raptor
0
113
Member Avatar for foundsheep

I have a form that is classic asp that basically collects some info and sends it to an email account. What I really to do is have an email reminder option added. The form is a monthly report and the idea is to have an option for the reminder. The …

Member Avatar for foundsheep
0
694
Member Avatar for foundsheep

My form was working fine in the past, and now it is not. I'm not sure why. I've been through the code several times and have yet to find anything. The form posts with the general error that is in the code. So, something is breaking, but I'm not sure …

Member Avatar for foundsheep
0
116
Member Avatar for foundsheep

I have a page that inserts information to multiple tables. This part is working fine. What I want to add is when a user adds a new company not only is it inserting to the db but it is also posting the results on a separate page. For instance it …

Member Avatar for foundsheep
0
626
Member Avatar for foundsheep

I've been working on a page that has ddls populating other ddls and form fields. Right now I'm getting this error: erver Error in '/HRIService' Application. Object reference not set to an instance of an object. Description: An unhandled exception occurred during the execution of the current web request. Please …

Member Avatar for foundsheep
0
1K
Member Avatar for foundsheep

I'm trying to insert data into three tables in a relational database. Right now it will only insert to the first table and then it errors out. If you have some genius to share, don't hold back. Thanks. [code] Imports System Imports System.Configuration Imports System.Data.SqlClient Imports System.Web.UI.WebControls Partial Public Class …

Member Avatar for foundsheep
0
450
Member Avatar for foundsheep

I have two drop downs (the 1st pulls from 1 db table then populates the second which pulls from a 2nd db table) with the idea of having them both populate fields of a form on autopostback. The user will then fill out the remaining empty fields. I have not …

Member Avatar for SheSaidImaPregy
0
259
Member Avatar for foundsheep

I have a drop down that will be auto populated when the user selects a previous drop down. The one in question is referencing a particular piece of equipment attached to the company that was selected. The database is set up with a manufacturer table, equipment table, and customer equipment …

Member Avatar for SheSaidImaPregy
0
134