| Thread | Last Post | Replies |
|
| Does SmtpFailedRecipientsException ever occur? | 30 Nov 2005 22:37 GMT | 3 |
I can't seem to ever get this exception when sending to a bogus address. Can anyone else? Does the SMTP server need to implement a particular protocol version
|
| Estimated cost for converting PHP to ASP.NET | 30 Nov 2005 22:36 GMT | 4 |
Hi - if I have created a PHP web application in 5 months (850 workign hours) and now I want to convert it to ASP.NET, then how many hours do I need to invest in to make this happen? Anybody has any experience on this?
|
| Application blocks and .NET 2.0 | 30 Nov 2005 22:28 GMT | 1 |
I heard recently that the microsoft application blocks possibly aren't compatible with .NET 2.0 can anyone either verify or rebuke this claim for me? I'd appreciate it Thanks,
|
| textarea web form | 30 Nov 2005 21:49 GMT | 1 |
Is there an asp web form object for a text area? Thanks, Leon ---
|
| Create a Mailto: link from a SQL Database with asp.net 2.0 | 30 Nov 2005 19:25 GMT | 2 |
While it is not a problem to create a mailto link in HTML, <a href= "mailto: <%# Databinder.Eval(Container.DataItem,"StoreEmail") %>"
><%#DataBinder.Eval(Container.DataItem, "StoreEmail")%></a> |
| is NOT CLS-Compliant warning in VS2005? | 30 Nov 2005 19:23 GMT | 2 |
When I use the DataSet wizard to create an .xsd I get a "...is not CLS-compliant" warning -- now this is code generated by VS 2005 (aka Microsoft) -- why would it generate none compliant code?? Do I care about CLS compliant code?
|
| Date calculations. | 30 Nov 2005 18:39 GMT | 5 |
In VB6.0 I Did This operation with dates. Dim d as String D=Date D=D-1
|
| Com/Com+ confusion (all comments welcome) | 30 Nov 2005 18:39 GMT | 1 |
I am in a bit of a quandry at the moment. I have to develop 2 applications, 1 a windows app and the other thin client. Each application will share the same business classes and the same database. Normally I would start a new solution, add my business class project then
|
| Byte() to String and String to Byte(). How? | 30 Nov 2005 18:09 GMT | 4 |
I have to go from Byte() to String, do some processing then reconvert the String to byte() but using ascii format, not unicode. I currently use a stream to write the char() (BinaryWriter.Write) from the string (String.ToCharArray), then use Stream.ToArray to convert everything
|
| Insert BLOB using System.Data.ODBC | 30 Nov 2005 16:47 GMT | 3 |
I am trying to use System.Data.ODBC to insert a file into a binary field in SQL Server 2000. Now, before you yell at me, the reason I am doing this is that I am only writing intitial code against SQL, but this app will need to be able to run against any ODBC compliant DB, so I ...
|
| General design with mulitple forms | 30 Nov 2005 16:05 GMT | 1 |
Moving from VB6 to VB.NET or C# and had a general design question... I currently have a VB6 app that functions like a wizard. Form1 is displayed with configuration settings. The user enters the data and presses the Next button to navigate to Form2. On Form2, the user can move to ...
|
| NET2.0, VS2005 beta, ListView Drag&Drop | 30 Nov 2005 15:31 GMT | 1 |
perhaps it is way to early in the morning to do proper coding, but somehow I don't get it. I try to drop a file into a Listview (.view=details), but somehow my tool doesn't let me drop it there, even with option ListView.AllowDrop
|
| Global.asax | 30 Nov 2005 10:08 GMT | 2 |
I want to send mail during my application crashes. I wrote my method in application_end event in global.asax. Its working fine when i'm running through visualstudio.net. When i tried by stopping my IIS server, it doesnt work.
|
| vb compiler error in Visual Studio 2005 | 30 Nov 2005 09:24 GMT | 1 |
I have The new Visual Studio 2005 Professional installed, I have created a vb project as windows application and receive a perculiar error when trying to open the Form designer. "Microsoft Visual Basic Compiler has encountered a prblem and needs to close, No information has been ...
|
| Stuck in stream.read ... plz help. | 30 Nov 2005 09:20 GMT | 1 |
hi guys.. im writing an application that uses windows service to listen (as a tcplistener) for any data sent (by a tcpclient) ... one kind of the requests might be a file sent by client and the service
|