What do you want to trace and where do you want the tracing to show up? Records in a database table? Lines in a text file? What is going to trigger the...
I need to trace a windows application that makes a database call. I would like the tracing to show up in a text file. I want everything the application does to...
Try reading about Log4Net maybe that can help De: CSharpNET@yahoogroups.com [mailto:CSharpNET@yahoogroups.com] En nombre de William Weaver Enviado el: martes,...
Hi Green, Browser won’t allow you to access the context menu from any web application. It’s a security issue. If you need menu for your webapplication, you...
It seems to me that your first issue is how to ask questions. I don't see a question here. What is or is not this case statement doing? RobR ... From:...
Have a look at enterprise library, that should work for you. Regards, Alvin Bruney [MVP ASP.NET] [Shameless Author plug] The O.W.C. Black Book, 2nd Edition ...
there is an error on the switch(option) , "A value of an integral type expected " why is that? (ConsoleKey.D1 = 1 ... D3=3) the question: can someone, please...
Alejandro, I have been a C++ programmer for many years, but I like C# much better. One of the biggest advantages of C# over C++, at least in the Microsoft ...
Lad and everybody else, It is true that you don't need braces, but they aren't a problem. It helps to understand exactly what braces do. A case block can...
hehehehe, i agree... ________________________________ From: Rob Richardson <Rob.Richardson@...> To: CSharpNET@yahoogroups.com Sent: Wednesday, June 3,...
Hi guys, I'm wondering how to start localizing my app, I have searched the net over and over but can't find a good article on how the different solutions work....
Rob, Thank you very much for the help, the .Key solved the issue. Ale ... __________ Información de ESET NOD32 Antivirus, versión de la base de firmas de...
the best advice i could give you would be to look into frameworks like castle, nhibernate, ninject etc. They take a lot of the thinking away for you but teach...
Creo que tienen razón... ¿Cual es el problema? digo, para poderte echar la mano... (for english versed people) I think they're right... ¿What's the problem?...
Hi Nick; Try to add a Resource File from the Add Item menu (like when you add a new form. Then it is a simple matter of calling the resource as in the eg...
Hi, Â Could you tell me more about this "div/panel + link". Thanks, Green greenlamar3020@... www.GreenProductionss.com Energy begets energy.. Â ... ...
Thanks guys and thanks for the sample! I have tried it and tried on my app and that seems to work very well. Only downside is that you have to localize on the...
Hello, I’m using typed datasets but I’m having a problem. The stored procedure runs a select statement which grabs data from two tables. Because the result...
Hi All, I'm implementing google checkout in my web project using asp.net c#. I'm facing problems with google checkout(sandbox). I can post my cart items to...
Hi, I am developing a database project in C#. I have used data set approach for every query I have to make. When the program start for the first time, or when...
By using Row [“AccessID”], you can access those columns value, though the column is not visible in the type dataset. But this is not a good practice with...
Hi Samir: Sure using dataReader provides better performance than the DataSet. "DataReader allows you to quickly retrieve all your results. The DataReader uses...
Hi Ian: If you're using dataset you need, I think, to fill it with the two tables then define the relationship between the two tables in the dataset, as the...