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:...
User Profile
Collapse
-
Merge cells in datagrid (.NET 1.1)
-
Haven't anyone gotten into similar problem so far? -
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...Leave a comment:
-
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,...Leave a comment:
-
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!Leave a comment:
-
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...
No activity results to display
Show More
Leave a comment: