| Thread | Last Post | Replies |
|
| System.Management not found | 08 Aug 2006 17:53 GMT | 5 |
Hey all, I am hoping this is something simple, but I am at a total loss to figure out what it is. In a C# application I am writing, the following is my "using" header block:
|
| Multi Tier applications | 08 Aug 2006 16:53 GMT | 2 |
Dear friends I want to know a bout multi tier applications, whats the meaning of layers, for example whaty is Data access layer? i cannot understand the concept. is layes just specific classes ? of different projects? what is the benefit?
|
| ASPDBNET.MDF | 08 Aug 2006 15:42 GMT | 2 |
Do you need to have sql server 2005 installed for this db? If not, how do you connect to it using non- windows integrated authentication? Thanks in advance
|
| Is the webClient to do save action | 08 Aug 2006 10:25 GMT | 1 |
In the past, I often use streamReader and streamWriter to copy the file from one folder to another in my loco computer. But, yesterday I find the webClient has a download function,It can be an easy way to copy the file from one palce to another.
|
| Tableadapter insert | 08 Aug 2006 10:17 GMT | 1 |
I'm quite new to using .net data access components and having problems when trying to insert a new record to an MS SQL database single table. First I tried to use a tableadapter generated by VS2005, like this : messagesDataSetTableAdapter.Insert(paramaters);
|
| Parsing HTML table | 07 Aug 2006 22:07 GMT | 1 |
Does anyone know if there is a .NET api to parse HTML tables ? Thanks, Gil
|
| Huge problem consuming .net event in JScript code | 07 Aug 2006 21:47 GMT | 3 |
I've got this problem. I've to implemente a solution like the example in http://support.microsoft.com/default.aspx?scid=kb;EN-US;313891, but I can't configure correctly the example.
|
| how can I bind my custom entity objects to data controls | 07 Aug 2006 14:58 GMT | 4 |
I have implemented custom data entity objects, so I like to bind my entities to web server data controls, so I want to know what extra code I should implement to to do that?
|
| Resgen /str - Issue generating C# resource wrapper classes. | 07 Aug 2006 12:59 GMT | 1 |
There seems to be a "feature" when using the resgen /str option to generate C# wrapper classes for the resource. The generated code which links the resource manage to the resource does not specify the resgen output file but instead forms the resource name from the
|
| bug in .NET? | 07 Aug 2006 12:58 GMT | 1 |
I have created simple ASP.NET application with master page MIMStock.master: <%@ Master Language="C#" AutoEventWireup="true" %> <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
|
| Simple Query Not Executing | 07 Aug 2006 12:02 GMT | 3 |
Dang! A *simple* query doesn't run on my machine. I wrote a Data Access Layer (DAL) in a dll that I am testing with the help of a console application. Here's the code. I am damn sure that my code is fine. I think my
|
| Determine culture of string | 07 Aug 2006 10:39 GMT | 5 |
How do I determine the culture/language of a specific string? Dim s As String = "some text" How do I determine for instance, if s is Arabic text or not?
|
| Globalization and localization | 07 Aug 2006 07:12 GMT | 1 |
WHat is the difference between Globalization & Localization?
 Signature Regards Ginny
|
| POST request frow windows app?? | 06 Aug 2006 21:50 GMT | 3 |
I'm in the processing of upgrading some VBA code that sends a POST-AUTH request to a secure server (credit card authorization to a payment gateway) then parses the return. I'm trying to figure out how to do this with VB 2005 Windows App.
|
| Event Handling | 06 Aug 2006 15:26 GMT | 1 |
Can anyone explain me the lifecycle of event handling. How the .NET framework handles event handling? Thanks,
|