User Profile

Collapse

Profile Sidebar

Collapse
codesid
codesid
Last Activity: Feb 12 '08, 11:37 AM
Joined: Dec 31 '06
Location:
  •  
  • Time
  • Show
  • Source
Clear All
new posts

  • codesid
    started a topic Merge cells in datagrid (.NET 1.1)
    in .NET

    Merge cells in datagrid (.NET 1.1)

    Just to add the info in this community that I finally found a way to merge cells in a datagrid. In many other forums over the Internet we hear many different opinions, usually asking you to move to ASP.NET 2.0. For those still struggling in 1.1, this is a way out:

    When you bind the dataset in the datagrd, it creates an event that you can use to change the way the data will be binded to it. In the InitializeCompo nent(), add the code:...
    See more | Go to post

  • Haven't anyone gotten into similar problem so far?
    See more | Go to post

    Leave a comment:


  • codesid
    replied to Reading xml using Dataset
    in .NET
    Slow? Well, that would depend on the size of the xml you are trying to process of course. If you need to really use it as dataset, there is not much way around for this... But, for a more careful analysis, you must give some details of the coding and the files...
    See more | Go to post

    Leave a comment:


  • codesid
    replied to open forms from its name string
    in .NET
    As far as I know, this is pretty much it.

    Only one thing from System.Activato r that you may should know... when using it to instantiate classes which require constructors with parameters, you may use one of the other overloads of the same method that you have, but only for public classes. I could not get it to work with internal classes. If you have a situation like that, you may consider encapsulating the class, or turning it public,...
    See more | Go to post

    Leave a comment:


  • codesid
    replied to Public variable in C# windows application
    in .NET
    Wihtout seeing details of the code, it is kind of hard to say, but it seems you've done it right. My first idea would be to create a dummy application where you will only rewrite this behavior, and see if it works.

    I would not use in this case, but a similar solution to cookies and sessions for windows application is the use of Caching. You will find lots of articles about this on the web.

    Cheers!
    See more | Go to post

    Leave a comment:


  • codesid
    started a topic Problems with parsing uploaded csv file contents
    in .NET

    Problems with parsing uploaded csv file contents

    I could not find over the web anything related to this issue that I found, so I started to open a discussion about this, and maybe can help me out, or give better ideas of how to handle with this.

    Environment:
    Windows XP Pro, VS2003, .NET 1.1, C#

    The Case:
    When we obtain the information of a csv file from a post type "multipart/form-data", the contents of the file come with strange chars, similar...
    See more | Go to post
No activity results to display
Show More
Working...