| Thread | Last Post | Replies |
|
| auto session check with override | 09 Dec 2005 18:09 GMT | 3 |
i want to override the object session in class page , because i want to check the Session["UserName"] automaticly in WebForm , without writing "if" in evry page . i know that i need to make a new class Lib and inharite from "page" .
|
| Problem Opening an Corrupted Excel file | 09 Dec 2005 12:52 GMT | 1 |
I am trying to open an existing excel workbook. It pops up an error stating that “Errors were detected in 1598.xls but Microsoft Office Excel was able to open the file by making the repairs listed below. Save the file to make these
|
| Question about design | 09 Dec 2005 10:33 GMT | 2 |
Assume that you have a Document class that you want to persist. Which solution would be better and what are the advantages/disadvantages of each approach? Document doc = new Document();
|
| A way to mapping or redirect file call? thanks | 09 Dec 2005 10:15 GMT | 1 |
I have some files, which don't have suffix, but they are csv or txt file. I want to open them in SQL by using openrowset, but it requires those files with suffix. How can I overcome that? I am thinking a virtual folder, but I havn't found a simple sample yet.
|
| double buffer in C# | 09 Dec 2005 09:42 GMT | 1 |
Hello Gurus! I really need this one to finish a module in my thesis. PLease please help me. I need a double buffer class in C# so i can call it and use it anytime i want,
|
| VS Studio vs. VB.NET 2003 | 09 Dec 2005 09:27 GMT | 8 |
I use Visual Studio .NET 2003 Professional version at work. I'd like to buy .NET for my home PC. All I use is VB.NET and I'd like to use ASP.NET eventually. What kind of functionality etc will I lose if I simply buy VB.NET 2003
|
| ADO.NET Is this current technology? | 09 Dec 2005 09:12 GMT | 2 |
I'm sorry if this is a retarded question. I have a book on "Database Access with Visual Basic.NET" that I was going to use to build web pages using visual studio that will communicate with my sql server. I'm just wondering, is ADO the best way to write the code behind to execute ...
|
| .NET: Encoding.Convert(...Encoding.Unicode...) | 08 Dec 2005 22:42 GMT | 1 |
Could you help me please with encoding transformations in .NET? I am beginner. I have some code that nearly works - but I have problem with converting from fileEncoding to Unicode (Strings are in Unicode).
|
| Getting debugger to jump to supporting .dll | 08 Dec 2005 22:18 GMT | 1 |
I have two projects in a solution: an exe and a supporting dll I want the debugger to jump to the supportin dll when the code calls a method there...but it doesn't What should I configure to make sure it does?
|
| HLP: Opening Access DB issues | 08 Dec 2005 18:32 GMT | 16 |
VB.net 2003; MS Access db; Netframe 1.1 I wrote an Windows app for my last place of employment that opened and modified a couple of MS Access db files. I did most of my programming at home on Drive "C". And I used the Drag/Drop Data Items to create the Connection,
|
| Upgrade Path for VS.NET ? | 08 Dec 2005 17:58 GMT | 5 |
I own licenses for VS.NET 2003 Enterprise Architect edition. I see that there are now a reduced number of /flavors/ for VS.NET 2005: -Team -Office
|
| Code Documentation for .NET 2.0 | 08 Dec 2005 17:38 GMT | 3 |
Does anyone know a good .NET documentation generation tool (like NDoc, but one that supports .NET 2.0)? Thanks, Pieter Philippaerts
|
| Invalid cast | 08 Dec 2005 17:32 GMT | 1 |
I have a check box on a Web form that I have named “chkBackedUp”. When I run the application, I receive the following error: Exception Details: System.InvalidCastException: Invalid cast from System.Boolean to System.Byte[].
|
| VS 2005 bug in cut & paste controls? | 08 Dec 2005 16:56 GMT | 2 |
I selected 3 controls that were in a Frame control, I "Cut" the controls and then pasted them outside the frame on the form. Now, when I double on the control (hoping to load the default event for that control WITH my source code in the event) I get a new event with the "_1" ...
|
| Wrapping Text when using MailMessage | 08 Dec 2005 16:45 GMT | 5 |
Working in asp.net I send out an email using the following Code: Dim cdoMsg As New System.Web.Mail.MailMessage Dim strEmailBCC As String = "" strEmailBCC =
|