IRC Networks
Irc Logs Stats
Start date: 2007-09-27 02:48:27
Last update: 2008-10-24 20:19:38
Channels: 41
Logged Lines: 6230436
Size: 1822.18 MB
Powered by
Channel Info
Network: freenodeChannel: #csharp |
Search in www.irclog.org
Log from #csharp at freenode 2006-06-14
[18:45]<kydjjrryf>+they may have
[18:45]<kydjjrryf>+but SEDA is a heavy handed design pattern
[18:45]<kydjjrryf>+it's a collection of design pattern really for scalability
[18:46]<kydjjrryf>+i am not sure if sun wants to push design patterns on users, but maybe they borrowed some ideas from SEDA
[18:47]<gunsvqonn0o>-^^
[19:02]<syfyvyaw>-anyibe knows how to filter a dataGridView easily
[19:08]<syfyvyaw>-*anyone
[19:17]<gdnn>+Are there any better ways of monitoring a directory tree of about 500 directories than using 500 individual FileSystemWatchers? I want the functionality of a FileSystemWatcher on the entire tree...
[19:19]<azyfm>-FileSystemWatcher.IncludeSubdirectories
[19:20]<gdnn>+oh.
[19:20]<gdnn>+thanks :)
[20:03]<sdnffdxdlld>+how many episodes are there in BSG series 2?
[20:03]<sdnffdxdlld>+a little OT ;)
[20:06]<kydjjrryf>+battle star is still running
[20:06]<kydjjrryf>+?
[20:06]<sdnffdxdlld>+are you thinking of the original series?
[20:07]<sdnffdxdlld>+I'm talking about the recent one
[20:07]<vxyzmly2z>-how can i convert a string formatted as Convert.ToDouble(dataRow[PriceColumn].ToString()).ToString("C2"); back to the non-currency value?
[20:12]<dyz2fjhjzg>-afternoon
[20:12]<dyz2fjhjzg>-does any one know how to use javascript in asp.net C# website?
[20:13]<dyz2fjhjzg>-I've been googling but none of the solutions work :(
[20:14]<`d0>+oho
[20:14]<`d0>+you just use it
[20:14]<dyz2fjhjzg>-well the onkeydown attribute is non valid for a asp:textbox
[20:15]<dyz2fjhjzg>-and the ClientScript.RegisterStartupScript
[20:15]<`d0>+plus
[20:15]<`d0>+http://www.google.ca/search?hl=en&q=javascript+asp.net&btnG=Google+Search&meta=
[20:15]<`d0>+:)
[20:15]<dyz2fjhjzg>-doesn't really do a job here
[20:15]<`d0>+why wont you use atlas/
[20:15]<dyz2fjhjzg>-atlas?
[20:15]<`d0>+http://atlas.asp.net
[20:17]<dyz2fjhjzg>-looking
[20:18]<dyz2fjhjzg>-hmmmm bliepsie
[20:18]<dyz2fjhjzg>-kinda big
[20:18]<mdsvyrmrg>-hi, I am looking for a control similar to this one http://www.codeproject.com/cs/miscctrl/treelistview.asp , that is too buggy, commercial controls are okay too
[20:18]<vxyzmly2z>-how can i convert a string formatted as Convert.ToDouble(dataRow[PriceColumn].ToString()).ToString("C2"); back to the non-currency value?
[20:19]<vxyzmly2z>-ie
[20:19]<vxyzmly2z>-how can i convert a string saved in the .ToString("C2") format back to the plain .ToString() format
[20:20]<dyz2fjhjzg>-hmmm what's the channel for webdev /javascript again ? :\
[20:22]<rxrcr>-thirdLibr, instead of going directly to the c2 format, save the original string value
[20:22]<rxrcr>-str = Convert.ToDouble(dataRow[PriceColumn].ToString()); str2 = str.ToString("C2");
[20:23]<dyz2fjhjzg>-hmmm atlast is way to big for what I want to do
[20:23]<dyz2fjhjzg>-and the easy solution found on google all the time
[20:23]<dyz2fjhjzg>-does not work here :\
[20:23]<rxrcr>-DiabloHorn, I'd help but I don't use asp at all
[20:24]<dyz2fjhjzg>-well I don't get it working either way
[20:24]<dyz2fjhjzg>-nor with asp
[20:24]<dyz2fjhjzg>-nor with only javascript
[20:27]<dyz2fjhjzg>-been using the javascript like this: http://www.nomorepasting.com/paste.php?pasteID=63723 in the asp:textbox instead of using the ClientScript.RegisterStartupScript()
[20:27]<dyz2fjhjzg>-just won't do much
[20:38]<znm|wjzc>-hey guys. I'm using Visual C# 2005 Express Edition, and I'm trying to use ConfigurationManager.ConnectionStrings[]... but I don't have ConfigurationManager. what's the problem?
[20:38]<znm|wjzc>-I have the old ConfigurationSettings in IntelliSense instead. Yes, I'm using System.Configuration
[20:42]<vxyzmly2z>-chaka: the original format is the .ToString("C2")...is there a simple way to rid of the "$"
[20:45]<rxrcr>-thirdLibr, .Replace('$', '');
[20:45]<pzjdyv>+btw, XAML is really sweet, but it's gonna be a different experience from WinForms
[20:45]<rxrcr>-or maybe the trim methods take a param
[20:46]<pzjdyv>+XAML/WinFX/Avalon I guess
[20:46]<rxrcr>-Promit, yeah it's really nice actually
[20:46]<rxrcr>-it'll be better when they fix the VS2005 extensions so that devenv won't crash
[20:46]<pzjdyv>+heh, yeah
[20:46]<pzjdyv>+we're doing all our XAML by hand
[20:47]<rxrcr>-Promit, we're gonna be dogfooding our avalon app soon :)
[20:48]<vxyzmly2z>-danka
[20:48]<pzjdyv>+i'm surprised how much it borrows from ASP.NET, but it works really well
[20:49]<rxrcr>-it gets really fun when you're dynamically loading control templates from disk :)
[20:52]<rxrcr>-Promit, have you played with any of avalon's flow features?
[20:53]<pzjdyv>+not really, i've only been playing with it for like 2 days
[20:53]<pzjdyv>+still just finding my way around the important stuff
[20:56]<rxrcr>-the flow and animation features are both really nice
[21:10]<kydjjrryf>+i have barely started to consider learning asp.net 2
[21:10]<kydjjrryf>+and freaking .net 3 comes out 2007
[21:10]<kydjjrryf>+it's just not right
[21:10]<kydjjrryf>+i missed the days of whipping my subjects into higher productivity in the uranium mines
[21:10]<kydjjrryf>+life was simplier then
[21:11]<kydjjrryf>+it's a good thing i invented .net 3 so there's really no learning curve
[21:12]<vxyzmly2z>-lol
[21:12]<vxyzmly2z>-oh kim...
[21:22]<wyfaj>-KimJongIl: ASP.NET 2.0 will still be the same in .NET 3.0.
[21:22]<wyfaj>-KimJongIl: .NET 3.0 = .NET 2.0 + WinFX
[21:24]<jdvgdjgcgd>-anyone using log4net?
[21:24]<gjrvcxnne>+if I want to visualize data in a tree-like structure.... but where a node can have multiple parents, what program would I use?
[21:25]<jdvgdjgcgd>-program?
[21:25]<gjrvcxnne>+not coding related...
[21:25]<gjrvcxnne>+project specifications related
[21:27]<jdvgdjgcgd>-some kind of uml modeler?
[21:27]<gjrvcxnne>+something like that, probably, yeah
[21:27]<jdvgdjgcgd>-not visio?
[21:28]<gjrvcxnne>+visio might work
[21:28]<jdvgdjgcgd>-there's a .net visio plugin for code generation/uml diagramming
[21:28]<jdvgdjgcgd>-visual studio plugin rather
[21:32]<mnzncs>+i am using the browser control, and i am "generating" html sites. i want to assign a css sheet that i will have locally, how do i do that?
[21:34]<`d0>+what is the best way to include a datbasein a C# project?
[21:34]<`d0>+Many forms use the database, how can I let them all use it
[21:35]<`d0>+withought reinstantiating it
[21:35]<vufvuzn>+lots of ways.. you could pass a reference to your object to each form when you construct them..
[21:36]<vufvuzn>+*shrugs* it's a general OO question, not specific to forms
[21:36]<`d0>+so passing by reference is the only way ?







