Posts
 
Reputation
Joined
Last Seen
Ranked #186
Strength to Increase Rep
+10
Strength to Decrease Rep
-2
97% Quality Score
Upvotes Received
111
Posts with Upvotes
95
Upvoting Members
54
Downvotes Received
3
Posts with Downvotes
3
Downvoting Members
3
45 Commented Posts
~178.28K People Reached
About Me

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.
Favorite Tags
Member Avatar for xuele91

Visual studio cannot start debugging because the debug target 'C:\users\lizane\desktop\project\peek-ture\peek-ture\bin\x86\debug\peek-ture.exe' is missing. please build the project and retry, or set the outputpath and assemblyname properties appropriately to point at the correct location for the target assembly. How to solve this? ( Using Microsoft Visual Studio 2008) thank you

Member Avatar for Caroline_4
0
2K
Member Avatar for babylex

because I didn't find DANIWEB earlier. :twisted: DANIWEB is one of the best Forum in the world. If i join earlier, i'm sure i will get more info about web development and internet marketing. I will always support DaniWeb. <3 Dora

Member Avatar for UI
0
544
Member Avatar for yayaza

hi i am new to c#programming and i need help on how to create a GPA calculator software application using visual studio. the purpose of this application is to keep track of the grades obtained by a student for the modules he is taking. the application allows student to enter …

Member Avatar for Reverend Jim
0
1K
Member Avatar for Violet_82

hi guys, I came across something rather interesting today. Basically at the moment I'm trying to add multiple spans with a background image to a horizontal div so that the final product looks something like a large ruler ( I use an image with a little black tick to simulate …

Member Avatar for Violet_82
0
273
Member Avatar for Lusiphur

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 …

Member Avatar for sarvesh_3
2
21K
Member Avatar for Geekitygeek

It is a common design in data handling applications to move from form to form to show the user different information. I have seen any number of different attempts at this on the boards so i thought I'd throw together a short snippet to show a cleaner OO way to …

Member Avatar for jacss1x
1
3K
Member Avatar for DaveTran

