473,813 Members | 3,448 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

C# / C Sharp Forum

2
6,117
thread by: Klaudiusz Bryja | last post Jun 27 '08 by: Klaudiusz Bryja
Hi I connect to Oracle 9.2 using System.Data.OracleClient. I call stored procedures and in cmd.ExecuteNonQuery I get error: "Internal .Net Framework Data Provider Error 30." StackTrace: in System.Data.ProviderBase.DbBuffer.Validate(Int32 offset, Int32 count)
6
2,072
thread by: Ashutosh Bhawasinka | last post Jun 27 '08 by: Ashutosh Bhawasinka
Hi, I am starting a process and I need to monitor it (wait and check if its still responding). But, I it seems that the Process.HasExited or Process.Exited doesn't work. I just need to know if the process is running & responding. I am using
6
5,234
thread by: glennanthonyb | last post Jun 27 '08 by: glennanthonyb
Hi Is there a way of working with sectors directly in C#. Any pointers, C# or not, would be appreciated. This is related to a previous post on file shredding in C#. Thanks Glenn
3
3,106
thread by: =?Utf-8?B?S2F5xLFoYW4=?= | last post Jun 27 '08 by: =?UTF-8?B?TGFzc2UgVsOlZ3PDpnRoZXIgS2FybHNlbg==?=
In my project,i added datagridview to my form , i transfered my table to datagridview and added multiple rows and when i called dataadapther.update ,,result is ok. But when i tried it for the delete operations,i got the error like "set primary key in your table" ,,i want delete multiple rows from Datatable which doesnt contain primary key
0
850
thread by: Cdude | last post Jun 27 '08 by: Cdude
I cant find a way to insert headers and data into an existing blank spreedsheet. Usually you use an insert statement but when there are no headers you cant use it.Any suggestions.Thanks in advance
2
1,077
thread by: AAAAA | last post Jun 27 '08 by: Arto Viitanen
Hi guys i would know in that case i must delegates ? Please sent me a example. Thanks Regards, Cesar
5
3,447
thread by: Rowan | last post Jun 27 '08 by: Jon Skeet [C# MVP]
Hi, I am somewhat new to .net and c#. (What I learned in previous co has to be unlearned). I am doing something that seems simple but I think there is a better way than how I learned to do it. I am creating a fixed length file with fixed length fields. Each field either requires leading zeros or added on spaces. I learned to create a...
0
921
thread by: Arnab das | last post Jun 27 '08 by: Arnab das
Currenlty I am working on KeyBoarLayout in C#. I donot know how to change the keyboardlayout .I am creating a software similar to "Avro KeyBoard 4.5.1". Thanks in advance.
1
2,597
thread by: Abhishek | last post Jun 27 '08 by: Abhishek
Hi All, is there a method of changing the color of a statusbar in C# Regards Abhishek
11
1,333
thread by: Mike Schilling | last post Jun 27 '08 by: =?ISO-8859-1?Q?Arne_Vajh=F8j?=
I recently installed the .NET 3.0 framework (behind the time, I know), and am seeing an issue building it. Because 3.0 doesn't upgrade csc.exe, I'm still using the 2.0 csc to build things. Since the assemblies added in 3.0 aren't in the 2.0 directory tree, their names need to be fully qualified, so I wind up with command lines like: csc...
2
2,240
thread by: groups.kellyg | last post Jun 27 '08 by: Peter Duniho
If I have a web method called Log() and on the client I call BeginLog() with a null value for the AsyncCallback, will this cause a problem? I want to periodically Log messages to a Log web service but I don't need any return value. Is it poor programming practice to do it this way? Or is there a more preferred way? gkelly
6
2,276
thread by: Thom Little | last post Jun 27 '08 by: Peter Duniho
Using C# 3.5 I have a form that calls many other sub-forms. Typically there will be five forms open at the same time. If the main form is closed all the sub forms are also closed. Is there a standard way to gain control within the sub-forms to do individual clean-up prior to their removal?
8
6,105
thread by: inpuarg | last post Jun 27 '08 by: inpuarg
I 'm developing a c# (.net 2.0) windows forms application and in this application i want to connect to a java servlet page (HTTPS) (which is servlet 2.4 and which may be using Web Based SSO Sun Java System Access Manager but i 'm not sure), handle session management, get token, send data using post and get methods etc. I listened http traffic...
6
4,581
thread by: None | last post Jun 27 '08 by: Peter Duniho
Hello, my app is written in C#. Given an app file path (e.g. e:\abc.exe), how can I determine if it's a winform app or a console one. (note: abc.exe can be either a native exe or a .net one)
2
7,109
thread by: Cdude | last post Jun 27 '08 by: sloan
I am you this connection string Provider=Microsoft.Jet.OLEDB.4.0;Data Source=C:\testsheet.xls;Extended Properties=Excel 8.0;HDR=YES I get this error.I have registered the ISAM dll Could not find installable ISAM
2
1,917
thread by: Shobhit Thapliyal | last post Jun 27 '08 by: Peter Duniho
Hi all, reading all these replies, I have noticed that not man y are actually able to grasp this question in its entirety. The point being missed by most (although observed by a few) is this.... I have a string with me and I want to know if it represents a valid file name or a directory name. Hoever, even before that, I need to validate...
4
5,424
thread by: =?ISO-8859-15?Q?Albe_V=B0?= | last post Jun 27 '08 by: Peter Duniho
In my Application, I need to make a certain graphical refresh, interrogating SqlServer, only if Application has focus (i.e. the title bar is blue). Interrogating .Focused property of various forms of the project is not the way (maybe, enumerting forms and checking if at least one of them has focus may work, but I don't think this to be the...
0
1,025
thread by: =?Utf-8?B?bmpkbWVsbG8=?= | last post Jun 27 '08 by: =?Utf-8?B?bmpkbWVsbG8=?=
Hi, I am trying to use the visual studio express environment to create a simple combobox on a windows form that is "databound" to the categories available in outlook 2007. I am able to create a datasource that maps to Microsoft.Office.Interop.Outlook.Categories. But when I use this as the Data Source property of the Combobox, I do not
2
2,743
thread by: =?Utf-8?B?UGhpbA==?= | last post Jun 27 '08 by: Ashutosh Bhawasinka
I have two threads that access an ArrayList. One thread will store new entries. The other thread will retrieve the entries and then remove them from the list. Is this a thread-safe operation or do I need to use the Synchronization system? Thanks, Phil
0
855
thread by: samadkhan | last post Jun 27 '08 by: samadkhan
Hi Sir, i took your hotmail address on website when i was googling one issue.. could you please help me? i need to download file from unix ftp server... and size of file is 2 GB or more.. i am writting a console application in csharp the steps i need to write in code is
3
2,353
thread by: ppkm | last post Jun 27 '08 by: Jon Skeet [C# MVP]
Hi, I am struck with the same probelm could you please suggest any solution if you found any
1
1,309
thread by: CSharper | last post Jun 27 '08 by: rhaazy
I have couple of simple vbs code I need to convert it to c#. Before I go into converting it manually, would like to know if there are any utilities available that will do the job? These are classic vbs not vb.net Thanks.
0
831
thread by: Willian Lopes | last post Jun 27 '08 by: Willian Lopes
Hi. I'm using Visual Studio 2008 Professional (trial) and the bindNavigator donīt have a save button. Where I may active this button?
4
2,357
thread by: CSharper | last post Jun 27 '08 by: CSharper
I have an XML and I am using XDocument to traverse the xml document. A sample document look like the following <root> <node1> <element1 name="n" type="1" /> </node1> <node2 name='n1' type='2'> <element2>test</element2> </node2> </root>
1
1,833
thread by: maarif | last post Jun 27 '08 by: Ignacio Machin ( .NET/ C# MVP )
Hi, I am looking for a calculator control for my web application in VB.NET (VS 2005). Is there any Infragistics control like UltraCalculator, UltraCalculatorDropDown for web applications? -- Arif

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.