| Thread | Last Post | Replies |
|
| .NET headers and footers: what's best approach? | 09 Sep 2005 21:36 GMT | 3 |
I'm writing my first .NET website and am wondering what the best method for including headers and footers is. I was thinking either a user or server control but am not sure which would be best performance-wise / maintenance wise. OR if there is another approach that is more commonly ...
|
| VS2005 and SQL Express | 09 Sep 2005 17:59 GMT | 1 |
Has anyone taken a look at SQL Express that is bundled with VS2005 beta2? There doesn't seem to be an Enterprise Manager with it. How do you add tables, etc.?
|
| PDA | 09 Sep 2005 16:37 GMT | 1 |
Hello all we have a wireless PDA in our yard and we are using VB.net 2003. We want to know how we would enable our PDA to run a select statement off of our Sql server and return some values based on the data in one of our tables so they can see it without having to come. We are ...
|
| Regex to find text without tag html | 09 Sep 2005 14:07 GMT | 2 |
I need a Regex that find just a text inside a string that has both text and tags html, for example : string str = "<table ....><tr><td>my table</td></tr></table>
|
| Help with app performance | 09 Sep 2005 09:41 GMT | 2 |
I needed a way to post a message to MSMQ form SQL Server so I found some info online and created a console app Sub Main(ByVal args() As String) Dim msgQueue As MessageQueue = New MessageQueue(QUEUE_NAME)
|
| Potential Loop | 09 Sep 2005 09:30 GMT | 1 |
Please look at the code below: Would this code cause an infinite loop at any logic? Sub Page_Load( sender , e ) handles Mybase.Load sw = new StringWriter
|
| Speed comparaison question | 09 Sep 2005 08:28 GMT | 9 |
i need to choose a langage for porting my vb application to dot net 2.0 in november. For some components, low-level components, i want to know if it can be better to use specific .net language.
|
| View DLL Dependencies | 09 Sep 2005 06:39 GMT | 4 |
I have been having some problems lately where I get the error where it says that it cannot copy the new DLL b/c it will overwrite a reference to the old version. I know why this error happens, but often lately when I fix it, it
|
| PocketPC and ODBC database | 09 Sep 2005 05:12 GMT | 1 |
I need to synchronize data between a PocketPC application (C#) and a FileMaker database every time the PocketPC is in it’s cradle. FileMaker has a ODBC-plugin, but SQL.CE unly allow me to interact with a MS SQL Server? Should I try to establish a Serial connection? Is this ...
|
| mcp certification expiration | 09 Sep 2005 02:15 GMT | 4 |
Some one told me that our current mcp certifications like for c# and asp.net will expire in four months since longhorn will be released and we will have to do the .NET 2 certifications is that true?
|
| if System.IO.StreamWriter write throws an exception, is there anyway to close the System.IO.StreamWriter object? it seems to stay open when this happens then future attempts to write to that same path fail because it says its in use by another process. | 08 Sep 2005 18:47 GMT | 3 |
if System.IO.StreamWriter write throws an exception, is there anyway to close the System.IO.StreamWriter object? it seems to stay open when this happens then future attempts to write to that same path fail because it says its in use by another process.
|
| when i use stream writer to write to a shared folder, and the network card of that remote computer is disabled | 08 Sep 2005 18:38 GMT | 2 |
when i use stream writer to write to a shared folder, and the network card of that remote computer is disabled in the middle of the write then reenabled later. every time i try to write to that same path on the network drive it says "The process cannot access the file "\\foo\bar ...
|
| Server Application Unavailable | 08 Sep 2005 16:54 GMT | 1 |
I was trying to test a webpage with IE6, and I got hit with the following display: -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- Server Application Unavailable The web application you are attempting to access on this web server
|
| about displaying data in datalist control | 08 Sep 2005 15:18 GMT | 1 |
I have datalist control in my ASP.NET application the problem here is i have used a textbox with multiline true propertly when i enter data like "fdjsfhjksdhfjsdfhsdjhfsdfhsdjfhsd
|
| Namespaces in VC++.NET and C# | 08 Sep 2005 12:16 GMT | 3 |
I created a .NET class library in C# (VS 2005 Beta 2) sometime back. I used to group my interfaces and classes in namespaces like- abc.cs --------
|