Forum: Upcoming News Stories Nov 11th, 2005 |
| Replies: 5 Views: 2,835 Well well, look what we have here:
http://www.informationweek.com/story/showArticle.jhtml?articleID=173601761&pgno=1
Just a little taste:
"In other Sony BMG news, a slew of security firms... |
Forum: Upcoming News Stories Nov 11th, 2005 |
| Replies: 5 Views: 2,835 Danny, what are you talking about?! Do you know what a rootkit is?? Have you seen anything use a rootkit that wasn't in some way spyware/malware related? Mark Russinovich defines it very well when... |
Forum: Upcoming News Stories Nov 8th, 2005 |
| Replies: 4 Views: 8,250 Just a quick note, you mentioned- "Perhaps it is time to look at McAfee, Panda, and/or Zone Labs for additional layers of security."
Granted, maybe Symantec is flawed, but oftentimes the... |
Forum: ASP.NET Oct 10th, 2005 |
| Replies: 2 Views: 2,560 OK, Im gonna hook you up, but DON'T CHEAT SUCKA! If u do, you'll end up having to reteach yerself all your crap after you graduate, like me. Believe me, it sux to teach yerself. Especially if... |
Forum: ASP.NET Oct 10th, 2005 |
| Replies: 1 Views: 2,381 Oh yeah, its possible.
Check this out, I believe it will answer your question:
http://www.c-sharpcorner.com/Code/2002/July/EditableListBox.asp |
Forum: ASP.NET Oct 10th, 2005 |
| Replies: 2 Views: 12,868 P.S.- If I just gave you an answer to a homework problem, you owe me $20. :evil: :p :cheesy: |
Forum: ASP.NET Oct 10th, 2005 |
| Replies: 2 Views: 12,868 Optimistic vs. Pessimistic Locking
OK Eddy, here goes:
Locking is a method used to protect records that will be accessed by multiple users so that concurrency errors do not occur (when multiple... |
Forum: Geeks' Lounge Oct 10th, 2005 |
| Replies: 2 Views: 1,995 Ignore him, he's just trying for a red bar for his reputation. ^^
server_crash = :twisted: |
Forum: Posting Games Oct 7th, 2005 |
| Replies: 7,595 Views: 661,948 |
Forum: IT Professionals' Lounge Oct 6th, 2005 |
| Replies: 30 Views: 5,783 I work tech support for an electrical engineering company and over the last few years we have switched from Tosiba and Gateway to almost all Dell laptops for employees. I am very impressed with... |
Forum: Geeks' Lounge Oct 6th, 2005 |
| Replies: 18 Views: 3,005 OK, one more quick DDR comment- I have size 13 feet, and the arcade machines have buttons that are recessed in metal. MY FREAKIN' FEET DONT FIT! Has anyone else had the problem, or does my tippy... |
Forum: Posting Games Oct 6th, 2005 |
| Replies: 7,595 Views: 661,948 |
Forum: Upcoming News Stories Sep 16th, 2005 |
| Replies: 18 Views: 3,988 Alright all you Grammar Geeks- see what you think of this:
Short-hand typing and leet speak is roughly equivalent to slang speach in normal English speaking. It can be permissible, as long as it... |
Forum: ASP.NET Aug 3rd, 2005 |
| Replies: 15 Views: 31,401 Yeah, I admit my method is a bit unusual. Here's my rationale: If a user enters a partial value into one of the text boxes, the InStr method will pick up on that and return all values containing... |
Forum: ASP.NET Aug 2nd, 2005 |
| Replies: 15 Views: 31,401 OK, well first of all, I would proudly like to announce that this problem has been officially solved- due to some changes in page load and some clever use of session variables. I now have a program... |
Forum: ASP.NET Jul 28th, 2005 |
| Replies: 15 Views: 31,401 I took your advice, and made a special session variable called "dsTest" to use at the end of my search button click method, and then I used dsTest in the else statement of the page load method.
... |
Forum: ASP.NET Jul 27th, 2005 |
| Replies: 15 Views: 31,401 After finishing my research on Session() I have the proper lines of code for what I intend, yet the error persists. My fellow programmers seem perplexed as well. Here are the changes I made:
... |
Forum: ASP.NET Jul 27th, 2005 |
| Replies: 15 Views: 31,401 Thank u guys. Yer heroes. In lights of both of your suggestions, I went back and learned how to use F8 to step thru the code, and really gain a feel for how execution flows. I also finished... |
Forum: ASP.NET Jul 27th, 2005 |
| Replies: 15 Views: 31,401 Also, perhaps you could discuss the error a little bit. Thanks. |
Forum: ASP.NET Jul 27th, 2005 |
| Replies: 15 Views: 31,401 Believe it or not, Paladine, I knew all that before I posted. ;) (No really, its true!) Logic is important, although sometimes I am still forced to sift through other people's code in books and... |
Forum: ASP.NET Jul 26th, 2005 |
| Replies: 15 Views: 31,401 I am working on filling a datagrid based on results found from a user entering criteria in text boxes and clicking a search button. I have been toying around with Session() to store variables but I... |
Forum: ASP.NET Jul 26th, 2005 |
| Replies: 8 Views: 7,008 Solved my own problem. I had 2 separate instances of the same data set. Thank you for those who assisted me in this. |
Forum: ASP.NET Jul 25th, 2005 |
| Replies: 3 Views: 4,388 Here's a little something I found online, I have no idea if it will help, but here goes:
Symptom:
After copying or installing a .NET web-application the following error is observed in the browser... |
Forum: ASP.NET Jul 25th, 2005 |
| Replies: 8 Views: 7,008 [SOFTWARE DATABASE] is the table name. In brackets so it can recognize the name with the space. Terrible name, but hey, I didn't pick it. Any ideas on this? |
Forum: ASP.NET Jul 22nd, 2005 |
| Replies: 8 Views: 7,008 Since LetsCode's last post I have reevaluated the values of my datagrid textboxes and believe I have solved the pervious indexing error. I won't know for sure until I address the other major error I... |
Forum: ASP.NET Jul 22nd, 2005 |
| Replies: 8 Views: 7,008 I'd like to give the Sub that creates the datagrid as LetsCode requested.
Hope this isn't too much code for y'all to handle! Believe me there's a lot more in the project as a whole! Here we go:
... |
Forum: ASP.NET Jul 22nd, 2005 |
| Replies: 8 Views: 7,008 Thank you for your time, and yes, the resource you gave me has been a great help. My apologies for not including enough information in my former post. This project is getting rather large, and... |
Forum: ASP.NET Jul 20th, 2005 |
| Replies: 8 Views: 7,008 One more wierd thing: when you click on edit, nothing happens, then if you click it again, the empty text boxes appear. Hope that helps, maybe. :-| |
Forum: ASP.NET Jul 20th, 2005 |
| Replies: 8 Views: 7,008 Hello, all!
I'm working with a project to search a Microsoft Access database, show the results in a datagrid, create text boxes to edit the entries found, and then update them.
So far,... |
Forum: Upcoming News Stories Jul 8th, 2005 |
| Replies: 2 Views: 1,812 Very well stated Mike! Your statements were well founded and astute. As a recent grad and addition to the IT workforce, I am very excited about the future of the field. The glass is definitely... |
Forum: Computer Science Jul 7th, 2005 |
| Replies: 29 Views: 8,251 Or just devote yourself to Python and use the "swap()" command! :p
I heart Python. :o |
Forum: VB.NET Jul 7th, 2005 |
| Replies: 10 Views: 11,508 Could I see some code? Maybe post some in code tags? Thanks. ;) |
Forum: VB.NET Jul 6th, 2005 |
| Replies: 3 Views: 10,224 Yep, having a default value for drop down lists is a good habit to get into I think. Try code something like this:
Dim rdrCategory As SqlDataReader
myConnection.Open()
rdrCategory =... |
Forum: VB.NET Jul 6th, 2005 |
| Replies: 4 Views: 2,235 He's right man, you can't expect that anyone is going to bail you out just because you beg and use exclamation marks. Work it out, this stuff isn't easy, you gotta earn it. Come up with some code,... |
Forum: VB.NET Jul 6th, 2005 |
| Replies: 11 Views: 12,976 Well, after much effort I have stumbled on the solution. The problem was merely that my update statement, composed of a number of string parameters needed to have single quotes around each item. ... |
Forum: VB.NET Jun 30th, 2005 |
| Replies: 2 Views: 7,553 myConnection.Close() for each connection |
Forum: VB.NET Jun 30th, 2005 |
| Replies: 3 Views: 15,396 Correct me if I'm wrong, but I believe you can simply use the public property "font" for this, as in "MyControl.Font.Style" Or "FontStyle.Bold". |
Forum: VB.NET Jun 30th, 2005 |
| Replies: 11 Views: 12,976 OK, I'm back with modified code- but no dice. Same error. I changed the parameter entry stuff according to Paladine's advice, and I got my debugger working, and checked all 10 of my parameters-... |
Forum: VB.NET Jun 29th, 2005 |
| Replies: 11 Views: 12,976 Thank you all for your time in replying to my question. I am bogged down today, working on switching some servers from Novell to Windows NT (hooray!), ;) but hopefully I'll be able to address... |
Forum: VB.NET Jun 27th, 2005 |
| Replies: 11 Views: 12,976 This may clarify, I changed the UPDATE statement to be more accurate, what you see before each parameter there is the actual column names, many in brackets b/c they would otherwise be illegal in VB... |