Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
19% Quality Score
Upvotes Received
1
Posts with Upvotes
1
Upvoting Members
1
Downvotes Received
6
Posts with Downvotes
4
Downvoting Members
4
0 Endorsements
Ranked #2K
Member Avatar for george_82

Hello All, Can somebody tell me what is designer.cs file in C# and what is its use in programming. I'm new in C# and I also want to know more about this automatically created designer.cs file while programming. Thanks, George

Member Avatar for asdfiuo
0
7K
Member Avatar for RunTimeError

Hey guys, So I have been practicing some common interview questions and have been stumped on one. I got asked this a few weeks ago at a job interview and I failed pretty miserably on it. It is removing duplicates in an array. The problem is as follows: "Given an …

Member Avatar for MvKTheBoss
0
417
Member Avatar for moshe12007

hi i have some problem with my sql code that the code : [CODE] SELECT * FROM MenUsers,WomenUsers [/CODE] MenUsers(Table) and WomenUsers(Table) whats the problem with this code? thanks....

Member Avatar for shine_jose
0
177
Member Avatar for Executionerr

Hello, it seems I am having some difficulties with my project in witch I am training my C# skills. Well, the problem is I have wrote the biggest part of the code, but I have problem to finish what i started, so I left blank code lines. Here is a …

Member Avatar for RunTimeError
0
117
Member Avatar for RunTimeError

Hey guys. Got a pretty simple question about getting my navigation DIV to stay in one spot. I've got a DIV that I have given a height and width of 100% and a fixed position to. I also have a background image aligned to center in this div. My problem …

Member Avatar for RunTimeError
0
254
Member Avatar for Arjun_Sarankulu

[URL="http://192.168.25.14/market-operations/clearing-settlement/collateral-formats"]http://192.168.25.14/market-operations/clearing-settlement/collateral-formats[/URL] After opening the url you can see that in the content[B]For Other banks[/B] after that there is spaces before the line but in rest it does not have I want it to be same as rest I tried [B]padding-bottom:0;[/B] But still not working

Member Avatar for gogreen1
0
59
Member Avatar for MokaChick

Hello, My group and I are currently writing a hangman-like program for our class (I know hangman related questions have been asked a billion times, but bear with me). We are having issues with being able to replace our * with the correct letter (if it is correct). Here is …

Member Avatar for MokaChick
0
194
Member Avatar for newack

Hello, I have not used Sql server. I have microsoft sql server 2008 installed. but when i click management studio, it says evaluation period expired. I can download sql server 2008 r2 developer from my university site. Should i go ahead and download sql server 2008 r2 developer and uninstall …

Member Avatar for Mitja Bonca
0
76
Member Avatar for kukuruku

Hi ,I am learning java ,and wondering why is this return in this method Thanks [CODE]public void updateDisplay() { if (curIndex<0 || curIndex>=appObj.array.size()) { display.setText(""); return; } display.setText( appObj.array.get(curIndex).toString()); }[/CODE]

Member Avatar for RunTimeError
0
102
Member Avatar for rithish

hello iam using visual studio 2005 i want to build website with c# not apllication but tutorials show that they have been built only in vb can some one show me links to build websites through c#

Member Avatar for RunTimeError
0
165
Member Avatar for RunTimeError

Hey guys, I've done this so many times before but I can't seem to get it working!! All I'm trying to do is in the JavaScript at the top change a span tag to whatever the current window location is but it doesn't work! [CODE=HTML] <div id='Box' class="whitebox"> <div class="position"> …

Member Avatar for Luckychap
0
303
Member Avatar for RunTimeError

Hey guys, For some reason I cannot get an image I have uploaded to display when I try to render it through an <img> tag within a response.write() API Call in C#. Here is my code: [CODE=C#]protected void uploadFiles(object sender, EventArgs e) { HttpFileCollection allFiles = Request.Files; for (int i …

Member Avatar for CrappyCoder
0
600
Member Avatar for RunTimeError

Hello, I just have a very simple n00b question so please forgive me. Basically I have an ASP.NET website connected to an SQL server database. Everything is working fine (I can connect to the database, execute queries) but where should I put the SQL connection/logic code? In the aspx.cs code …

Member Avatar for MichaelWClark
0
446
Member Avatar for GAME

I've tried google and this site but cant seem to find anywhere to start? I'm trying to make a character limit one then automaticaly go to the next open text box.

Member Avatar for RunTimeError
0
105
Member Avatar for sidd.

hi, how to round up a number. e.g. 3.4 to 3 and 3.5 to 4 thanx in advance

Member Avatar for Geekitygeek
0
191
Member Avatar for RunTimeError

