Search

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

Matching Posts

  • Re: ERP & CRM

    Hi Irani, That's not a simple question which can be resolved by an article, since the great architecture is just based on your own project requirement. And I suggest that you should make a plan first and try to check what is the key indicator in your project. As for refrence, I suggest that you can start from the following site, you can get best practice suggestion on each part, e.g data access, state management and etc. And some enterprise project sample source codes are also available. http
    Posted to Architecture (Forum) by Nai-Dong Jin - MSFT on 10/14/2009
  • Re: How do you add attribute to a httpmodule?

    Hi, From your description, you can import System.Configuration namespace, and use ConfigurationManager class to get the value from web.config file. (e.g. values in AppSettings node.) For more information, see: http://msdn.microsoft.com/en-us/library/system.configuration.configurationmanager.aspx Thanks.
  • Re: Error in adding Custom headers to HTTPReqest and HTTPResponse objects

    Hi, It seems that you added customer headers via codes, and since you didn't provided the code snippet, I just suggest you to use another practice on adding cusom, we recommend that you use custom headers only on a specific site or application, but not globally. To add a custom HTTP response header at the Web site level in IIS 6.0 and in earlier versions of IIS, follow these steps: 1.Click Start, click Run, type inetmgr.exe, and then click OK. 2.Expand the node for the server, and then expand
  • Re: Global ressource

    Hi, I think you can't exclude the resource files while precompiling your app. But if what you want is to modify the resource file after you precompiled the app, you can try the following theads, See: http://forums.asp.net/t/1456709.aspx Thanks.
    Posted to Localization (Forum) by Nai-Dong Jin - MSFT on 10/11/2009
  • Re: Problem with retrieving and displaying images (using handler)

    Hi, For your first question, if you set the page size to 1 for your GridView, only 1 record can be shown, even there are more than 1 record returned from your query. I'm not quite sure on your second problem. You mentioned that the pictures will be displayed twice, is that on two pages? Why there are 2 pages? The third problem seems that you didn't clear something, could you paste the code in treeview item changed event? Thanks.
  • Re: Hebrew charcters show up as "????" and as "%E0%E1" but not as they should!

    Hi, I think the problem you met is how to encode the parameter between an ASP.NET application and a classic ASP application, right? If so, I suggest that you can try the following threads. http://stackoverflow.com/questions/638422/classic-asp-to-asp-net-urlencoding-problem Thanks.
    Posted to Localization (Forum) by Nai-Dong Jin - MSFT on 9/28/2009
  • Re: RTL vs LTR languages

    Hi, Could you please paste the code? otherwise we can't help. Thanks.
    Posted to Localization (Forum) by Nai-Dong Jin - MSFT on 9/23/2009
  • Re: Need help to recreate this Http header

    Hi, You may refer the following article which shows the standard properties in header. http://en.wikipedia.org/wiki/List_of_HTTP_headers Thanks.
  • Re: set label after pdf load

    Hi, From your description, it seems that you want to pop up the open/save window and display some text in text label right? If so, I think you should separate the whole things into two parts. First you can assign the text property of the label on your web form, and then use RegisterStartupScript method to open a new page in a new window, and just render the PDF file in the new opened page. Thanks.
  • Re: Generic Error Occured In GDI+

    Hi, Have you solved the problem with SGWellens' help? Just to add some comments, that error is caused by the fact that retaining access to the source bits, GDI+ locks any source file, and forces the application to maintain the life of any source stream, for the life of the Bitmap or the Image object. One workaround is to create Index or Non-Index image, and copy image to a new Bitmap object by using Graphics.DrawImage() method, and then resize the new imaeg object. See the following snippet:
    Posted to System.Drawing/GDI+ (Forum) by Nai-Dong Jin - MSFT on 9/17/2009
Page 1 of 292 (2912 items) 1 2 3 4 5 Next > ... Last »