4,588 Topics

Member Avatar for
Member Avatar for johni700

I want to uploade image and also want to store in database.Please anyone help me and tell me the code or share some link of uploading image. thanxx

Member Avatar for ddanbe
0
182
Member Avatar for dws.ash04

hi :)) just wanna ask if it is possible to retrieve a database table with images and show it in a datagridview? to further explain it, uhmm. I have an access database the fields are Document, Dateuploaded, type and comment The data type of Document field is OLE object. and …

Member Avatar for ddanbe
0
171
Member Avatar for Ahmed.C

Hey Guys! I was just wondering if anyone here does Wp7 development? I'm new to C# and hoping if there are poeple who work with Windows Phone 7 Development.

Member Avatar for Roche_Fi
0
99
Member Avatar for ScubaSam

Hi everyone, I need some help, I don't know where and how to begin and I'm seeking for some advice. Problem: I need to design a custom C# library to better manage a client list for internal projects. The library must be capable of importing data in a textfile(clients.txt) into …

Member Avatar for Ketsuekiame
0
292
Member Avatar for fheppell

I have some c# code using the tweetsharp library and when I run it with mono it gives this error: Missing method .ctor in assembly /home/freddy/rubystack-1.9.3-16/apache2/htdocs/yrs/c_backend/TweetSharp.dll, type System.Runtime.CompilerServices.ExtensionAttribute Can't find custom attr constructor image: /home/freddy/rubystack-1.9.3-16/apache2/htdocs/yrs/c_backend/TweetSharp.dll mtoken: 0x0a000019 Missing method ToList in assembly /home/freddy/rubystack-1.9.3-16/apache2/htdocs/yrs/c_backend/ConsoleApplication1.exe, type System.Linq.Enumerable Unhandled Exception: System.IO.FileNotFoundException: Could not …

Member Avatar for deceptikon
0
305
Member Avatar for Jerry_3

I have made this form and my teacher wants me to change some of my code to where Each of the mortgage calculations which are presently in the Execute Button Click event are to be moved into their own method which will be called in the button click event. What …

Member Avatar for ddanbe
0
212
Member Avatar for darrylnuyda

Helloo, Good day Everyone, Can I anyone help me? Here is my problem. I am newbies in C# development, I am Interesting to learn, searching to google and go to youtube, download lynda tutorials it's help a lot of me. But I'm on the problem that I can't not resolve. …

Member Avatar for darrylnuyda
0
4K
Member Avatar for HunainHafeez

connection pooling in asp.net 8 minutes ago|LINK i searched and read many posts on google about CONNECTION POOLING, it says that it's an temporary memory to keep all then database connections and are used when requests are made to use it but i couldn't figure out its exact meaning like …

Member Avatar for HunainHafeez
0
363
Member Avatar for josiahemmy

Dear Programmer, I was asked to develop a console programme that reads an integer n and a list of up to 5 divisors (also integers) from the console and computes the sum of all integers up to (but excluding) n which are divisible by any of the five divisors. For …

Member Avatar for pitic
0
161
Member Avatar for prabhakar78

i am having combobox in the each cells of the datagrid when i select others from the combobox i want to add textbox in the same cell of that datagrid if anyone knows how to do it give some code sample

Member Avatar for pitic
0
422
Member Avatar for gingank

Dear All, I want to ask it is possible to do that in c# winform? I got two table which to joint together than display it into one datagridview ? My program is once i key in tag no in the textbox it will display out the result into datagridview …

Member Avatar for Ketsuekiame
0
69
Member Avatar for priyamtheone

I have an MDI application containing an MdiParent form and few MdiChild forms. The MdiParent has a fixed MenuStrip, a fixed ToolStrip and a fixed StatusStrip. The MdiChild forms have one or more ToolStrips and a StatusStrip along with other controls in them. The ToolStrips and the StatusStrip of the …

0
246
Member Avatar for zeeshanmughal

I am creating a software for my company in C#. The working process is like this. 1: we write information in an Excel file. 2: Then we go to the website (Company's customer support page) there is only one search box. and we search after appropriate information. it gives us …

Member Avatar for doaa.foudah
0
742
Member Avatar for wendas

