Jump to content
Xtreme .Net Talk

Robby

Moderators
  • Posts

    3848
  • Joined

  • Last visited

Everything posted by Robby

  1. Sorry but I'm not a fan of Modules in .NET, check out this sample instead ...http://www.xtremedotnettalk.com/showthread.php?threadid=78434
  2. You can create a solution, add both projects (including the dll project) to it.
  3. Rogier, I asked because we get dozens of people every day posting in the incorrect section and you mentioned HTML tables, so naturaly I had to ask.
  4. Sorry, the tag should be like this <a href=XXXX>here</a>
  5. That's a great find Travis, thanks.
  6. Yes, but the href should be ... "<href=" + dueTimeString + ">Click here</a>"
  7. SQL Server, Access, mySql ????
  8. while in the dayrender function, surround your string with href tags.
  9. dim s as string = "hello" s = textbox1.substring(0,2) s will equal "he"
  10. Were you instantiating the class within a loop?
  11. Are you in an endless loop somewhere or dividing some int ?
  12. I'm still curious as to what this application is used for.
  13. Dup... I'll give him a break andf delete this one and he can keep alive the more recent posting.
  14. The code would stay the same, they are compatable.
  15. Wow, I thought I was paying a lot at CrystalTech, $27.00/month get this: � 25GB Monthly Bandwidth � 400 MB Disk Space � 250 Email Accounts � Unlimited FTP Accounts � 8 Extra Domains � Shared SSL Included � 10 Security Usernames � Microsoft Index Server � PHP, Perl, XML, WinCGI & CGI-BIN � ASP/ASP.NET, ColdFusion 5, or ColdFusion MX 6.1 � MSSQL 2000 (50MB), mySQL (50MB), and MS Access database support.
  16. WinForm or WebForm?
  17. What Sam said about developing on their server is true, however most times you cannot Step-Through whilst on a remote server. iebidan, I was with InterLand for about two years and I wasn't very happy with their service. I am curently with CrystalTech and this is some of the best service you can get. I'll get a reply to a ticket within minutes (at night or on the weekend). Their control panel gives you most any config capablity so you rarely need to request any help.
  18. No I mean the setup you or they have and what your needs are, one of the easiest is to use SMTP.
  19. You're not calling BindNotes() from anywhere.
  20. We've discussed this many times here (The answer is use the Word object or buy a third party control) ....http://www.xtremedotnettalk.com/showthread.php?threadid=76257&highlight=spell+check
  21. Server.Transfer only works if they're in the same application/server.
  22. Are you using ADO.NET? If so then use the Find Or FilterRow of the Dataview.
  23. Did you try and use Styles? BTW, MS has nothing to do with this!
×
×
  • Create New...