Forum: ASP.NET Mar 26th, 2007 |
| Replies: 1 Views: 1,653 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: 2,269 Hi,
Does anyone know how to set the ForeColor of a DropDown control to Black when Enabled = False. The ForeColor is Gray by default.
Thanks,
Mike |
Forum: ASP.NET Jan 19th, 2007 |
| Replies: 1 Views: 3,641 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: 9,665 Does anyone have a code example using VB.NET? |
Forum: ASP.NET Jan 10th, 2007 |
| Replies: 6 Views: 9,665 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: 8,723 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... |
Forum: ASP.NET Sep 23rd, 2006 |
| Replies: 7 Views: 10,799 That will work just fine. Thanks |
Forum: ASP.NET Sep 17th, 2006 |
| Replies: 7 Views: 10,799 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... |
Forum: ASP.NET Aug 16th, 2006 |
| Replies: 1 Views: 14,783 The following code worked to retrieve the cell value from the row currently being edited (DataGrid1.EditItemIndex = e.Item.ItemIndex)
Dim obj As Object = e.Item.Cells(1).Controls(0)
... |
Forum: ASP.NET Aug 14th, 2006 |
| Replies: 1 Views: 14,783 Hi,
I'm using the DataGrid control with databound columns. I have an EditCommandColumn to allow for the Edit of the row. I'm having trouble retrieving the values of the row being edited in the... |
Forum: ASP.NET Aug 8th, 2006 |
| Replies: 2 Views: 5,203 That worked just fine. Thanks! |
Forum: ASP.NET Aug 8th, 2006 |
| Replies: 2 Views: 5,203 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: 7,343 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: 15,370 Doing it this way worked out fine. Thanks! |
Forum: ASP.NET Jul 18th, 2006 |
| Replies: 2 Views: 15,370 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: 6 Views: 3,840 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: 6 Views: 3,840 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: 6 Views: 3,840 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... |