Hey everybody I have a large collection of e-books and pdf files. The problem is it really hurts my eyes after reading from the computer screen for a few hours. I've seen products such as the Amazon Kindle that has e-ink but are there any applications that can make reading …

0
52
Member Avatar for rogger_tare

my personal laptop is full of virus like trojan and some other virus, please help me to remove these viruses. thank you. roggertare

Member Avatar for PhilliePhan
0
192
Member Avatar for RunTimeError

Hey guys, is there any program out there that will scan a directory of files and record its file size on disk and its name? I've been searching and can't seem to find anything.

Member Avatar for RunTimeError
0
94
Member Avatar for jas2010

I want Twice binding datagrid but get following error: Cannot bind to the property or column users on the DataSource

Member Avatar for jas2010
0
146
Member Avatar for bords

Hello...we are to make a project like "Text Twist"... but in the network connection form... maximum of four players so there will be also 4 computers connected by LAN... i just need ur advice guys f how could i make this project... is it about using database? when i tried …

Member Avatar for RunTimeError
0
92
Member Avatar for gad10

This problem with my laptop keyboard has been going on for a while now. Initially I press "s" key, it goes erratic and types "sssssssssssssssssssssss" Now when I try to log in it wont let me type my password untill its been on for 30mins and the screen saver is …

Member Avatar for jholland1964
0
758
Member Avatar for teatime

I have to build a media player in C# for my final project and I'm not sure where to begin. I want it to be able to play most of the video and audio formats and have basic features like a track bar, a play list, and the option to …

Member Avatar for teatime
0
158
Member Avatar for saadismail85

[B][COLOR="Red"]mmm.... i think its good [/COLOR][/B] [CODE] import java.util.Scanner; public class Studentgrade { public static void main(String[] args) { int num_of_student ; Scanner input = new Scanner(System.in); System.out.println("Enter the number of Student :"); num_of_student = input.nextInt(); String []name = new String [num_of_student] ; int array[] = new int [num_of_student]; String …

Member Avatar for RunTimeError
0
305
Member Avatar for hippo120190

hey people.i am new to java and i am currently constructing a hangman game. the game asks for the user to enter a word(3 or more characters long). then it prompts the user to enter a single character or the complete word in a message input dialog which contains the …

Member Avatar for RunTimeError
0
94
Member Avatar for d7o0om

hey, how's everyone, i need help with a java program, i'll appreciate any help. i'm need to write a program in java that will test if the input is a Palindrome or not. i found a couple of programs, but they use a (do-while) loop which i'm not allowed to …

Member Avatar for Ezzaral
1
350
Member Avatar for basketball4567

Hey guys, Im still new to programming and need help with something. I need to read a line of numbers from a text file into an array. I will be given this in a text file and need to store them in an array for later use. 0 1 2 …

Member Avatar for amishraa
0
78
Member Avatar for venkates.99

Hi all, my code is like.. [COde]string strConn; strConn = "Provider=Microsoft.Jet.OLEDB.4.0;" + "Data Source=C:\\ifocus\\Excel Worksheet.xls;" + "Extended Properties=Excel 8.0;"; OleDbDataAdapter myCommand = new OleDbDataAdapter("SELECT * FROM [Sheet1$]", strConn); myDataSet = new DataSet(); myCommand.Fill(myDataSet, "ExcelInfo");[/code] and My EXCEL data is like ------------------------------------------------------------------------------------- Gold --- [B]in@GLDM.1[/B] -- 14,917.00-- [B]Gold MCX[/B] -------------------------------------------------------------------------------------- ALUM--- …

Member Avatar for Geekitygeek
0
1K
Member Avatar for RunTimeError

I'm trying to do something very simple...just access a JavaScript function that exists in a separate file but I can't seem to get it to work. [CODE=html] <form id="form1" runat="server"> <script type="text/javascript" src="styleScript.js"></script> <div id="container" class="container"> <button id="button1" onmouseover="mouseOver('button1')" style="margin-left:900px;width:200px;background-color:Transparent;height:100px;margin-top:120px;">About Me</button> </div> </div> </div> </form> [/CODE] My styleScript.js class: [CODE=javascript] …

Member Avatar for RunTimeError
0
131
Member Avatar for CSG-SQU

Hello all, i want to creat a list of an object so i used ArrayList in C# after declaring a class book i declare the array list as follwing: [CODE]private ArrayList mobileStore = new ArrayList();[/CODE] then i have an object of class , say Mobile [CODE]Mobile m1;[/CODE] and finally i …

Member Avatar for RunTimeError
0
118
Member Avatar for realdrouin

I have a simple program. On the left I have a tree view (obout) very good by the way, and a grid on the right. In my cs file, I wrote a class for the grid. I pass a value and the grid is populated. When I click on a …

Member Avatar for RunTimeError
0
106