| Thread | Last Post | Replies |
|
| Runtime Array and DataTable with VB.NET | 24 Jul 2006 07:08 GMT | 2 |
I have 5 string in my array that I get from MS Access DB. Public mDov(0) as string and I fill with my for loop. The result as shown below mDov(0) = "ABC_01"
|
| DataGridView binding problem with custom collection | 23 Jul 2006 23:54 GMT | 4 |
I hope someone can shed some light on an error I've been experiencing for sometime now, but can no longer continue to ignore :-( I've created a custom entity class which implements IEditableObject. I have then created a custom collection for this custom entity which naturally
|
| Scheduled exec | 23 Jul 2006 23:37 GMT | 3 |
In my recent project (using ASP.NET 2.0 and MSSQL), I need to scheduled a certain operation to be executed, for example, on beginning of a month. Is there anyway to do this on server-side, either on ASP.NET side or SQL Server side? Many thanks in advance, Mike
|
| viewing whole collection while debugging | 23 Jul 2006 23:36 GMT | 3 |
This question is related to debugging. Suppose I add a Collection to my watch Window. Although that collection shows the count of item in it, there is no way I can see the some common property of all the collection(mostly *value* or
|
| any sample coding for capture I.P. address ? | 23 Jul 2006 21:30 GMT | 1 |
I missing the sample code of subroutines to capture I.P. address by VB.NET 2005 (typical Client/Server Application, Client App. auto capture the I.P. address of recent computer),
|
| Using FileWatch? | 23 Jul 2006 19:59 GMT | 3 |
This is what I want to do, looking the for the best way to do this. I have a text file that gets created and placed in a folder. I would like to have a watch for that file when it pops in that folder. But I would alway like to have the watch active. I don't want it at Form Load ...
|
| MS Word - like interface in .NET | 23 Jul 2006 12:20 GMT | 2 |
Is there a way to provide a MS-Word type interface in a C# .NET application? Does the Microsoft Office 11.0 object let us do this? Or, is there any third-party library that can be used for such a feature? Please let me know.
|
| Visual Studio 2005 Standard Edition - Web Application | 23 Jul 2006 05:53 GMT | 4 |
I have installed Visual Studio 2005 Standard Edition. I want to create an aspx web application. There does not seem a web application project type listed! Am I missing something?
|
| highliting current line | 23 Jul 2006 04:02 GMT | 4 |
Hi, when jumping to a definition of a function in VB.Net 2005, Visual Studio does not scroll to place the destination line in the center of the window. So it could be anywhere. On my screen I can see nearly 100 lines at once and it is annoying to have to search for where the text ...
|
| Xml Serialization, properties and 'new' | 23 Jul 2006 03:22 GMT | 2 |
I'm hoping that someone has seen this before. I wasn't able to find any solutions through my usual channels (I.E Google). I also tried the Microsoft.Public.DotNet.Xml group a couple days ago, with no response. I figure I'll give it one more shot.
|
| Network adapter NetCfgInstanceId thru .NET | 22 Jul 2006 23:47 GMT | 1 |
Is there a way to get the netcfginstanceid of a network adapter thru C#? I couldnt find any available classes that might do the trick. The netcfginstanceid is available in the registry key
|
| compare a text file? | 22 Jul 2006 15:40 GMT | 2 |
Another simple one that has me scracthing my head. I just want to read a text file, if it reads a certain string, then pop up a message box that states something. Here is my code, what am I doing wrong? Dim StreamToDisplay As StreamReader
|
| AJAX in asp.net | 22 Jul 2006 13:43 GMT | 5 |
Hey, wann use AJX with asp.net but i dun know anything abt it so can any one help me out...........
|
| How to execute Console Application in web application | 22 Jul 2006 10:57 GMT | 1 |
Hey All, As we all define our connection string in web.config due to which any user can see tht. So for tht I have devloped one console application which provide me encrypted string and replacing it in web.config. So when I am using this string in decrypted format.I am
|
| VS2003: Trouble adding "Existing Project From Web" | 22 Jul 2006 10:47 GMT | 1 |
I'm working in Visual Studio 2003 and I'm trying to add a web project to a solution. When I right-click on the solution and select "Add Existing Project
>From Web," I get a dialog that says "Enter the URL of the server that |