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

    Authentication Pros & Cons (Forms vs Windows)

    I'm going back and forth as to which kind of authentication method to go by. Can you guys give me some real world examples or conceptuals on the pros and cons of Forms -vs- Windows Authentication. There's been issues that Windows mode via Active Directory is the better one since it AD logs...
  2. GeeWond3r

    Populate extra <tr><td> field when select DropDownList

    In Mixed-mode asp.net, I've a Drop-down list in a table's <tr><td>ddl</td></tr>. If a user selects item x and only x, I want a textbox field to appear right below the drop-down list. And if some other item is selected, then that <tr><td>textbox</td></tr> that's right below the...
  3. GeeWond3r

    r they Browser cookies/cache??

    But the thing is... we can't rely on the client to control and enable/disable the configuration. Besides, I've gotta script it so it'll surpasses the client browsers' DEFAULT settings. Thought this thing was suppose to be easy?!. errRRR..
  4. GeeWond3r

    r they Browser cookies/cache??

    I've tried this no-cache methodology from various reference sites: http://support.microsoft.com/default.aspx?scid=kb;EN-US;234067 http://support.microsoft.com/default.aspx?scid=kb;EN-US;189409 http://www.i18nguy.com/markup/metatags.html ... No Luck! Past data are still being populated...
  5. GeeWond3r

    r they Browser cookies/cache??

    Ok, I added the 3 lines to the top of my asp page (that contains the form) and it still populates old data. I added new form fields n still no go! hmm..
  6. GeeWond3r

    r they Browser cookies/cache??

    Whenever a user enters in data in a web form, it seems it's being cached. My webpages do not require cookies. Can someone tell me what/how these cache work? I've a field (let's say a credit card #) that I do not want cached or displayed the next time (when a user enters the 1st character and...
  7. GeeWond3r

    Part II. Passing/Retrieving information b/w websites

    Scenario: All information on a person is in Website1's database. If a person logs in Website2, how would he be able to retrieve (update,delete, pass) his information back n forth the 2 websites? chaos, chaos, chaos...
  8. GeeWond3r

    Part I. Logging in from 1 website to another

    Scenario: There are 2 existing websites (are merging) that needs to pass a user logon session to each other. User has been logging in thru a Post Form Session into California websiteA (via Active Directory acct). Idaho WebsiteB is taking over and is the main entrance for users logging in...
  9. GeeWond3r

    Report Generator dilemma.

    I've set up a web application which calls the stored procedure to generate a report to this tmp_table. Now initially, it was meant for 1 or 2 users for this apps, so there'd be no (or should i say not much conflict). But now, the #s of users who uses this application (esp. at the same time) is...
  10. GeeWond3r

    Favicon.ico on SSL

    I'm able to have my distinguished icon be bookmarked A OK, eXcePt for those SSL enabled sites. Is there any way to enable the favicon to show up when bookmarked w/ ssl's https:?
  11. GeeWond3r

    SSL here ok, there no SSL is ok

    On my website there are pages/dir that requires u to log on (aexp3.htr) via Active Directory accts. I've just purchased SSL, and trying to enable ssl on selective pages/dir (aexp.htr). How do i combine it so that some pages will use ssl aexp.htr and some other pages use aexp3.htr when their...
  12. GeeWond3r

    Who last logon/logoff to the SQL Server?

    Where would I find who last logged on/off from the SQL Server during a paricular period (let's say from 2pm to 5pm yesterday). Out of the blues, my web pages was unable to access the database. So I'm trying to troubleshoot where the problem is. I had to restart the db server for it to work...
  13. GeeWond3r

    Refresh Problem w/ SQL Insert

    In my asp page, there are a few sql inserts commands. And the problem is that whenever someone refresh the browser (either F5 or the Refresh button), another record is added to the database. Is there any easy/quick solution to this? I do hate to perform a post Check on every single inserts!
  14. GeeWond3r

    Click Cancel: You are not authorized to view this page

    Within the intro page, you hit the enter button to enter a secure site. You are prompted to enter your Active Directory user name & password. Instead of entering anything in, you decided not to enter, therefore you hit cancel (and not OK). You're still redirected to a page "You are not...
  15. GeeWond3r

    DATETIME: Select * from table1 where date1 LIKE '%1/2/2004%'

    I've attempted to query records using a datetime field, but unsuccessful. Select * from table1 where date1 LIKE '%1/2/2004%' Is there a sql query that allows you to pull the records based on a datetime search criteria??
  16. GeeWond3r

    ChangePassword -vs- Set Password

    I'm unable to change a password using the usr.ChangePassword "old","new" method. Although I am able to user the SetPassword perfectly! But I prefer a solution on the ChangePassword method. Any idea y can't I get it to work? This works fine: Set usr =...
  17. GeeWond3r

    Replication notice

    When I'm on vacation and want to know if my replication is still working, is there a way of checking it via the web browser? I'm sure there is, but by what method? I'm trying to relieve some stress when I do plan for vacation, but gotta prepare for these things. - Calling S.O.S.
  18. GeeWond3r

    importing Excel to Sql Server

    I'm NOT bringing an excelID column. I did ignore it, but that didn't work. Read my 1st posting!
  19. GeeWond3r

    importing Excel to Sql Server

    2 columns... keeping things simple! In my excel sheet, there are more than 2 columns. But I'm only importing one column (a column of firstnames let's say) into the database and at the same time, the db shud auto-generate the someID column of its table.

Part and Inventory Search

Back
Top