Forum: ASP.NET Feb 13th, 2009 |
| Replies: 0 Views: 236 i wasn't quite sure where to put this, since this is more of an html/encoding question, but since I'm working in .net I figured this is the best place to start...
I have a site, and the... |
Forum: Graphics and Multimedia Jan 8th, 2009 |
| Replies: 10 Views: 1,891 lol this is actually exactly what i've been using! i use the free sxc and for some reason I completely forgot about stockxpert even though they're the same company and the banner is right there at... |
Forum: Graphics and Multimedia Jan 8th, 2009 |
| Replies: 10 Views: 1,891 unfortunately making my own designs just isn't an option for two reasons: 1) my time is mostly spent programming, and more importantly 2) I SUCK at design. all the tutorials in the world can't fix... |
Forum: Graphics and Multimedia Jan 7th, 2009 |
| Replies: 10 Views: 1,891 I'm a web developer, but not much of a designer, so I often resort to using stock images and photos for my content. So far I've been able to get by with stockxchg and wiki commons, but my needs are... |
Forum: Graphics and Multimedia Oct 29th, 2008 |
| Replies: 1 Views: 1,212 okay after playing with google images a little more I found some, but I don't know if, since they're for free browsers, if there's any restrictions on using these images regarding copyright. can... |
Forum: Graphics and Multimedia Oct 29th, 2008 |
| Replies: 1 Views: 1,212 I would like to know where to find the "get XX browser" images. I'm making a page to intercept IE <6 users and tell them to continue they need to upgrade to a more modern browser, and show images for... |
Forum: MS SQL Aug 8th, 2008 |
| Replies: 3 Views: 614 lol okay i is dumb, it's a group by! never was much of an sql guru... thanks! |
Forum: MS SQL Aug 7th, 2008 |
| Replies: 3 Views: 614 well I'm using sql server, which is why I posted in this subforum. sorry for not making that more clear... right now I think I might just bind the individual counts by calling selects on each binding... |
Forum: MS SQL Aug 7th, 2008 |
| Replies: 3 Views: 614 I have a table which counts messages sent to a particular department. the important structure is basically
ID
Department
Message
DateSent
I want to be able to retrieve a resultset where that... |
Forum: ASP.NET May 13th, 2008 |
| Replies: 6 Views: 1,636 well I think loading the whole thing into memory and cheating with the paging is doing the trick for now. the list is thankfully not so long that loading the whole thing into memory for just a few... |
Forum: ASP.NET May 12th, 2008 |
| Replies: 6 Views: 1,636 thank you for the link. I am actually pretty familiar with the repeater controls and how to use them, but this is a special operation that I've not seen done before.
I do want to bind to a list... |
Forum: ASP.NET May 12th, 2008 |
| Replies: 6 Views: 1,636 well I ended up cheating and using a gridview control. I set the paging to true with a pagesize of 5 and then made the pager invisible.
I know it's not ideal because 1) gridview renders a table,... |
Forum: ASP.NET May 12th, 2008 |
| Replies: 6 Views: 1,636 I have an xml documents that I need to bind using a repeater. This is to be a "preview" of a few rows of data with a "view more" link to see them all. Is it possible to do this using just one xml... |
Forum: C# May 8th, 2008 |
| Replies: 2 Views: 4,001 nice, that's good stuff to know, and it makes a lot of sense. I will be sure to use this practice. many thanks :) |
Forum: C# May 8th, 2008 |
| Replies: 2 Views: 4,001 when working with strings, I can check if it has a value by doing something like
if (s == "")
but how do I accomplish this with integers? I thought maybe initializing to a dummy value like 0... |
Forum: HTML and CSS Apr 7th, 2008 |
| Replies: 4 Views: 6,048 thank you for your reply. actually I had considered this route, but it is the list item that is selected, not the link, at least logically that is how it makes sense to me. the link may change but... |
Forum: HTML and CSS Apr 7th, 2008 |
| Replies: 4 Views: 6,048 greetings all, I'm trying to make a sidebar navigation using ul and li tags, and structurally it works fine, but I cannot seem to get one of the list items to appear "selected" so that it displays in... |
Forum: ASP.NET Apr 3rd, 2008 |
| Replies: 6 Views: 3,841 aHA!! stumbled on this entry: http://blog.torresdal.net/2006/12/27/HttpRedirectOnIIS7.aspx
turns out the damn thing wasn't installed! enabled it and it works like a charm!!
thanks for your help! |
Forum: ASP.NET Apr 3rd, 2008 |
| Replies: 6 Views: 3,841 thanks again for the reply, I tried as you suggested, right-clicking and selecting features view, it does work as you described, showing the file instead of the website, but there is still no option... |
Forum: ASP.NET Apr 3rd, 2008 |
| Replies: 6 Views: 3,841 thank you for your reply! would it be possible just to put this in the web.config file for each page and be done with it? or do I have to do something in IIS to make it work?
EDIT: okay I tried it... |
Forum: ASP.NET Apr 2nd, 2008 |
| Replies: 6 Views: 3,841 hello, I'm in the process of upgrading a site's pages from htm static content to a dynamix aspx page. the problem is that I want to redirect users visiting the old pages to the new pages and I want... |
Forum: C# Jun 21st, 2007 |
| Replies: 3 Views: 4,084 actually what happened was that I needed to initialize the rand variable in a STATIC constructor for the class, since i am NOT instantiating it, but rather calling a static method. so I did a
... |
Forum: C# Jun 19th, 2007 |
| Replies: 3 Views: 4,084 hi all. i have a two-dimensional array of System.Drawing.Color that I wish to populate with random colors. I have created a class called Utilities that I want to place a RandomColor() method so that... |
Forum: Game Development Jun 18th, 2007 |
| Replies: 1 Views: 4,203 okay so I'm getting started with directx and C#, but the tutorials I've found are very similar and general and I'm having trouble finding the best way to do this. Any advice is appreciated on this:
... |
Forum: C++ May 8th, 2007 |
| Replies: 7 Views: 2,619 thank you for your reply. that is what I figured... but if the solution is to use a database system of some sort, what advantage is there to using c++ over say one of the new .net languages? since... |
Forum: C++ May 8th, 2007 |
| Replies: 7 Views: 2,619 hi, I have been trying to get into C++ for a while now. My background is in VB.net. I do have experience programming with C++ (and some C) through my classes, but nothing complex... the biggest thing... |
Forum: Database Design Mar 6th, 2007 |
| Replies: 1 Views: 2,000 hi everyone, I'm wanting to make a simple blogging system, where a user can create their own blog.
But I also want a user to be able to create multiple blogs. This means that one person can have... |
Forum: Computer Science May 20th, 2006 |
| Replies: 0 Views: 1,259 hi, I'm wanting to undertake a big project, and I want a way to keep track of my progress. I learned in my software engineering class about requirements elicitation and analysis and I really like... |
Forum: VB.NET May 10th, 2006 |
| Replies: 1 Views: 4,649 Okay I did some debugging and it seems that the thread that is running is indeed the one that I created to run inside the class. How do I make the main thread capture the event instead of that one,... |
Forum: VB.NET May 10th, 2006 |
| Replies: 1 Views: 4,649 I've got a procedure within a class that will be running something on its own thread. Basically it's a timer that will fire periodically... well when that event fires I want to be able to handle that... |
Forum: VB.NET May 2nd, 2006 |
| Replies: 1 Views: 4,440 never mind i found the problem! I was reenqueueing the executing process into the processlist, when I should have been reenqueueing into the ready list!! duh. thanks!
-SelArom |
Forum: VB.NET May 2nd, 2006 |
| Replies: 1 Views: 4,440 hi! I haven't been here in a while, but i'm glad you're still around since I need some help! I've got to implement a round-robin simulation of process execution. I've decided to do this in VB.NET... |
Forum: VB.NET Jan 25th, 2006 |
| Replies: 2 Views: 24,925 Hi! My assignment was to create a program to retrieve the IP address based on a host name... which I totally did :) at least I think i did; it does actually work :)
but in my operating systems... |
Forum: C# Jan 17th, 2006 |
| Replies: 4 Views: 3,907 yeah that little icon was exactly what I needed. I guess us VB programmers are just spoiled :D
thank you for your help!
-SelArom |
Forum: VB.NET Jan 2nd, 2006 |
| Replies: 0 Views: 2,147 never mind i just figured it out. how do I delete this post?
-SelArom |
Forum: C# Dec 2nd, 2005 |
| Replies: 4 Views: 3,907 heh never mind, I just figured it out! when I add the event handler to the event I can have it automatically generated by hitting TAB after typing the +=
but is there any way to make it generate... |
Forum: C# Dec 2nd, 2005 |
| Replies: 4 Views: 3,907 aha so it seems maybe it's not a factor of partial classes but rather C#? I didn't realize the languages were different this way... or are they? I can't find any information on how to do this in C#... |
Forum: C# Dec 1st, 2005 |
| Replies: 4 Views: 3,907 hi! I'm messing with the new Visual Studio 2005, and I'm totally loving it, but there is something that is driving me nuts. In 2003, if I was working on a form, and double clicked a control it would... |
Forum: ASP.NET Nov 22nd, 2005 |
| Replies: 0 Views: 3,184 good afternoon everyone! I was wondering, is it possible to incorporate assembly language within a .NET program, preferably in C# but also in C++ (or even VB!)? I'm not talking about the IL language,... |
Forum: C# Nov 3rd, 2005 |
| Replies: 3 Views: 5,350 is there no better way to do this? it takes about 5 seconds to load the data into memory!! is there not a faster way to process a line of numbers and input them one by one?
-SelArom |