I am moving an object around from one node to another. I need to tell the object to stop moving when it has reached its destination node. I am currently using this algorithm for movement and node checking [CODE] if (!isFinished) { // If the level has arrived at the …

Member Avatar for Chris_33
1
2K
Member Avatar for mariko

I'm not really sure how to ask this so bear with me and I'll answer questions as quickly as possible. I want a background that is as wide as a viewer's screen is. I also want a different colored background that is only behind the content of my web page. …

Member Avatar for tezac
0
104
Member Avatar for Suzie999

As my project is growing, i've found myself needing to employ a new thread to carry out a loop task for the lifespan of my program. It all works seemingly well except for when I exit it. It dosent close cleanly. By that I mean I have to press SHIFT+F5 …

Member Avatar for ian.chou.12
0
126
Member Avatar for iainiow

HI All, Probably a simple question - but im a noob here. I am building a website using asp.net in VS 2005 using c#. i have a grid view that is pulling values from a table on my sql database. All fine so far, but what i would like to …

Member Avatar for Sampsonlenord
0
715
Member Avatar for jellybeannn

Can someone please help me with why this button is not working, I've tried putting it in <for id="" runat="server">, but then I get the error: A page can have only one server-side Form tag. When the button is clicked nothing happens. [code] <%@ Page Language="C#" MasterPageFile="~/train.master" AutoEventWireup="true" validateRequest="false" CodeFile="TrainStationTutorial.aspx.cs" …

Member Avatar for Hamza Bukhari
0
2K
Member Avatar for SWAT

Is it possible to change my username? If it is, can i do it myself, or does a admin have to do it for me? If the last one, could an admin please change my username from "Little and good" to "SWAT"?

Member Avatar for <M/>
0
1K
Member Avatar for GrimJack
Member Avatar for AngelicOne

I can clear the content of the datagridview by clearing the dataset [CODE]ds.Clear();[/CODE] Then reset the datasource [CODE]datagridview.datasource = ds.Tables[0];[/CODE] Now I will do a select statement that has different columns from the current datagridview. What happens is, the column from the previous datasource is still intact. As if the …

Member Avatar for creations1220
0
1K
Member Avatar for kendaop

Hello, I'm following along Riemer's tutorial for terrain generation and I have my program working, but about 15 seconds after running the program, I get a an error that says, "Win32 Exception was unhandled. The operation completed successfully" Here is my code. [code=c#] using System; using System.Collections.Generic; using System.Linq; using …

Member Avatar for Dennijr
0
410
Member Avatar for jbennet

# Post your bugs here: # ##My bugs:## * ADS! - I have ads! - I never used to (being staff) * Also, do I really have to do the "Are you human?" capctha - kind of sucks.. also I do not have permission to make new tags? after 16k …

Member Avatar for Airshow
0
2K
Member Avatar for Verygoodguy

I have a table that stores last name, middle name and first name. I insert values in these columns using a stored procedure. But for those whose names doesn’t have middle name like Marry Jones, Laite Manuel, etc, when I click into insert button, the stored procedure reports an error …

Member Avatar for himanshu.1691
0
142
Member Avatar for Muni123

Ok so I have made ASP.NET website I have used Access database 2010 but I am having problems with one particular thing when I try and run the website I am getting this error which says OleDbException was unhandled by user code and Could not find file 'C:\Program Files\Common Files\Microsoft …

Member Avatar for Lusiphur
0
223
Member Avatar for praveenjain
Member Avatar for Lusiphur
-2
77
Member Avatar for Lusiphur

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 …

Member Avatar for Lusiphur
0
146
Member Avatar for M.Waqas Aslam

hello ! well today i got two down votes , i dont think that there is any thing wrong with my post , as we know who add reputation to us , can we know the person who is down voting us , and is there any way to balance …

Member Avatar for diafol
1
168
Member Avatar for kikiritce

I started web application project for online licitation and I use asp.net4.0 Have problem in it’s creation. Those are the conditions I have to realize: -Administrator can add or delete biddings. -Advertiser can add, review, modify and delete biddings. -The user can search biddings, review and participate in them. any …

Member Avatar for seslie
0
116
Member Avatar for dwayned

HI I am using - ASP.Net - C# - SQL Server Express 2008 R2 I have a table called customers which contains all customer details and a stored procedure which gets: - Total No Of Customers - Total No Of Customers in Region1 - Total No Of Customers in Region2 …

Member Avatar for suzaine
0
2K
Member Avatar for markthien

hello, I got the below exception while trying to update the datagridview after adding a record into microsoft access database: [COLOR="Red"]c# rows cannot be programmatically added to the datagridview's rows collection when control is data -bound[/COLOR] using below code: [CODE] private void btnAddOne_Click(object sender, EventArgs e) { string name = …

Member Avatar for LP...
0
4K
Member Avatar for Catweazle

Hi, and welcome to TechTalk. Perhaps the first thing you should do is have a good read of the information contained in our FAQ section: [url]http://www.daniweb.com/techtalkforums/faq.php?[/url] There you will find: [url="http://www.daniweb.com/techtalkforums/faq.php?faq=daniweb_faq#faq_rules"]Forum Rules and policies, Webmaster Information, Privacy policy. [/url] [url="http://www.daniweb.com/techtalkforums/faq.php?faq=vb_faq#faq_vb_user_maintain"]User Maintenance, General forum usage, Reading and posting messages.[/url] There is …

Member Avatar for WaltP
3
1K
Member Avatar for tricket_7

I am working on this visual studio 2008 calculator in c#. The calculator seems to be working, but when I created the Calculator Class, now it does not compute. I can click the number buttons, and they show up, but when I hit equals I just get a zero. Can …

Member Avatar for dynw
1
1K
Member Avatar for priyad2

please help me with the code behind file..as i am really confused...otherwise give me some tips to start doing the code

Member Avatar for Zvjezdan23
3
4K
Member Avatar for rooter1204
Member Avatar for gogreen1
0
271
Member Avatar for rahulvom

Hi, I am trying to do a three tier architecture of windows application using C#. Main layout: Inserting Values into a datagridview from two textboxes. Problem : I have 3 layers in my application UI,Business,Data Layers.(form1.cs,Bal.cs,Dal.cs) I have created separate c# code files for each, the question is how can …

Member Avatar for amit tapas
0
160
Member Avatar for Lusiphur

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 …

Member Avatar for arisa12
0
659