Jump to content
Xtreme .Net Talk

Robby

Moderators
  • Posts

    3848
  • Joined

  • Last visited

Everything posted by Robby

  1. Are you using Forms based authentication? If so, do you have loginUrl pointing to your login page?
  2. You can use these objects in Query Analyzer, filter by Type or xType (In Master) SELECT * from sysdatabases (In Master and your DB) SELECT * from sysobjects
  3. If I understood you correctly; You can set the property value while in the overridden Render event.
  4. Robby

    Help

    You will need to setup the SMTP vitual service on your server. http://support.microsoft.com/default.aspx?scid=kb;en-us;q303776&sd=tech AND http://www.google.com/search?hl=en&ie=UTF-8&oe=UTF-8&q=setup+SMTP+Virtual+Service
  5. http://www.wrox.com/books/0764543709.shtml http://www.amazon.com/exec/obidos/tg/detail/-/0764543709/qid=1081437138/sr=8-1/ref=sr_8_xs_ap_i1_xgl14/002-8495791-4273652?v=glance&s=books&n=507846
  6. A dropDownList always sets its' width to the largest row's width.
  7. Robby

    Help

    What environment are you running the application on, shared hosting or your own intranet? You can usually use SMTP.
  8. http://www.eggheadcafe.com/articles/20030624.asp or have a look here ... http://www.google.com/search?hl=en&ie=UTF-8&oe=UTF-8&q=save+image+.net+sql+server&btnG=Google+Search
  9. The errored PC probably has a tighter security setting. ie, scripting
  10. You can pass it in the query string or ...have a look here http://www.bassicsoftware.com/popup.aspx?b_id=156
  11. Are you filtering it with a Where clause in your Select statement? If so, WHY? If not then follow Arch4's suggestion.
  12. If their settings are disabled then you cannot re-enable them.
  13. All, how about if we contain these web-hosting related questions in ONE thread. Thanks.
  14. btw, http://www.activehost.com/services/shared-hosting.asp $100/month package has CR.
  15. Interland does not have CR (I used to be with them) I have yet to find a decent host that supports CR.
  16. The best solution is; try to not use frames at all.
  17. Does it make a difference if the PC is using DST ?
  18. I'd have to agree with you Mike (Sam too), although I have used the generic method a couple of times in the past, as of late (with .NET) the way I setup datagrids and business logic I need to map to specific columns and don't really care about a one-size-fits-all philosophy.
  19. Read these ... http://www.xtremedotnettalk.com/showthread.php?t=80821 and http://www.xtremedotnettalk.com/showthread.php?t=82674
  20. Do not place these object in the Global.asax file. Do create a class for these object, it makes much more sense.
  21. "I know that 2 webform is one choice.... ", Please tel me is there another way(Doing that in one webform What do you mean?
  22. Arch4ngel, yes you can insert the JS from your server code but the execution must still be from a client side event for example OnClick of a control, OnLoad of the Body etc....
  23. You need to use Javascript to open a new window
  24. I said it shouldn't make any difference.
  25. Arch4ngel, I don't think there's a difference between a Ctrl key calling a function or a Button calling the same function, visa vie "don't make cpu consumming functions in this section"
×
×
  • Create New...