Posts
 
Reputation
Joined
Last Seen
Ranked #450
Strength to Increase Rep
+7
Strength to Decrease Rep
-1
92% Quality Score
Upvotes Received
9
Posts with Upvotes
9
Upvoting Members
8
Downvotes Received
1
Posts with Downvotes
1
Downvoting Members
1
8 Commented Posts
~14.6K People Reached
Favorite Tags
Member Avatar for jmgmail

I am trying to create an application. One of the task is to insert a row into a DB. I am using db express 5 with visual studio 8. It feels like I have done everthing under the sun, but still to no avail. I know I'm missing something somewhere …

Member Avatar for lighthead
0
118
Member Avatar for ChrisPaul

Hello, Does anybody know if there is a Search Replace function in MS SQL2005 to lets say search for the @ charter and replace it with another character or number in the specified columns? If there is please can you give me a sample. I found the replace function but …

Member Avatar for lighthead
0
85
Member Avatar for tj_amarnath

Hi friends, i want to query from excel data(sheet1) and create pivot table in sheet2 and copy that pivot table into .net data table. Is it possible? if yes, plz tell me how to do this? For example my query is "select productname, cost from sheet1" then from query output …

Member Avatar for kvprajapati
0
455
Member Avatar for Poab9200

First off. Hello, I'm having issues with my little program I've got a few classes down to a tee and am having issues with the War class. With the following code I iterate a new game of War and I have stats that hopefully will help some figure out whats …

Member Avatar for Poab9200
0
2K
Member Avatar for wingers1290

Hi, i am using this code to show form2 in my program, [code] Form2 form = new Form2(); form.Show(); [/code] however when i want to use the on load event to change a labels name nothing happens, i suspect because it isnt loading just showing, does anyone have a solution …

Member Avatar for wingers1290
0
137
Member Avatar for lighthead

Who am I? Manoj, just another random person to you. What do I do? Recently graduated and currently doing [U][I]nothing[/I][/U].:P What am I doing here? Trying to keep my mind engaged ...:D

0
33
Member Avatar for RobBrown

Hello, I am new to c and up until now i have understood it pretty well. I am having a difficulty writing a program that lists the characters in a phrase entered into the program. I think my problem is with the loops and maybe some variable declarations. None of …

Member Avatar for Dream2code
0
227
Member Avatar for pee2002

Hi there! In my Library project i want to replace some text with images. I have this: [img]http://img33.imageshack.us/img33/8425/antesx.jpg[/img] Wich is generated by the following code: [code]SELECT IDLivro,Titulo ,LEFT(Nome, LEN(Nome) - 2) AS Nome ,LEFT(Categoria, LEN(Categoria) - 2) AS Categoria ,Posicao ,Classificacao ,Comentario FROM ( SELECT L.Titulo ,( SELECT A.Nome + …

Member Avatar for lighthead
0
91
Member Avatar for tlore22

Hello I am a newbie with MS SQL and PHP. So if you could help it would be much appreciated. I connected remoteley to a Microsoft SQL server 2005 database with PHP. I have to call a procedure (A) wich calls another procedure B within it. How do I get …

Member Avatar for lighthead
0
90
Member Avatar for tonief

I'm working in a web application aspx and C#. I have two procedures in code behind. [CODE] protected void Button1_Click(object sender, EventArgs e) { ... int totalCost=1000; Label7.Text = totalCost.ToString(); } [/CODE] i have this code behind in in button2 [CODE] protected void Button2_Click(object sender, EventArgs e) { ... int …

Member Avatar for lighthead
0
99
Member Avatar for ddanbe

Hi all, I can easily add this using clause with no errors to my program. [B]Using System.Numeric;[/B] I have VS 2008 C#. But I'm not seem to be able to use it. The Object Browser gives no clue either. Any suggestion is very welcome.

Member Avatar for lighthead
0
133
Member Avatar for wingers1290

