dear CSharpNET members, i am currently working on compact work devoloping an application for bluetooth. is there any one working on same techonology so that we...
There is no harm in asking your general C# questions here. If you have Compact Framework specific questions however, I recommend you to take a look at this...
Hi all, I'm very confused with ADO.NET From what I understand : ADO.NET works disconnected. Every time opening a connection to the database seems a very...
Nico, It is for performace gains that ADO.NET does work disconnected. Opening a connection is a quick and inexpensive thing to do, holding open multiple ...
Thanks! Do you happen to know of a good link describing how to configure and use this. I'm a bit of an SQL Server neophyte and the installation doesn't appear...
To find out the categories of what is on an exam, you can go here.... http://www.microsoft.com/learning/mcp/certifications.asp then go to the certification you...
My best guess is a difference in calling convention. I don't recall what the default is on the .NET side, but if it's different than that on the C side, you...
Hello: I am the newbie of newbies in C# programming, and writing a program that basically export datagrid data to a comma delimited .txt file. The code segment...
Hi, I'm trying to get a div that will hug the bottom of the browser (even if page is scrolling) and I've found an example that I would like to use at:...
You can draw a table on the page with 3 rows (Header, Body and Footer). So the Header and footer are always fixed. Then you can draw two DIVs in the body, one...
Hi I have a table which i am enclosing in a <div> tag, for showing the scrollbars.The problem is at the bottom of the table, there is some space which i want...
Excuse me but when did this group become a beginners HTML group....??? If that's what rocks your boat then there's plenty of list out there for that... Failing...
OK folks, bear with me. I am wanting to redo an app that is in VB6 to C#. A lot of the VB6 is in straight line SQL. I have some tables that contain fixed data...
We won't be able to use tables I'm afraid - doesn't adhere to our design spec. There is a way to get the width the way I want - I've seen it before, but I...
Harry, Are you connected to a SQL Server? Why not build your queries on the SQL Server? This way if you change coding languages all you have to do is...
Possibly....I have callback defined in the following manner but still no go: [return: MarshalAs(UnmanagedType.I4)] public delegate int SimpleTestDelegate([in]...
It is because of the height you have specified... in the table tag.... but if you totally remove the height tag.. then scroll bar will neve appear.. so.. just...
I need to generate two randome numbers. Both of these number need to be between 1 and 100. I can get the random numbers to generate, but doing two random...
Do you need to get information from the managers table to populate the form, or do you need to get it to insert it into the table the form inserts into? Harry...
I take it you must not be calling random.next and you are using the same seed? Try: using System; namespace TestRandom { class TR { static void Main(string[]...
This list rarely degrades into 'html help'. I don't see anything wrong with the occasional bit, and I'm glad of it. I wouldn't like to see the list focus on...
Hi all i want to get the previous and edited value of datagridcell, which events to register sothat whenever a cell got the focus i save its old value and when...
I think either nkrishnan's system is infected with virus or the virus had hit the group. I request everybody to check the system for virus, so that this sort...
Hi, I have windows application in C# which uses webserives to synchronize data. How do I deploy the application so that when run the setup, the application...
Ok, I have been working on this for days and any of the samples that I find online either don't work or they just manually created the dialog and displayed it...