| Thread | Last Post | Replies |
|
| log in asp.net | 10 Jun 2007 20:30 GMT | 2 |
I need to implement logging (to a file or db) in an asp.net app. What's the best way to go? Is there anything in the framework I can use (tracing, debug?) or what about log4net? What would you recommend? Thanks
|
| How can Merge Rows & Columns in ASP DataGrid ? URGENT !!! | 10 Jun 2007 16:38 GMT | 4 |
I am using datagrid to populate a report. I need to merge few columns in the header rows. As well as few rows also. same as we use to do with HTML Tables such as colspan = 3 and Rowspan = 2.
|
| Clip a Graphics region | 10 Jun 2007 15:33 GMT | 3 |
Hi to all, I have a System.Drawing.Graphics, I need to clip a region and put it in a different another Graphics with the size of clipped region. There's suggestion or a tutorial?
|
| RegisterStartupScript after Response.WriteFile? | 10 Jun 2007 13:59 GMT | 3 |
I have a button which kicks off the generation of a report after which the file will be downloaded. The report generation can take a long time, so client side onclick event of the button also makes a <span> tag visible which contains a nice message to the user thanking them
|
| PowerPoint and Asp.net | 10 Jun 2007 11:09 GMT | 6 |
How to generate a powerpoint document using asp.net ? The best would be to merge a ppt template with datas that I generate Thanks for your help. Stan
|
| Recieving Error "'theForm' is undefined" In ASP.NET Application Even With The Line "var theForm = document.forms['form1'];" | 10 Jun 2007 08:47 GMT | 5 |
I have an ASP.NET application which is giving the following JavaScript error: 'theForm' is undefined However, when I do a View Source one of the <script> elements is as follows:
|
| problem with own defined procedure | 10 Jun 2007 08:11 GMT | 4 |
i have a formview in Insert mode. when a new record is inserted, the text of a textbox becomes: "ok". Instead of using the ItemInserted or ItemInserting, i use my own procedure like this:
|
| Need help displaying JPG where filename is from DB Query | 10 Jun 2007 02:54 GMT | 8 |
I have a list of JPG's which are found in a SQL Server database. When the page selects a certain piece of data it will refer to the file system (resident on IIS server with a virtual directory) and files contained within a certain folder. I have been trying for quite a while to ...
|
| upgrade from Visual .NET 2003 enterprise to which Visual .NET 2005 | 10 Jun 2007 02:08 GMT | 4 |
We have to upgrade our Visual Studio .NET 2003 enterprise edition to .NET 2005. However, there is no enterprise edition for Visual Studio .NET 2005. There are 4 versions available for visual studio team edition 2005,
|
| Configure SMTP Server | 10 Jun 2007 01:55 GMT | 2 |
How can I configure the smtp mail server in the passwordrecovery calss to make it send an e-mail to the user that contain the user password ? Any help will be appreciated regard's
|
| URL Authorization in ASP.NET 2.0 not working for html and image files | 10 Jun 2007 01:38 GMT | 2 |
Microsoft says that ------------ ASP.NET version 2.0 on Windows Server 2003 protects all files in a given directory, even those not mapped to ASP.NET, such
|
| Publishing to a webserver | 09 Jun 2007 23:35 GMT | 2 |
Using VB.net 2005 & W2K3 server. We have a small website running on our server, this is the first .aspx page we have tried put on the server. I have configured the folder as an application folder on the server.
|
| value of type "MyNamespace.MyClassName" cannot be converted to "MyNamespace.MyClassName" | 09 Jun 2007 19:33 GMT | 1 |
I have a ASP.Net application that uses assemblies from several other solutions. When testing the applications on my machine I build all the referenced assemblies using nmake. The latest assemblies get placed in a common directory that is referenced by my ASP.NET app.
|
| Response.Redirect problem from remote machine | 09 Jun 2007 19:08 GMT | 4 |
I am a newbie to asp.net but have done traditional vb, asp and vb.net - please forgive any dumb questions! As a test I have a very simple page (Default.aspx) with a single button which then redirects to a second page (MemberReport.aspx) using
|
| No db access after publishing web site | 09 Jun 2007 18:26 GMT | 7 |
I developed my first web site using Visual studio 2005. It works very well with Visual Studio. But after I published the web site in a file system folder in my PC using the instructions I found in Visual studio help Walkthrough: Publishing a Web
|