Posts
 
Reputation
Joined
Last Seen
Ranked #469
Strength to Increase Rep
+7
Strength to Decrease Rep
-1
100% Quality Score
Upvotes Received
26
Posts with Upvotes
24
Upvoting Members
20
Downvotes Received
0
Posts with Downvotes
0
Downvoting Members
0
7 Commented Posts
6 Endorsements
Ranked #299
Ranked #435
~46.8K People Reached
About Me

...

Member Avatar for G_Waddell

Hi good people of Danniweb, I've looked at a lot of examples on line and I cannot figure out what is going wrong. My program has to transfer a simple delimited text file from the local machine up to a specified directory on a FTP server. After I have run …

Member Avatar for Dennis_22
0
2K
Member Avatar for rpsr150891

Please explain the difference between the two mentioned above.what is assembly in a c# program? Thnx

Member Avatar for ddanbe
0
94
Member Avatar for kidkardel

Hi again. I am on the part where I am ready to publish my .cs program and tried to install it to my friends pc when I noticed it doesnt connect to the sql and just makes an error, I noticed that i declared all my paths like this: Sample …

Member Avatar for mridul.ahuja
0
152
Member Avatar for hastings

the clear() fuction isnt working to clear the textbox. any one help!! thanks in advance.

Member Avatar for Fenrir()
0
105
Member Avatar for Behseini

