Forum: ASP.NET Mar 26th, 2007 |
| Replies: 1 Views: 889 Missing assembly file Hi,
I'm using Visual Studio 2005 with C#. When I Build the solution, the .dll assembly file is not being created in the \bin folder. Does anyone know why the assembly file is not being created,... |
Forum: ASP.NET Jan 25th, 2007 |
| Replies: 0 Views: 1,454 |
Forum: ASP.NET Jan 19th, 2007 |
| Replies: 1 Views: 2,418 Refresh Parent Browser Hi,
I am opening a Child Browser(pop-up) from a Parent Browser using the Window.Open() javascript. After closing the pop-up Browser using Window.Close(), I need to refresh a DataGrid control on... |
Forum: ASP.NET Jan 11th, 2007 |
| Replies: 6 Views: 5,910 |
Forum: ASP.NET Jan 10th, 2007 |
| Replies: 6 Views: 5,910 Export to Excel from ASP.NET app Hi,
I need to export data from a DataSet Element to Excel. Does anyone know the easiest way to export the data from the DataSet to an Excel file on the client's machine?
Thanks,
Mike |
Forum: ASP.NET Dec 21st, 2006 |
| Replies: 1 Views: 4,807 Problem closing Browser with Window.Close Hi,
I have an ASP.NET application that will not close a Browser using the Javascript Window.Close() command.
I am opening a Browser on top of the current Browser to display and collect additional... |
Forum: ASP.NET Sep 23rd, 2006 |
| Replies: 6 Views: 5,936 |
Forum: ASP.NET Sep 17th, 2006 |
| Replies: 6 Views: 5,936 Call external program from ASP.NET Hi,
Does anyone know how to run an external program from ASP.NET.
The System.Diagnostics.Process or Shell() functions do not work for opening GUI applications like NotePad. I need my ASP.NET web... |
Forum: ASP.NET Aug 16th, 2006 |
| Replies: 1 Views: 9,480 |
Forum: ASP.NET Aug 14th, 2006 |
| Replies: 1 Views: 9,480 |
Forum: ASP.NET Aug 8th, 2006 |
| Replies: 2 Views: 3,036 |
Forum: ASP.NET Aug 8th, 2006 |
| Replies: 2 Views: 3,036 Vertical Scroll for DataGrid control Hi,
Does anyone know how to format a DataGrid control with fixed Height and Width values with a vertical scroll. The DataGrid columns are bound to a Dataset.
Thanks |
Forum: ASP.NET Jul 26th, 2006 |
| Replies: 0 Views: 4,877 Anyway to display the Row Number in DataGrid? Hi,
Does anyone know if there is a way to display the Row # next to the first column in the DataGrid control? Something like the row number display in an Excel spreadsheet.
Thnaks |
Forum: ASP.NET Jul 19th, 2006 |
| Replies: 2 Views: 7,386 |
Forum: ASP.NET Jul 18th, 2006 |
| Replies: 2 Views: 7,386 How do I mask data using TextBox Control Hi,
Is there a way to set a mask on the standard ASP.NET TextBox Web control? For example, I need to mask the input and display of a telephone number "###-###-####".
Thanks,
Mike |
Forum: ASP.NET Mar 6th, 2006 |
| Replies: 4 Views: 2,615 Re: Deploying ASP.NET application F1 fan, Thanks for your help. I have the site up and running. There were two things I needed to do. 1.) Add the ASP.NET service, and configure the Virtual Directory as an application in IIS. ... |
Forum: ASP.NET Mar 6th, 2006 |
| Replies: 4 Views: 2,615 Re: Deploying ASP.NET application Thanks F1 Fan, I am entering the link from the Win2003 Server. I'm just trying to open the Default.aspx page from the link, and I'm not running the ASP.NET app, should I be? Can you please send me... |
Forum: ASP.NET Mar 4th, 2006 |
| Replies: 4 Views: 2,615 Deploying ASP.NET application I developed an ASP.NET web application using using Visual Studio .NET 2003. I developed it on a Windows XP Professional workstation. I need to deploy it on a Windows Server 2003. I installed the... |