Search the web
Sign In
New User? Sign Up
CSharpNET · C# .NET (C-Sharp) Developers' Group
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Want your group to be featured on the Yahoo! Groups website? Add a group photo to Flickr.

Best of Y! Groups

   Check them out and nominate your group.
Having problems with message search? Fill out this form to ensure your group is one of the first to be migrated to the new message search system.

Messages

  Messages Help
Advanced
Messages 12263 - 12292 of 19702   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
12263
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...
marcello miorelli
jjradha
Offline Send Email
Sep 1, 2005
11:55 am
12264
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...
Marius Zaharia
zaharia1010
Offline Send Email
Sep 1, 2005
1:08 pm
12265
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...
Shubham Gupta
forshubham
Offline Send Email
Sep 1, 2005
2:11 pm
12266
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,...
Newtz, Brian
virgotat
Offline Send Email
Sep 1, 2005
5:50 pm
12267
Worthy advise. AutoEventWireup=true, (datasets and the Microsoft Data Application block) are indeed the work of satan!! Probably in that order. ...
Paul Cowan
dagda1970
Offline Send Email
Sep 2, 2005
10:26 am
12268
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...
Daniel Spiess
dspiess_mk
Offline Send Email
Sep 3, 2005
4:29 am
12269
Hi All, I am in windows development environment now. I added controls to NicePanel from PureComponents (3rd Party tool.... similar to Panel in windows...
Sharon
sjdotnet2000
Offline Send Email
Sep 6, 2005
11:34 am
12270
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...
Gies,Brad
bgies111
Offline Send Email
Sep 6, 2005
11:34 am
12271
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...
reil_dumas
Offline Send Email
Sep 6, 2005
11:34 am
12272
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...
Scott Moore
samoore33
Offline Send Email
Sep 6, 2005
11:34 am
12273
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...
Scott Moore
samoore33
Offline Send Email
Sep 6, 2005
11:35 am
12274
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....
swapneel_d14
Offline Send Email
Sep 6, 2005
11:35 am
12275
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...
Rizwan Ullah
jee_rizwan
Offline Send Email
Sep 6, 2005
11:36 am
12276
... From: CSharpNET@yahoogroups.com [mailto:CSharpNET@yahoogroups.com] On Behalf Of Joel Sent: Friday, August 26, 2005 1:08 PM To: CSharpNET@yahoogroups.com ...
Vaibhav Sharma
callingvaibhav
Online Now Send Email
Sep 6, 2005
11:36 am
12277
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...
belzicool
Offline Send Email
Sep 6, 2005
11:37 am
12278
Hi Accourding the following Microsoft documentation: ...
johnsmith2797480@...
samsoftwareltd
Offline Send Email
Sep 6, 2005
11:37 am
12279
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...
ghitza_le_lion
Offline Send Email
Sep 6, 2005
11:38 am
12280
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...
Paul Cowan
dagda1970
Offline Send Email
Sep 6, 2005
12:20 pm
12281
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...". ...
Ian Moores
whiterastauk
Offline Send Email
Sep 6, 2005
12:50 pm
12282
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...
Ian Moores
whiterastauk
Offline Send Email
Sep 6, 2005
12:53 pm
12283
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...
Shubham Gupta
forshubham
Offline Send Email
Sep 6, 2005
12:56 pm
12284
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....
Matt Benic
mbenictemp
Offline Send Email
Sep 6, 2005
12:57 pm
12285
Use a RichText box to load the XML into the Text Object and Use regular expressions to find the node and replace it. Shubham ... From:...
Shubham Gupta
forshubham
Offline Send Email
Sep 6, 2005
12:57 pm
12286
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....
Ian Moores
whiterastauk
Offline Send Email
Sep 6, 2005
1:13 pm
12287
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. ...
Kevin Aubuchon
ka3751
Offline Send Email
Sep 6, 2005
1:15 pm
12288
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 ...
Eric Gunnerson
ericgu2
Offline Send Email
Sep 6, 2005
4:28 pm
12289
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,...
Sharon
sjdotnet2000
Offline Send Email
Sep 6, 2005
5:12 pm
12290
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...
Newtz, Brian
virgotat
Offline Send Email
Sep 6, 2005
5:14 pm
12291
// 2.0 Beta 2 MasterPage <LinkButton1 /> <Panel1> <LinkButton2 /> </Panel1> That pseudo-code represents the type of control tree I am working with. I have...
Clinton Gallagher
clintongalla...
Offline Send Email
Sep 6, 2005
11:20 pm
12292
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...
Ian Moores
whiterastauk
Offline Send Email
Sep 7, 2005
7:50 am
Messages 12263 - 12292 of 19702   Oldest  |  < Older  |  Newer >  |  Newest
Advanced
Add to My Yahoo!      XML What's This?

Copyright © 2009 Yahoo! Inc. All rights reserved.
Privacy Policy - Terms of Service - Guidelines - Help