Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations wOOdy-Soft on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  • Users: ozzroo
  • Content: Threads
  • Order by date
  1. ozzroo

    User templates

    Does anyone know how to restore the default user templates. Whenever I create a new user, it creates the user's home folder but anyone can get access to it and its a pain having to go in all the time and change permissions.
  2. ozzroo

    This is a marker file generated by the precompilation tool, and should

    Hi, I have downloaded an aspx file and try to open the file in VS2008 or dreamweaver and get the following error message "This is a marker file generated by the precompilation tool, and should not be deleted!" Anyone know how I can read the contents of this file and edit it Thanks
  3. ozzroo

    Check which users have a file open

    Anyone know a program or a way of finding out which users have a specific file open?
  4. ozzroo

    Can someone check this code please

    Hi Could someone please check this code. It works fine other than its adding the new registration twice and also if a user doesnt supply a file to upload it comes up with an error along the lines that i was looking for the insert fields in the code Thanks in advance <script runat="server">...
  5. ozzroo

    Database Authentication

    I have a login page which authenticates users against an sql database. If successful login, it redirects users to a subfolder called secure. I have the following in a web.config file in the root folder. My login.aspx is also located in the root folder <configuration> <system.web>...
  6. ozzroo

    Uploading files

    Anyone know a link to code which will allow me to work with to upload files (word docs, pdfs) to an sql server. I want to also rename the file to include the client reference number which is an incremental id field in the database. I want it to add the new registration to the database, then...
  7. ozzroo

    Password generator

    I have a registration page that creates a new user account. I was wondering I would I create a random alpanumeric password (in the password field) for each new registration in an sql server database. would it be best to use a stored procedure or do it through .net code. if the first option is...
  8. ozzroo

    Confirmation Emails

    I am having troubles sending a confirmation email after client has registered. My code is below: Sub doEmailClient Dim objEmail as New MailMessage objMail.To = email.Text objMail.From = xxxxx objMail.Subject = xxxxx objMail.Body = xxxx objMail.BodyFormat = Mailformat.Html...
  9. ozzroo

    Insert Record then Email Confirmation

    I have the following code attached to a submit button on a form. The record inserts into the database fine, but when I want to send an email confirmation it comes back with the error: "The server rejected one or more recipient addresses. The server response was: 550 mail from 81.155.200.74...
  10. ozzroo

    Asp.net Calendar

    Hi I have got a .net calendar on my website which is hosted on 1and1 servers. These are hosted in germany. My calendar day headers are the german days of the week. Anyone have an idea of how to change this?
  11. ozzroo

    Active content

    I have a flash animation on a webpage and implemented the active content script that adobe creates (using dreamweaver). I have added the html tags for loop and menu both set to false, yet when i refresh the webpage the animation still loops and can get the menu. Does anyone know a way of...
  12. ozzroo

    Intertwining objects

    Hi I have managed to intertwine some objects like the tutorial here (http://www.johnschwegel.com/tutorials/tentacles.htm) However, after I have done that, I get faint lines which are outlines of the underlying objects Is there anyway, I can get these removed
  13. ozzroo

    Sending multiple emails from microsoft access form

    I have read the threads on sending emails to multiple records from an access database. I create the module that I got from the microsoft site but how to I use that on a button that is on a form Any help please
  14. ozzroo

    Multi coloured cube

    How do I create a cube with different coloured sides. I know how to create a cube with extrude bevel with one coloured but cant get the other sides a different colour. Any ideas?
  15. ozzroo

    Removing network settings from a laptop

    Hi I am trying to connect a latop to the network for a second time. I have already had it connected but it got sent away to be fixed. The problem is the settings on the laptop are configured for a computer name which has been allocated to another machine. How can I remove the settings on the...
  16. ozzroo

    Extrude and Bevel

    I create a cube using the extrude and bevel option. But when i go to scale the cube, it doesnt retrain proportion. Makes it become out of shape. Is there anyway that I can keep the extrude and bevel in proportion when scaling the object?
  17. ozzroo

    Custom Toolbars - Excel

    Wheneve I open Excel, a new Custom Toolbar is created every single time. I have like 25 custom toolbars. Anyone know if this is a virus or something in Excel I have reinstalled Excel a couple of times and still happens
  18. ozzroo

    Flowcharts

    Anyone know if i can create flowcharts in Adobe Indesign where the objects can be linked by the connectors that move with the object. Like what happens in Microsoft Word?
  19. ozzroo

    session variables

    I take it the message below from my host, doesnt allow me to use session variables? What else can I use to pass information between pages Unable to make the session state request to the session state server. Please ensure that the ASP.NET State service is started and that the client and...
  20. ozzroo

    Stored Procedure

    Hi I created this stored procedure in SQL Express on my local machine and I am trying to create it on my isp server. But gives me the follow error Line 4: Incorrect syntax near 'GO'. My stored procedure is below Any help please Its 1and1 as the host by the way CREATE PROCEDURE [PROCEDURE...

Part and Inventory Search

Back
Top