Search

You searched for the word(s): userid:82162

Matching Posts

  • Re: passing session("emailAddress") not work ..

    Hi, you have to convert the session value to a string, for example: CStr(session("emailAddress") or CType(session("emailAddress"), String) You have to do this because you are compiling with Opt Strict On (look to the error message). And that means: no automatic type conversion at runtime. HTH Tom
    Posted to Getting Started (Forum) by tt32 on 2/28/2004
  • Re: The big hole in .Net - Reporting

    Steve, i'm using ActiveReports.NET to generate Reports as HTML Pages, Excel Sheets and PDF's within my web site. It works well and it is easy to use. You can download a trial version at Data Dynamics Tom
    Posted to Getting Started (Forum) by tt32 on 2/13/2004
  • Re: Scrollbar

    Try: scrollbars=yes HTH Tom
    Posted to Client Side Web Development (Forum) by tt32 on 12/30/2003
  • Re: Updating dropdown control with updated db records

    Yes of course, you can call a sub from a sub. Create a sub for the code to populate your controls, like Private Sub BindData() .... End Sub If you need to refresh just write BindData() HTH Tom
    Posted to Getting Started (Forum) by tt32 on 12/30/2003
  • Re: SQL Server connection problem

    Check if you added your ASPNET account as a valid SQL Server Login and if this account is a user in your database limapdb. You can do this easy with Enterprise Manager. Tom
  • Re: multingual site

    Hi, tried that with DNN. We have changed all static labels, dateformats etc. In addition we changed announcement modul to show content in more than one language. I think there are two important points you have to look for: - technical side - business process to manage content for different languages Technical side is easy. You have to avoid - coding like If strDirection = "Right" Then ... - using fixed dateformats (in Core DNN and a lot of modules the american dateformat is hardcoded)
    Posted to Localization (Forum) by tt32 on 12/28/2003
  • Re: ASP.net Certification

    Hi, look to this site to find the requirements for the MCAD certification. You have to pass 2 core and 1 elective exam. Depending on your choice you can get the MCAD certification without any knowledge about Windows Applications. You don't have to attend all the courses. You need the knowledge to pass the exams. It is up to you in which way you get the needed skills. I'm not sure if MCAD is a recognised qualification. Maybe you spend some time more to get the MCSD certification which is one of the
    Posted to Getting Started (Forum) by tt32 on 12/22/2003
  • Re: ASP.net Certification

    Take a look to Safari.InformIT.com . You can buy a bookshelf with 10 slots for about 20 bucks /month. You find a lot of books for the MCAD/MCSD certification (inlcuding the one posted by JakeJeck). Tom
    Posted to Getting Started (Forum) by tt32 on 12/22/2003
  • Re: Index Services

    Ted, i have written a module that works with Indexing Services. Drop me a mail to ttATNOSPAMdbresource.de and i send you the code. Tom
    Posted to DotNetNuke (Forum) by tt32 on 12/1/2003
  • Re: about Esperantus - ML

    look to my answer in the main forum: View Tom
    Posted to Custom Modules (Forum) by tt32 on 11/28/2003
Page 1 of 26 (259 items) 1 2 3 4 5 Next > ... Last »