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 strongm 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: ashw
  • Order by date
  1. ashw

    Sharing Folder

    hi, I have a folder consisting of excel worksheets on my computer which I am sharing it with my collegue in the office. however, when I make changes to the excel sheets in my folder, it only updates my folder and not my collegue's. similarly, if she makes a change in the excel, it wont show up...
  2. ashw

    Two Login Pages Directing to Different Default Pages

    Hi, Where do I code Response.redirect(AdminDefault.aspx) I have written the following code in AdminLogin.aspx: <script language=&quot;C#&quot; runat=server> void AdminLogin_Click(Object Src, EventArgs E) { if (Page.IsValid) { if(txtAdminEmail.Text...
  3. ashw

    Two Login Pages Directing to Different Default Pages

    Hi, Thanks for replying fast. I need to have two login pages with default pages for each.I want the AdminLogin.aspx to direct to AdminDefault.aspx. This page has access to certain facilities not available to a member. Also I am coding the the password and user name in the form for...
  4. ashw

    Two Login Pages Directing to Different Default Pages

    Hi everybody, I am developing a website by using ASP.NET and with SQL Server database. Please I need to know this fast.I have a question. I have two Login pages, Login.aspx (For members) AdminLogin.aspx for (Administrators) I want Login.aspx to direct to Default.aspx (after entering correct...
  5. ashw

    Scrolling Links using javascript , HELP!!!!

    Hi, I really need help on this as soon as possible so please help! I have used HTML, CSS and JavaScript to built my website. On the right hand corner of my website, I want a news head line links scrolling vertically. I want the scroll to stop when mouse is moved over a link . Also clicking a...
  6. ashw

    Show path name of document uploaded to file on server

    Hi, I NEED HELP, In my application, we can add policy and attach its relevant document thru a form. the document is upload to a file on the server. besides the policy title, policy content, date created, department and author, the document name is stored in database as wpattachment (by using...
  7. ashw

    Hi, I NEED HELP, In my applicatio

    Hi, I NEED HELP, In my application, we can add policy and attach its relevant document thru a form. the document is upload to a file on the server. besides the policy title, policy content, date created, department and author, the document name is stored in database as wpattachment (by using...
  8. ashw

    PLEASE HELP ON UPLOADING DOCUMENTS !!!!!!

    the documents are uploaded to the main root. the user can only add document of his department so what should I have for value >#Session.Auth.Dept#
  9. ashw

    PLEASE HELP ON UPLOADING DOCUMENTS !!!!!!

    In the intranet I am developing, the user can add a new document to the web. he has to go to a page where he clicks on the the department name , a form to add the document to that deparment comes up. this form consist of document name , description, a browse button , upload document button and...
  10. ashw

    PLEASE HEEEELLLLPPP:Upload doc from a drive to intranet

    Can anyone PLEASE look at my code to see what I am doing wrong? I add documents from an add new document form. the documents are on coldfusion server directory d:/intranet Online directory (all the documents added are displayed in a list with a corresponding checkbox for delete operation) I have...
  11. ashw

    PLEASE HEEEELLLLPPP:Upload doc from a drive to intranet

    Okay, I did a little reading and I don't think I should have any problems on using CFFILE tag. One question. Two type of staff are accessing my intranet. user and admin. the admins can delete, add a document however users can only see it. so the admin page page will contain a delete button and...
  12. ashw

    PLEASE HEEEELLLLPPP:Upload doc from a drive to intranet

    I am very new in coldfusion so all the above is bit intimidating for me. let me read a little about uploading files using the <CFFILE> tag and then I will ask you what to do
  13. ashw

    PLEASE HEEEELLLLPPP:Upload doc from a drive to intranet

    I am very new in coldfusion so all the above is bit intimidating to me. let me read a little about uploading files using the <CFFILE> tag
  14. ashw

    PLEASE HEEEELLLLPPP:Upload doc from a drive to intranet

    How do I upload online document to a list on intranet. I have made a NewDocument.cfm . This is going on the Administrator section. From where I add a document, entring its name, department, description, a browse button that will attach the doc and a submit button. I have written following code...
  15. ashw

    Implement Check authority for loggon process

    I want to implement check authority for my intranet so every time anyone tries to access its page by entring its URL say www.intranet.example/Procedure, it checks session variables to see whether you have been through the proper loggon process?
  16. ashw

    Need help creating splash screen

    I have created the the splash screen and used the meta tag too. How do I make the splash screen the initial page like in Vb we check mark the name of the form to be loaded first. How do we do that in CF
  17. ashw

    Need help creating splash screen

    I need to create splash screen in coldfusion. The screen then loads windows NT loggon screen for user name and password. Please help.
  18. ashw

    Can we make a splash screen with coldfusion

    I will appreciate it if you will put some code here. Thanks, ash
  19. ashw

    Can we make a splash screen with coldfusion

    I need to make a splash page. which after few seconds will show windows network loggon. can we do that on coldfusion? how ?
  20. ashw

    Can we integrate Crystal Reports 8 with Access

    Can we integrate Crystal reports with Access database. How ? Any useful website or book? Please reply soon

Part and Inventory Search

Back
Top