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

    Regex for 2007-02-12

    I'm not sure how to handle this as an array or function. Maybe, you can help? I know it's ugly but I'm trying to meet a tight deadline. tia, David // Validates Date Fields -- works but needs refactoring... try...
  2. dal2

    Regex for 2007-02-12

    Thanks, for the explanation! I had an interview at Microsoft and they asked me to write a program on the white board that would do just that. I've seen samples but forgot the details. Those interview questions are tough. David
  3. dal2

    Regex for 2007-02-12

    Wow, thank you both for all this info!!! Do you happen to know the formula for leap year finding? Something like %4 %100 %400 Thanks again, David ps I'm working on video podcasting at uwtv.org check out the cs files...
  4. dal2

    Regex for 2007-02-12

    Thanks for your help. Please, explain the regex. I ended up using datetime year, month, day and validating on the server side.
  5. dal2

    Regex for 2007-02-12

    Thanks anyway...I figured out... "^\d{4}\-\d{2}\-\d{2}$" The c# is on the server side validation....
  6. dal2

    Regex for 2007-02-12

    Hi, I'm not sure why it's not validating. Any help is greatly appreciated. <td bgcolor="EEEEEE" align="right"> Production Date</td> <td align="left" style="width: 811px"> <asp:TextBox size="40" Width="800" ID="txtProductionDate"...
  7. dal2

    ASP.NET 2.0, Security, Many Users, Download Site

    Thanks for your help. I'm trying to adapt to an existing ASP.NET 1.1 SQL / Oracle environment so it's tricky to find the added value. Can anyone point me to a sample download site? tia, David
  8. dal2

    ASP.NET 2.0, Security, Many Users, Download Site

    Has anyone built a download site for hundreds of users / companies, using 2.0? My understanding is that each user is granted access to their own sub-directory in the local tree? Has anyone created a dynamic site that builds the content based on user authentication without creating a...
  9. dal2

    affiliate / referral promo design asp.net 2.0, sql

    Hi, I'm having a hard time setting up a promo / referral site. 1. An existing / logged in user sends an email to 5 friends. 2. The Referrer's ID gets passed along when the friend(s) sign in. 3. The Referrer wins prizes based on how many new people they bring in. 4. Those new people are...
  10. dal2

    output display to multiple div or span based on sql content

    I was looking into getrows() with a crlf. Would this be a useful solution? Again, accounting for pageview / character - row requirements. What about an XML conversion with an XSLT output?
  11. dal2

    output display to multiple div or span based on sql content

    Thank you all for your efforts on this question. Tarwyn, I would like to see how you solved it. Unfortunately, the client dropped me from the project. Apparently, I didn't figure it out fast enough...well, I tried. I could output to the cards using a mid and len but the count was off slightly...
  12. dal2

    output display to multiple div or span based on sql content

    Does anyone know the best way to output overflow data into a new div table based on sql output? Say the display is for a 3 x 5 card and you want the extra data to add a new card and populate it. tia, David
  13. dal2

    Flyout Menu in Web Part Under Laps Middle Web Part

    Anybody know how to work with layers in web parts? I've tried the z-index, didn't help. Overlapping frames, I guess? tia, David
  14. dal2

    Urgent, Client wants Microsoft type navigational &quot;flyout&quot; menu...

    Thank you for your help in this matter. I found a simple css example that should work. However, I would like to make it an ssi in a web part. I guess, I should look for a Sharepoint forum for that. David
  15. dal2

    Urgent, Client wants Microsoft type navigational &quot;flyout&quot; menu...

    One more thing, only the parent menu works. The sub menus don't comply with css and don't have flyouts...??? There is an error that says that I don't have permissions. I wonder if that data is pulled??? An xml driven menu with a server side include would be ideal. Anyone know how to add an...
  16. dal2

    Urgent, Client wants Microsoft type navigational &quot;flyout&quot; menu...

    I appreciate all of your efforts. However, I'm still unable to solve this one. The gargoyle puzzle reminds me of an interview question. Using DHTML, how would you create a draggable tile puzzle game that scrambles automatically before each use? It was for an AJAX job. Needless to say I didn't...
  17. dal2

    Urgent, Client wants Microsoft type navigational &quot;flyout&quot; menu...

    Client wants Microsoft type navigational "flyout" menu... I'm going round and round and my client's unhappy. Any help will save my contract. Example: http://msdn.microsoft.com/asp.net/ Thanks, David Larew
  18. dal2

    need to convert unicode block \uE000 and \uE001 to &lt;b&gt;&lt;/b&gt;

    need to convert unicode block \uE000 and \uE001 to <b></b> <Result> <Title xmlns="">?Tek?-?Tips? Forums Career Center</Title>
  19. dal2

    Regex, Unicode block \u8080 to &lt;b&gt; conversion...???

    ?Chikago?.kom is ?Chikago?'s Searkh Engine Monday, Oktober 10, 2005 Sky: Mostly Cloudy Temp: 79° More Weather Web ?Chikago?.kom login my akkount email help Hotels ?Chikago? Jobs Events Cars Homes Apartments Restaurants ... I can convert the c to k but I want to convert the block to bold. The...
  20. dal2

    Expand Activex Menu on opening...

    Hi, I'm using HTML Help Workshop and I have a frameset with the Table of Contents on the left side and the htm files on the right. The books are closed down to the the first node. How do I "expand" them programmatically? tia, David

Part and Inventory Search

Back
Top