Hi, Is it at all possible to detect if a user has inputed text into a text box for example. [code] if (textbox1.Text == ("detect if text is in textbox") { // do something } [/code]

Member Avatar for wingers1290
0
263
Member Avatar for ishamputra

help! i have a gridview with checkbox item template. On confirm button click, it will insert the selected rows into the database. But, when i close and run the application again, i want those rows which was previously inserted to the database to remain checked. Means that on page load, …

Member Avatar for lighthead
0
103
Member Avatar for Rofling Waffles

Hi, anyways after few hours of searching why I was having adding a database to my application I found out i was having some permissions issues!! DAMN YOU VISTA! Anyway, now my question is how start using like Inserts, or just to be able to look at my table in …

Member Avatar for kvprajapati
0
84
Member Avatar for papanyquiL

I've made an extremely basic program on my WinXP (x86) SP3 comp. All the program does is convert feet to meters, etc... I put it on my buddies computer that has vista (x86) installed on it, and it says 'the program has stopped working, windows is checking for a solution.' …

Member Avatar for serkan sendur
0
309
Member Avatar for krazee9254

I'd like to create a bot (think that's the right term) to list stuff on a classified website for sale. Does anyone know where I should start or what language I should use? What kind of information do I need to begin and where might I be able to find …

Member Avatar for andarivaadu1
0
151
Member Avatar for BobLewiston

Can someone please break down a simple statement for a relative newbie? [CODE]Thread firstThread = new Thread (new ThreadStart (Method1));[/CODE] In other words, what is happening at each stage here: [CODE]new ThreadStart (Method1)[/CODE] [CODE]new Thread (new ThreadStart (Method1))[/CODE] [CODE]Thread firstThread = new Thread (new ThreadStart (Method1));[/CODE] Thanks for any help …

Member Avatar for cq2535
0
401
Member Avatar for jimbo84

Hi, Im learning SQL and I've hit a bit of a wall early on.... I have these 2 statements [CODE]SELECT AcNum, FamName, GiveName, DeptNum, count(AcNum) FROM academic NATURAL JOIN interest GROUP BY AcNum HAVING count(AcNum) < 4[/CODE] [CODE]SELECT GiveName, FamName, DeptNum, AcNum FROM academic NATURAL JOIN department WHERE LOWER(state)= 'ny';[/CODE] …

Member Avatar for cgyrob
0
83
Member Avatar for adarshcu

I saw this small code of a program to print HI without a semicolon in the program. I don understand how it works. [code] int main() { while(printf("HI")-2) {} } [/code] Any help would be appreciated.

Member Avatar for adarshcu
0
103
Member Avatar for laghaterohan

Hello , Hope u all r dng great... I am devlpng an application wherein i need to upzip a file on the click of the Unzip button on my form. All the files(text files) in that zip file will be unzipped n then listed in the Listbox on the same …

Member Avatar for dnanetwork
0
182
Member Avatar for ginger182

Hi I'm really new to C#, more familiar with .ne but haven't code much in a while. I am not sure how to populate a table with data after clicking a search button.. know how to do this in .net but eve after looking at examples I'm not sure how …

Member Avatar for dnanetwork
0
96
Member Avatar for yash777

hello, I want client to enter Numbers only in mob no. TextBox and only Letters in Name TextBox so can anybody tell me how to do it ???

Member Avatar for ctyokley
0
193
Member Avatar for mansi sharma

I m not able to replace the contents,help me out!!! [code] protected void Button1_Click(object sender, EventArgs e) { string a = "11-22-33-44-55"; string [] Array; int i; int lnewvalue; lnewvalue = 2; Array = a.Split('-'); for (i = 0; i <= Array.Length - 1; i++) { Array[4].Replace(Array[4].ToString, lnewvalue); } } …

Member Avatar for sknake
0
131
Member Avatar for agent154

What I mean by the subject is, is it possible to print out a string that is aware of the name of the variable it is stored in? For example... I'm reading right now about overriding a class's [icode]ToString()[/icode] method, and I want to know if there exists a way …

Member Avatar for Ramesh S
0
108
Member Avatar for Dajer

hi friends i have a problem.these are some components that i have in my project: form1:datagridview1(dg1) , form2:datagridview2(dg2) when i clicked on cell on dg1, form2 will be opened.now i have to double clicked on the cell of dg2 to send its data to dg1 on form1(then form2 will be …

Member Avatar for lighthead
0
351
Member Avatar for laghaterohan

hello, i am having a datagrid n a checkbox colmn in it.. I get the data in datagrid from the database ...after that when i check specific checkbox those row should be deleted from the datagrid / database ....i was writing the code for the same but am confused as …

Member Avatar for laghaterohan
0
342
Member Avatar for tdeck

As far as I can tell, this method is returning a blank line every other line, but I can't figure out why: [CODE] public static List<string> plain(string path, int num) { List<string> result = new List<string>(); StreamReader reader = File.OpenText(path); string line; int i = 0; while ((line = reader.ReadLine()) …

Member Avatar for lighthead
0
153
Member Avatar for vishalonne
Member Avatar for Ramy Mahrous
0
224
Member Avatar for thr

i want to select java or c# please help me to select better programming language and easy to programming language i have experience in c++ if java is better please tell me why java is better or c# please introduce me best books for java and c#

Member Avatar for Ramy Mahrous
0
235
Member Avatar for chathuD

[code=c#] using System; using System.Collections.Generic; using System.ComponentModel; using System.Data; using System.Drawing; using System.Linq; using System.Text; using System.Windows.Forms; using System.Data.SqlClient; namespace stp { public partial class Form1 : Form { public Form1() { InitializeComponent(); } private void button1_Click(object sender, EventArgs e) { SqlConnection con = new SqlConnection("Data Source=.\\SQLEXPRESS;Initial Catalog=ex;Integrated Security=True;Pooling=False"); SqlCommand …

Member Avatar for chathuD
0
397