Hi all, I want to share this knowledge I recently got because it took me 3 or 4 days researching to find out how to do it. It is changing the database at...
Very good initiative, to post successful code on the forum. You are a great guy. We expect to see more such things. Regards, Deck ... [Non-text portions of...
Instead of using an xml file, use a ttx file. It is a Field Definition File. All you need to do is specify the field name and the Datatype. Ex: FieldName1...
I was poking around in Reflector today and made quite a shocking discovery - You're all aware of the AutoEventWireup property of the Page directive in ASP.NET,...
I'm using the Enterprise Logging library. When I log and event using a Hashtable to the database, I'm not seeing the information in the database. Here's my...
Hi All, I am in windows development environment now. I added controls to NicePanel from PureComponents (3rd Party tool.... similar to Panel in windows...
We are using Windows Forms, the XtraGrid and VS 2005 Beta. I've having problems trying to figure out what the best way of doing this is : We have an Invoice...
OK, so I have program that opens serial port upon startup and keeps it open, so that it doesn't get "stolen". It also opens IPC channel and listens for...
This is my first experience with Server.MapPath. It would seem that it will only save files to the c:inetpub directory, is this correct? Is there a way to get...
Okay the first email I sent out about this has not made it out, I know now that I can not sue server.mappath, my admin does not want to give the permissions...
Hi ! I m developing one application where i need to use crystal report extensivaly. Im able to use subreports and all other good features of Crsytal Reports....
Hi I am working in asp.net with C# after compilling the application 10 or more the IIS stop his working untill i restart system and also restart IIS Rizwan...
... From: CSharpNET@yahoogroups.com [mailto:CSharpNET@yahoogroups.com] On Behalf Of Joel Sent: Friday, August 26, 2005 1:08 PM To: CSharpNET@yahoogroups.com ...
Hi, I have an application which reads data from an xml file and then populates a grid with the same data. The user should be able to modify a particular node...
Hello all, I have a problem when I try to install a Window Service. Everything runs smoothly (I run installutil from the dir where .NET Framework is) it goes...
I think you want to seriously rethink this one. You may give the user the ability to download these files to the users machine. But actually saving these files...
What sort of file are you trying to download to the users machine, you could just display the link and put instructions for the user to "save target as...". ...
Hi Sharon, Sounds like a bug in the 3rd party component to me, what functionality are you needing that the standard panel doesn't provide? Cheerio Ian...
Leave the original (Invoice) table as is, and create a VIEW for the second table that displays a single entry for each item. Something like this: Invoice...
Have you added an installer to the service? Not an installer in the installshield sense, but an installer that will register the service to the services list....
If DOM is taking to long to load it i can't imagine that the RixhTextBox will load it any quicker, and Regex, although very usefull, is painfully slow also....
First have you tried editing the XML file with XmlDocument? And was the performance unacceptable? You could be correct, but I would always want to verify it. ...
I also like Andrew's book. If you want to know more about the language side, my book (A programmer's introduction to C#) isn't bad, but in your case I think ...
I Tried the Normal Windows Panel too its the same bug. Ian Moores <i_moores@...> wrote:Hi Sharon, Sounds like a bug in the 3rd party component to me,...
And once you get your feet wet and are ready for something more difficult, I highly recommend "Applied .NET Framework Programming" by Jeffrey Richter, from...
// 2.0 Beta 2 MasterPage <LinkButton1 /> <Panel1> <LinkButton2 /> </Panel1> That pseudo-code represents the type of control tree I am working with. I have...
I have done a fair bit of windows work and obviously worked with the standard ComboBoxes on standard panels. and have never found this issue, can you explain...