blah blah blah is here! blah blah » Close

0
votes
1 answers

function to write text to a file on desktop

hi, i am using the below code to write text to file file created on desktop . do { Console.Write("enter the item:"); Description = Console.ReadLine(); ...

0
votes
0 answers

writing to file

hi , below is the program written to enter item description, price and date of purchase. finally it is going to give the total amount. here i wanted to write the output of this program to a file created and saved on the desktop .to creat ...

0
votes
1 answers

c# first program

hi, i have written a program to enter the item description, date and price of the item and to produce the sum of the prices entered by the user. its working well except ,that it is not producing the toatl amount. namespace ConsoleAppli ...

0
votes
0 answers

C# Linq to SQL

Hi, I'm currently doing an ExecuteCommand within Linq to SQL and one is working but the other is not. This one does not work. dc.ExecuteCommand("Update {0} Set {1} = {2} Where {3} = {4}", cha.Change_Table, cha.Change_Field, ...

0
votes
0 answers

How to convert HTML to TIFF in C#

Hello, Do you have an code example of how i can convert a html page to TIFF? Thanks

0
votes
0 answers

Access Database Table field into a textbox

Hi there. I am completely new to C# so i don't really know what i am doing. i have got a form with a combo box that is linked to a database table. and I've also got 6 text boxes. what i would like to happen is when the user changes th ...

0
votes
0 answers

xml to excel (parsing)

Hi All, First of all I would like to thank you for the support. I am new in coding and need assistance in getting a specific xml content to an excel spreadsheet or to a datagridview. the XML file is not a standard one (i think and belo ...

0
votes
1 answers

How to shortly copy a jagged part of an array into a 1D array?

How to shortly copy a jagged part of a double array into a 1D array? I have "double" A[][,] and I want to copy all elements in A[1][i,2] into another 1D double array B[] : i.e put this elements of A into X A[1][0,2]-->X ...

0
votes
0 answers

drawing to picture box

lios
30

hello guys with this i print on the paper the string hello by call print(); i wand to add variables on the font name anfd the size (i know how to do this) but i also wand to preview the drawing first on a picture box and then to call ...

0
votes
1 answers

LINQ To SQL Rollback problem

Hi I'm using c#. I have create a stored procedure in my SQL Server 2005 db for deleting clients. The reason I used a stored procedure is because in order to delete a client I have to delete several other records from different tables tha ...

0
votes
3 answers

How to get SQL insert/update statements?

I am doing this way but can't get insert's [code] SELECT REPLACE (REPLACE ([text], CHAR(13), ' '), CHAR(10), ' ') AS QUERY FROM sys.dm_exec_cached_plans AS p CROSS APPLY sys.dm_exec_sql_text (p.plan_handle) WHERE p.objtype = 'Adhoc ...

0
votes
1 answers

C# how to use linq query to get column types

I have the following: Dictionary<int, List<DataRow>> fundValues What I need is based off the very first record for a column called "ValueFooted", I need to find out the type this column is (already know it is a ...

0
votes
1 answers

ASPX WITH MOBILE

HI...I WANT TO KNOW IF WE CAN RUN ASPX PAGES ON MOBILE WITHOUT INSTALLING .NET FRAMEWORK

0
votes
1 answers

datagridview to table accsess

lios
30

hi with this code i create a new table with name the date-time DateTime dat = DateTime.Now; string format = "d M yyyy HH:mm"; dat.ToString(format); string days = Convert.ToString(dat. ...

0
votes
1 answers

Swf to exe ( not projector)

Is it possible to play flash without flash-player installed? I heard that SWF file and flash player itself may be included into one EXE file. It cannot be decided with creating projector. Please Help!

Feedback