Hi Everone, Can You please let me know how I can add icon(image) before items in a listbox.I have a simple code for listing database elements in a listbox and I would like to add icon for each element.For example a table icon before tables(like MS Access Table List or …

Member Avatar for macgurl70
0
4K
Member Avatar for basfehrjani

Please help me -_- transfer Numbers 1 to 100 from client to server using sockets in a console application. Number one second per second transmitted -_-

Member Avatar for basfehrjani
0
352
Member Avatar for Olga_2

Hi guys please am new to c# sharp am having trouble to insert Events into the databse for an application am building I keep haveing the this error"The connection was not closed. The connection's current state is open." please any advice on what to thanks in advance guys. here is …

Member Avatar for isozworld
0
2K
Member Avatar for kidkardel

![059f66a5bfcd6a29caa513f06d6ee5d1](/attachments/large/4/059f66a5bfcd6a29caa513f06d6ee5d1.png "059f66a5bfcd6a29caa513f06d6ee5d1") Hello again, I am now encountering the above problem. i dunno what to do and tried everything. my Column for Capital is decimal so i dunno why it is saying varchar. my codes are con.ConnectionString = //insert data source; if (con.State != ConnectionState.Closed) { con.Close(); } cmd.Connection = …

Member Avatar for isozworld
0
200
Member Avatar for Fenrir()

Is anyone else having problems viewing their Profile? It was working fine until about a day ago now everytime i click on my profile i just get a blank page. Tried reloading this multiple times even re-installed chrome

Member Avatar for verzipkhan
0
101
Member Avatar for kidkardel

HI again!!!!!!!!! so i have this button where if i press it words will be typed on my richtextbox but my problem is i want the half part to be centered and the half part would be aligned to the left. how can i achieved that. i have already done …

Member Avatar for kidkardel
0
232
Member Avatar for fabregas42

<item> <HaberKodu </HaberKodu> <Kategori</Kategori> <Sehir</Sehir> <title</title> <description></description> <pubDate></pubDate> <images> <image> 1 </image> <image> >2 </image> <image> 3 </image> <image> 4 </image> <image> 5 </image> <image> 6 </image> </images> <small_images> <small_image>1 </small_image> <small_image> 2 </small_image> <small_image> 2 </small_image> </small_images> <Aciklamalar> <Aciklamala>1 </Aciklamala> <Aciklamala> 2 </Aciklamala> <Aciklamala> 3 </Aciklamala> </Aciklamalar> <link> </link> …

Member Avatar for JOSheaIV
0
422
Member Avatar for alex.alekan

I have an xlsx file consisting of 10 sheets.How can i read and import these sheets to a textbox in a c# winform project?

Member Avatar for ddanbe
0
464
Member Avatar for CrazyTesting

I have an SQL query within ASP.NET, but it only seems to return 1 result rather than filling the list with 4 as it should (as the query itself is correct) Code: List<string> dropItems, dropItems2; using (var dbContext = new DatabaseContext()) { dropItems = dbContext.Database.SqlQuery<String>( String.Format("SELECT locations.Code FROM locations")).ToList(); } …

Member Avatar for castajiz_2
0
363
Member Avatar for lilita

private void btnCancel_Click(object sender, EventArgs e) { //setDirty(); this.Close(); } private void btnOk_Click(object sender, EventArgs e) { setDirty(); //openFileDialog1.ShowDialog(); saveFileDialog1.ShowDialog(); } private void btnBrowse_Click(object sender, EventArgs e) { OpenFileDialog openFileDialog1 = new OpenFileDialog(); openFileDialog1.InitialDirectory = @""; openFileDialog1.Title = "Select a File"; if (openFileDialog1.ShowDialog() != DialogResult.Cancel) txtFilePath.Text = openFileDialog1.FileName; else txtFilePath.Text …

Member Avatar for cgeier
0
327
Member Avatar for VasquezPL

I have a code foreach(Control grpbox in this.Controls) { if (tb is CheckedListBox) { tb.CheckedItems... } } and I need to use tb.CheckedItems as above...but somehow CheckedItems is not visible there... I can see other things related to "Control" but not related to "checklistbox" how to fix that?

Member Avatar for VasquezPL
0
178
Member Avatar for maxpaine69

Hi all, I have a data grid that need to be with the same width of the windows that it is showing, but for some reason i can matain that width. Can anybody give a hand here. Best Regards

Member Avatar for maxpaine69
0
203
Member Avatar for aseeman

Hi everybody, I have a file with some tags like html. *<instance id="bass.1000000" docsrc = "BNC/A0C"> <answer instance="bass.1000000" senseid="bass%fish"/> <context> Try it with grilled sea <head>bass</head> and fennel. </context> </instance>* I need to parse it and retrieve some information like id and senseid in answer tag. How can I do …

Member Avatar for JOSheaIV
0
291
Member Avatar for kingk110

Hello I was asked to show relations between data in a graph. For example object0 is related to object1 and object2 object1 is related to object 2 object2 is related to object0 and object1 object3 is related to object 1 then the graph will be as shown here [Click Here](http://postimg.org/image/ewn4i6prh/) …

Member Avatar for kingk110
0
275
Member Avatar for dhatsah

I have a form where the user can select an image (via a file dialogue) of any size which is then previewed in a pictureBox sized at 150px by 150px with the sizeMode of the pictureBox set to zoom any space that is then not occupied by the image is …

Member Avatar for Fenrir()
0
364
Member Avatar for kaziraja

table1 --- column1 1002008000300-53-9 table2--- column1 column2 column3 1002008000300 53 9 how to populate from table1 to table2 SQL and ASP.Net(Csharp)

Member Avatar for Fenrir()
0
79
Member Avatar for rahulzephyr

Hi, <I want to add items in listview vetically. i mean i want to add 32 datawords and it should be editable and before each dataword there shouold be a serial number and it should be non editable..i have attached the screeshot please have a look at it.i just want …

Member Avatar for Fenrir()
0
120
Member Avatar for Devang_1

How to create common connection in c# for Windows CE based .net application? I have one barcode scanner, I want to use only one mysql connection at each form becaue opening connection on each form taking too much time. And my device connect server via wifi so.

Member Avatar for Fenrir()
0
112
Member Avatar for Nishant80

i want to import excel file into sql database in window form application c# plz give some easy and right code

Member Avatar for du_1
0
97
Member Avatar for ahmedsa

Hi guys when i search record between two dates it works ok success but you must enter date from and dateto first to to make search i will show what i need from this example I need to search dynamic by 4 textbox 1-datefrom 2-dateto 3-EmployeeNo 4-EmployeeName but search i …

Member Avatar for ChrisHunter
0
191
Member Avatar for Joemeister

I am currently working on a small project. How it works is a passenger must book where he/she wants to sit on plane. Using a DataGridView he/she can pick a seat except in the ilse. The DataGridView has 7 columns and 5 rows. The ilse is occupying the whole 3rd …

Member Avatar for ddanbe
0
761
Member Avatar for sundog1

Hi Guys, I hope you can help me out... I have a slight issue in where the 'Search Box' Code I currently have seems to sift through the Populated Data Grid View fine. However, when selecting an Account that has been filtered by the use off the 'Search Box' it …

Member Avatar for sundog1
0
372
Member Avatar for asardeen

I am exporting data from excel and show it in gridview and when I click submit, it needs to be updated in existing table. Below is my excel data S.No. RequestID Subdivision No Parcel No CUID Status Remarks 1 5 42 55 55 Open Pending I have successfully exported and …

Member Avatar for JOSheaIV
0
327
Member Avatar for Roisin

Hi, I am working on an assignment in c# where I have to maintain student scores...there is a few questions up here already about it but I am still having problems. I need to create a program that allows the user to enter student names and scores... I gather I …

Member Avatar for JOSheaIV
0
553
Member Avatar for abdelrahman.etry

**hey guys , i was wondering how to take the first letter of the user's input and turn it into upper case then put it in another text block !! for example i got 3 textboxes the first one user enters "hey" and in the second he enters "lol" and …

Member Avatar for PoorRogue
0
150
Member Avatar for abelingaw

I have a column named Emp_Id and set as primary key (not Auto Incr).I am trying to generate an ID (employee) and save it into a SQL database. The logic goes this way: Generate the id number with a prefix plus the number (i.e. EMP0001). Display it on a textbox …

Member Avatar for pritaeas
0
631