Search

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

Matching Posts

  • Re: full text search with language other than english(ex chinese, japanese)

    I think you need to use the correct Chinese collation instead of just Nvarchar because Nvarchar just tells SQL Server you are not using ASCII but Chinese and Japanese alphabet are more than two thousand characters while Latin is just 26. There are six Chinese and I think three Japanese collations defined in SQL Server, try the link below to choose your collation. I also think you need to make sure your Microsoft search catalog is populated and check the noise word file. Run a search for noise words
  • Re: How to realize letter print from web with auto address update

    spa: I did not consider the issue that the rest of the application would time out by using script as the control. Many thinks for pointing this. Your help is really appreicated. Good weekend. I am glad I could help reporting in OLTP(online transaction processing) without a reporting engine causes a lot of problems most people are not aware of it.
    Posted to Architecture (Forum) by Caddre on 2/10/2007
  • Re: Still having problems uploading controls.

    Based on the thread below I think your control is good to go because I can go to your site and view both your demo and download pages. Hope this helps. http://forums.asp.net/thread/1564175.aspx
    Posted to Feedback on this website (Forum) by Caddre on 2/10/2007
  • Re: How to realize letter print from web with auto address update

    I understand all what you are saying and I am telling you without a reporting component the rest of your application will run into serious performance issues because when users are doing all you have explained other parts of your application will timeout. That is the reason reporting engines are created they control the processing of long running tasks while the rest of your application run.
    Posted to Architecture (Forum) by Caddre on 2/10/2007
  • Re: Maintenance Plan Execution?

    Murthy Puvvada: thank you so much.... I am glad I could help.
    Posted to Web Forms (Forum) by Caddre on 2/10/2007
  • Re: Help creating classes from my database design.

    Hi LV, I don't have formal comparison but I use both so I know however I have found a link that shows how the data model is defined with the ER(entity relationship) model. I have seen people using data modeling tools take 40-50 files and convert it to 4-5 tables because those tools quantify the associations and attributes. One more thing LINQ uses association to pull the data from the relational model, the link below separate out the two parts of the relational model so it will be easy for you to
    Posted to Architecture (Forum) by Caddre on 2/10/2007
  • Re: Response.Redirect or Server.Transfer cancels log-in session

    The best place to find the cause will be the source code for the user control because those started life as pagelets then they became .acsx files and their events by default start at pageload. So if written by someone who does not know the thread abort in both server.tranfer and response.redirect is killing your session. You get the picture follow the events and threads and you will see what killed your session. To fix this in C# delegates are your friends better yet look for existing complete code
    Posted to Security (Forum) by Caddre on 2/9/2007
  • Re: Is it possible to install ASP on Windows XP Home Edition?

    Mikhail Arkhipov (MSFT): In order tu pull IIS files you need legal copy of XP Pro. If you have one, why not just upgrade the machine? If you don't have a copy and simply borrowing somebody's else XP, you may be violating XP Pro license by copying IIS files from XP Pro disk to multiple machines. Please do not suggest workarounds which may lead users to license violation. I am sorry about it I actually got the link from this site. My laptop comes with media edition which comes with IIS.
    Posted to Installation and Setup (Forum) by Caddre on 2/9/2007
  • Re: Help creating classes from my database design.

    sincity26: I have developed my normalized database but I always get confused when it comes down to developing my classes. I have used codesmith in the past by pointing the app at each one of my tables and it auto-generates a C# class. My question is it seems time consuming to create a class for each table. Is my assumption correct? Why would I create a class for my each lookup table? Here are my table can someone help me out in architecting my classes, all ending with "Type" are lookups. Actually
    Posted to Architecture (Forum) by Caddre on 2/9/2007
  • Re: Can't connect to any database not owned by servername\ASPNET

    You need to set SQL Server to use both Windows and SQL Server, that is covered below. Post again if you still need help. http://msdn2.microsoft.com/en-us/library/ms188670.aspx
Page 1 of 528 (5279 items) 1 2 3 4 5 Next > ... Last »