- Strength to Increase Rep
- +10
- Strength to Decrease Rep
- -2
- Upvotes Received
- 111
- Posts with Upvotes
- 95
- Upvoting Members
- 54
- Downvotes Received
- 3
- Posts with Downvotes
- 3
- Downvoting Members
- 3
Recently made a move from Customer Service to Technical Support.Moving in the right direction now, so that makes me happy :)
- PC Specs
- Hi, I'm a PC and Windows 7 was not my idea... but it works better than all the previous ones combined.
490 Posted Topics
Re: Did you, at some point in the project, change the project's source directory at all? Basically it's sounding to me like it's looking for your files at 'C:\users\lizane\desktop\project\peek-ture\peek-ture\bin\x86\debug\peek-ture.exe' but they're either not there at all or in a different location. The 2nd part of the message indicates a possible solution … | |
Re: And on the topic of "supporting DaniWeb" why not become a sponsor :twisted: That's what I did when I realized how useful the site is and that I'd be spending MUCH more time here than I originally intended :P BTW, welcome and junk. | |
Re: [URL="http://en.wikipedia.org/wiki/Pseudocode"]Pseudocode[/URL] [URL="http://dictionary.reference.com/browse/research"]Research[/URL] [URL="http://www.daniweb.com/forums/thread573.html"]ReadMe[/URL] Thought those might help :) | |
Re: I'm somewhat curious why you wouldn't do something along the lines of the following: 1) determine the width of your primary rectangular div 2) determine the width of your central piece 3) deduct half the width of the central piece from half the width of your rectangular div 4) divide … | |
As it seems to come up often enough I figured I'd throw together a quick snippet outlining basic methods for data manipulation in SQL Server using C#. In all examples the coder will need to substitute their own connection string details and variables. I utilised parameters for 3 of the … | |
Re: [QUOTE=abhijeet22;1334306]Form1 frm1=new form1; frm1.show(); this.hid(); very useful Try it[/QUOTE]So, I take it you didn't read any of the discussion that accompanied this snippet as it was explained that it goes beyond the simple process you provided here. S'all good though, I can understand how spending an extra 1-2 minutes of … | |
Re: If I understand this correctly you're intending this process to check for isFinished == true and proceed only if it's true. Your concern is, if the condition changes WHILE it's processing the steps within your if block, correct? First, I'm not sure you should be using IF for the initial … | |
Re: As Ardav said you can use separate body and wrapper div backgrounds to achieve what you're looking for. One thing to note (as you mentioned multiple backgrounds I thought I'd bring this up "just in case") is that IE and Firefox (amongst other popular browsers) handle CSS background properties differently … | |
Re: Suzie999; What I might recommend is for you to post the code related to this "problem thread" here including any creation/disposal logic that you use so that others can possibly error check and troubleshoot the code directly :) | |
Re: First, this should be in the Web Development > ASP.Net forum :) That being said, you will need some sort of a trigger event to populate the gridview once the textBox has information in it or if it is populated based off the textBox value at page load it will … | |
Re: I'm actually confused because the code snippet you've provided doesn't appear to have anything 'out of the ordinary' to it that I can see from first glance. Coupled with the fact that you have NO form tag that I can see, I'm not sure why you'd be getting the error … | |
Re: Welcome to HappyGeek's custom username modification service. Serving the DaniWeb community since 2008. Donations of $500 per name change can be sent to HappyGeek, c/o GreedyLurker, 123 Fake Street.... :twisted: Sorry, feelin' smarta$$ish today :P | |
Re: I dunno, I still feel old for having owned "[URL="http://en.wikipedia.org/wiki/It%27s_a_Small_World#The_song"]It's a small world after all[/URL]" in record format as a kid and remembering [URL="http://en.wikipedia.org/wiki/Lego#Early_history"]Lego[/URL] as being a bunch of brick shaped interlocking blocks (none of this 'tubes' and 'spaceships' and 'pirate ships' crap they have today). Oh!! And the [URL="http://www.cpsc.gov/cpscpub/prerel/prhtml86/86070.html"]Voltron … | |
Re: Dude... you're killing me here :twisted: Try:[CODE]datagridview.Rows.Clear();[/CODE] | |
Re: What I might try in this case is running the application in debug mode and trying to actually capture more specific information about the error from the debug/output consoles (assuming you're using an IDE for development). A more specific error message might help both you and the community to figure … | |
Re: Wow... Let me start by saying I love the new look. And I'm sure once it's all smoothed out it'll work great too :D That being said... 1) I keep getting logged out every couple of minutes and I don't think it's my browser as I have zero issue with … | |
Re: Essentially you're asking it to send a variable that for all intents and purposes does not exist. One option is to try what flexibleres suggested and set a default value so that it is going to send at least NULL to the stored proc. If you want to get more … | |
Re: So... my first question is... is this website hosted on a domain somewhere or is it hosted on your local computer? The reason I ask this is because your connection string seems to be pointing at an access database on a local drive as such: C:\Program Files\Common Files\Microsoft Shared\DevServer\10.0\CitiesDatabase.accdb So... … | |
Re: Um... I guess first off the main question is do you know what pseudocode is? In case you don't it's the written process of working out the logic for a given code problem. I.e.: The steps that will be required to reach a required conclusion. It doesn't involve actually writing … | |
It's been a long while since I've last been here but I've spent the last 2 hours pulling my hair out trying to figure this out and I'm hoping for a bit of help with this one. I have a question/response check (a human verification check) on my page and … | |
Re: I might point out, from a quick browse of your recent posts that the reason for the most recent down vote was most likely as a result of posting in a solved thread with a new question. Generally, if you have a new and unique question it gets a new … ![]() | |
Re: Depending how you plan to go about it, it seems like a simple matter of assigning different functionality based on different access and ownership permissions. You're going to need a database table of some sort for general authority levels (Admin, user, advertiser). You're going to need another table in that … | |
Re: [QUOTE=finito;1298787]your code looks good but where is con.Open()[/QUOTE]Actually, I think that the adapter/fill will open the connection, what's missing is the close of the connection and the actual logic for populating his data. That being said, in the stored proc on the SQL side it's performing several select statements without … | |
Re: I'm a bit confused as to your intention here... are you trying to add the item you're inserting into the DB to the already populated DGV? If so, why not simply reload the DGV to reflect the new table contents once the table's been added to? | |
Re: [QUOTE=wisaacs;1300466]I would like to erase my user id and quit the community permanently. How do I do this?[/QUOTE]I would like to refer you to the following 2 threads regarding closing your account at DaniWeb:[LIST=1] [*][URL="http://www.daniweb.com/forums/thread208776.html"]Thread 1[/URL] [*][URL="http://www.daniweb.com/forums/thread211532.html"]Thread 2[/URL] [/LIST]Long story short, you can't delete your account... However, you are perfectly … | |
Re: I've got a bit of a concern in the way the information is being passed to the calculator class and in the way the answer textbox is being populated. First:[CODE]answerNumber = Calculator.Equals(firstNumber, secondNumber, arithmeticProcess, answerNumber);[/CODE]It appears as if you're passing answerNumber to the calculator to get back a value of … | |
Re: Well congratulations everybody on just handing out code to someone. My particular favorite was this one:[CODE]Button1(.................) { Process p=new Process(); p.startInfo.FileName="calc"; p.start(); }[/CODE]That being said... when someone comes to the forum and says "[I]please help me with the code behind file..as i am really confused...otherwise give me some tips to … | |
Re: Generally I use Adobe Fireworks for all of my animated GIF files. However, the Adobe suite is far from "free" lol. I might check on the [URL="http://download.tucows.com/software.html?t2=846"]Tucows download page[/URL] for possibly shareware or freeware GIF animators but I wouldn't be able to speak to the quality of anything you get … | |
Re: Rather than go into great detail in providing the answer here I'll let others who've provided the answer in the past do my talking for me :twisted: Below is a code snippet (recommended read for this topic) and a couple of related threads that may help you out: [URL="http://www.daniweb.com/code/snippet298708.html"]Snippet[/URL] (Thanks … | |
To preface this post I'm going to say that what I'm looking to do is purely in the theorhetical stages at this moment so I don't have any code to share yet. At it's basest essence what I'm attempting to do is compare Image A with Image B to determine … | |
![]() | Re: One statement that has come up in past discussions relating to the DIV vs. Table debate has to do with loading priority of the components themselves. Tables will not load any content until ALL content for the table is present whereas DIVs (being individual content blocks and technically each 'cell' … |
Re: Short answer, no... Long answer, noooooooooooooooo :twisted: Each calendar can select only one date (if you're using the default asp:calendar as indicated) though I'm sure there are some Spry or AJAX modules that you can install that will allow selection of ranges or multiples. If you require multiple dates using … | |
Re: new_SE Could you please be a bit more specific about what it is you're trying to do here? Your post is far from clear and therefor difficult to answer. | |
Re: [QUOTE=jbisono;1308344]Try to calculate that at the database level, and return the total with your result. your statement should looks like [code=sql] SELECT NAME, SCORE1, SCORE2, SCORE3, SCORE1 + SCORE2 + SCORE3 AS TOTAL FROM YOURTABLE [/code][/QUOTE]Definitely agree with bisono here that your best bet is to sum the totals at … | |
Re: The second it started playing royal fanfare music I closed the damn page :twisted: If he is for real I'm amazed if he has gotten anything other than relatives and non-internet-literate friends as customers. | |
Re: If you no longer have a Default2 file then simply change[CODE]<%@ page language="C#" autoeventwireup="true" inherits="Default2, App_Web_caknetlg" %>[/CODE]to this[CODE]<%@ page language="C#" autoeventwireup="true" %>[/CODE]Particularly as the compiler is saying it can't find 'App_Web_caknetlg' either. For future reference, please name your threads accordingly. Not [B]every simgle thread[/B] that you write needs to be … | |
Re: If I recall from your earlier threads you were writing this with C#/ASP.Net code-behind yes? If that's the case you can actually (through the use of <asp:hyperlink...>) set your URL dynamically from the code-behind instead of trying to set it dynamically on the front end. With an ASP Hyperlink on … | |
Re: I'm confused, are you wanting to record the date of the registration within the information you're recording about the registration? Or in a separate record/table? If you simply want the current date/time within the same record it's as simple as adding a date/time column in your table and populating it … | |
Re: I may be completely wrong here but I think your entire problem boils down to this row of code:[CODE]<asp:BoundField DataField="Product ID" HeaderText="Product ID" ReadOnly="True" SortExpression="Product ID" />[/CODE]More specifically to the ReadOnly="True" statement within that row. [URL="http://social.msdn.microsoft.com/forums/en-US/adodotnetentityframework/thread/5a524fa2-4175-4278-8f88-01acfcacd36f/"]This reference[/URL] at msdn.microsoft.com is similar in nature to yours but different in the way … | |
Re: It can be difficult to specifically strip code from submitted text in a text box... Well... not 'difficult' but cumbersome :) One thing I might recommend would be that you look into [URL="http://msdn.microsoft.com/en-us/library/system.text.regularexpressions.regex.aspx"]Regular Expressions[/URL] as, using that, you can specify strings to be excluded/filtered from submitted text (such as URLs … | |
Re: [LIST=1] [*]Geeks' Lounge is not the place to be asking your code/project related questions (last I checked) [*]You're developing a project for what purpose? [*]You're using MS SQL and VB.Net and it never occurred to you to allow the DataBase to do the id auto-generation for you as part of … | |
![]() | Re: The thing that gets me about this 'scenario' is that there are no timeframes set for either statement. "If you shoot me you will die" Well, if you don't shoot it you will still die, some day. "If you don't shoot me your family will die" Again, eventually, everyone dies. … ![]() |
Re: Phil, if the issue has been resolved you may want to look into marking this thread as 'solved' so it doesn't look as though it's still an active thread ;) Glad you figured it out though. | |
Re: After reading through a few days of rather intense conversation on this matter I figured I'd toss in my 2 cents worth here for any who care to read it. 1) A recurring point that seems to be coming up is whether or not the U.S. Military has the right … | |
Re: Actually, to be honest I've found that it would be nice to be able to apply colour tags to lines of code that I'm trying to accentuate when posting code example responses or quoting the original code segment provided by the OP. Unfortunately, the way the system currently reads the … | |
Re: Is this meant to be an ASP.Net web-form application or a C# windows-form application? If it's a web-form application then: 1)It should have been posted in the [URL="http://www.daniweb.com/forums/forum18.html"]ASP.Net forum[/URL] 2) I'm not really sure how to get the value of the address bar if it's an URL outside of your … | |
Re: Welcome :) Working in the desert and cleaning laptops... sounds like they'd go hand in hand :) | |
Re: I'll throw my 2 cents in here too... I believe web design to be an "art form" in that it requires a solid understanding of form, colour and contrast to successfully pull off an appealing (visually) website. Contrary to what some people may think, web design is not just a … | |
Re: Good Morning and welcome to DaniWeb. Your thread is important to us and has been placed in a priority queue. In order to expedite your thread please have the following ready:[LIST=1] [*]An example of the work you've done to solve this problem yourself [*]An indication of any effort whatsoever [*]Anything … | |
The End.