| Thread | Last Post | Replies |
|
| Continue code on next line | 09 May 2007 02:22 GMT | 7 |
How do I continue code on another line when one line becomes too long? I always get compilation errors.
|
| Simple code worked fine with SQL2005, but now has a problem with SQL2000. | 09 May 2007 01:41 GMT | 8 |
Hi. This code worked fine with SQL2005, but has a problem with SQL2000.... Which one ???? cnSQL = New SqlConnection(System.Configuration.ConfigurationManager.AppSettings("ConnectionString"))
|
| excel com component | 09 May 2007 00:47 GMT | 3 |
I am using a com component Microsoft excel 11.0 liabry in asp.net appliction and before using i have converted it into .NET component. But when control comes to following statement: excelworkbook = excelobject.workbooks.open("filepath")
|
| Batching updates with SqlDataSource | 09 May 2007 00:06 GMT | 2 |
Hi. Is it possible to issue multiple update calls to a SqlDataSource within one transaction? E.g. MyDataSource.BeginTrans()
|
| Problem Converting DateTime | 08 May 2007 23:48 GMT | 2 |
I have time in the following format... Tue, 8 May 2007 13:38:00 EDT How can I convert it DateTime? Convert.ToDateTime works fine if the Time Zone is GMT like
|
| using Masterpage in sub dir | 08 May 2007 22:14 GMT | 2 |
1) We have masterpage in the root dir 2) if we want ot use materpage for pages in sub dirs, there is probelm to display images called in the masterpage: <table style="background-image: url(images/header_background.gif);...
|
| Orcas Newsgroups | 08 May 2007 22:04 GMT | 1 |
Hi, are there any newsgroups to discuss the Oracs beta? I've looked through msnews.microsoft.com but haven't found any. Thanks....
|
| Deployment | 08 May 2007 20:40 GMT | 3 |
In VS 2003, I would develop my application and after it was the way I wanted it, I would move over the ".aspx" files, the bin directory, the web.config and the images to the remote server. Now with VS2005, I see if you use the file system, that there is no
|
| Available Oracle HRMS techno - functional consultants with us | 08 May 2007 20:27 GMT | 1 |
Contact : Mandar Direct : 402 408 6601/402 408 3687 Email : mandar@kraftware.com Hi,
|
| Word Interop Assemblies and ASP.Net | 08 May 2007 19:27 GMT | 2 |
I have an ASP.Net 1.1 app running on my intranet. I want to be able to output a report in Word. I have a .Net dll written for a similar WinForms application. Can I install the Word Interop Assemblies on the web server and use the same dll to produce the Word document?
|
| GetElementbyID question - within MasterPage/contentpage - within tables | 08 May 2007 18:12 GMT | 1 |
I've inherited a project that has quite a few Table rows - inside each cell, within the row are a couple of textboxes ("in" and "out"), along with a "total" label. Also - this is all within a Content Page/Master Page scenario - I've got the
|
| Max concurrent users on dedicated IIS box | 08 May 2007 17:58 GMT | 1 |
Take a look at the interview with the founder of Plentyoffish.com, He claims to be able to serve 40k-50k users on a SINGLE server running IIS6 (at 65% capacity). My question is for those with experience running dedicated asp.net servers: Aren't these figures a bit
|
| ASP.NET Page Breaks | 08 May 2007 16:54 GMT | 2 |
Hi. I have an asp.net webform I need to make 'printer-friendly'. Problem is that content on the webform is dynamic - subject to change size, spacing, etc. Is there a way I can programatically define page-breaks on the form, which would cause page breaks when the form is ...
|
| .NET Panel vs. Placeholder controls | 08 May 2007 16:34 GMT | 6 |
Does anyone know the difference between the Panel and Placeholder controls? What really are the differences? Why would I use one and not the other? TIA,
|
| How stable is .NET 3.0? | 08 May 2007 14:43 GMT | 5 |
I know it's just an add-on to .NET 2.0. Like more classes added to the library. And as I understand there is no migration whatsoever. Applications (ASP.NET ) that worked on 2.0 will work on 3.0 without any additional tweaking.
|