Totally a newbie question.. Sorry. My co-worker & myself are seeing that C# is the prefered language over VB. We would like to change, but right now it is only to make sure we are more marketable as our company is going down the tubes. We cannot go to our …

Member Avatar for Momerath
0
272
Member Avatar for suryawanshi
Member Avatar for mslittle1

The following is my homework assigment. I have it more or less complete. I would like feedback from the community on what I can improve in the program. Basically, before I hand it in to my professor, I want a fresh pair eyes to take a look at it. There's …

Member Avatar for ddanbe
0
8K
Member Avatar for KushMishra

Hi All, I am working on a page that creates a dynamic MySql query with the selected fields at the run time and for this I want to take a combobox with few checkboxes so that based on their selection I can fetch the query result and populate them into …

Member Avatar for KushMishra
1
8K
Member Avatar for TizDeath

I am completely lost in my C# class and need some help. Here are the program specs, i just don't even know where to start. Thanks Create an application containing a large wide List box control, a Read button, and an Exit button. Selecting the Read button shall cause the …

Member Avatar for Schol-R-LEA
0
216
Member Avatar for prabhakar78

hi in my application i want the user to select only time from the datepicker i don't know how to display only time in datetime picker if any one have any idea give some code sample

Member Avatar for prabhakar78
0
2K
Member Avatar for KushMishra

Hi All, I am creating a dynamic GroupBox through C# and want to change only the header font and not all the fonts in that. GroupBox myGroupBox = new GroupBox(); myGroupBox.Header = mychk.Content.ToString(); myGroupBox.Content = myStack; Here, *myGroupBox.FontWeight* changes all the contents inside the *myGroupBox* but how to change only …

Member Avatar for KushMishra
1
2K
Member Avatar for prabhakar78

hi i am validating cells in the datagrid in datagrid celleditending event. if the validation fails message is diplayed in the message box when i click ok in the message box the focus move to the previous row .i want the focus in the current validated cell i try this …

Member Avatar for tinstaafl
0
308
Member Avatar for Dannyv79

I have an idea that has been growing and have been learning all of the necessary languages, methods, technologies etc. to get this idea put into reality. However there is so much out there that I don't know if I am going down the road that a rookie would take, …

Member Avatar for naina125
0
221
Member Avatar for coolsdudes1992

i am confused about "Checked" in C#. I know it use for overflow checking. Can we use it for undeflow ? Or there is some thing else which an be use for underflow.

Member Avatar for ddanbe
0
163
Member Avatar for Payal Gupta

Hello to all Below is my simple code. The problem is they are again and again showing that sum and i does not exist in the current context. I am not getting my problem how to correct the code.I am new learner of c# so please explain it also. namespace …

Member Avatar for KushMishra
0
992
Member Avatar for prabhakar78

i am having combobox inside each cell of an datagrid.the combobox is in cellediting template and also having textblock which is in datatemplate.what i want now is when i select the item from the combobox the selected item has to be pass to the textblock in the same cell.i tried …

Member Avatar for KushMishra
0
674
Member Avatar for riyamanavalan@g
Member Avatar for ddanbe

Yes, I know Fibonacci(=sun of a good man) again. Most famous for his series, but who among you all, know that he was the man who introduced to the Western world, the Arabic numeral system(including zero) in 1202 A.D.? The Italian merchands of those days adored it. It was far …

Member Avatar for Triryche
2
574
Member Avatar for ddanbe

The luxuries we now have in the amount of pixels on a screen to draw some amazing graphs with, were lacking in the early days of computing. Most of the time you had to resort to rude printed output. It wasn’t that bad always. Sometimes it was and still is …

Member Avatar for ddanbe
1
3K
Member Avatar for bumbumpaw

please do help me to use prepared statement to load the result in datagridview. Please give me some examples.thanks in dvance :D

Member Avatar for ddanbe
0
65
Member Avatar for aminM#

please give me c# code of ... http://barnamenevis.org/attachment.php?attachmentid=111446&d=1380790743 more about... http://barnamenevis.org/attachment.php?attachmentid=111445&d=1380790714 sample... http://barnamenevis.org/attachment.php?attachmentid=111447&d=1380790759

Member Avatar for aminM#
-2
210

The End.