| Thread | Last Post | Replies |
|
| deployment | 01 May 2008 19:59 GMT | 2 |
I added some asp.net pages to an existing asp site in the development environment. Now I'm ready to deploy. My understanding is that not only are .aspx and .aspx.c files required, the 'compiled assembly' is required because code-behind is being used. But I don't see anything ...
|
| substitute img when EVAL file name is not found | 01 May 2008 19:57 GMT | 10 |
I'm hoping there's a simple way to do this. I need to show a dummy image in an asp image object if the file is missing. Here's my asp.net 2.0 markup: <asp:Image ID="imgGrad" runat="server" BorderColor="DimGray" BorderStyle="Solid" BorderWidth="1px" Height="120px" ImageUrl='<%#
|
| How do you create Listings().ListingItems() | 01 May 2008 18:46 GMT | 1 |
OK i know this is a 101 question but... I need a nested array of Listings().ListingItems() so i can read a text file and split each line and insert the results into this array. The read and split are easy (and so should be setting up this array), but i am banging my
|
| merge two PDF files in C# | 01 May 2008 16:09 GMT | 2 |
How do i merge two PDF files in C# Code?
|
| Is Vista Ready for VS2K5? | 01 May 2008 15:20 GMT | 8 |
I'm about to get a new computer for VS2K5 development. Is it ok to get Vista yet or should I stick with XP? Thanks, Ross
|
| parameters in an Stored procedure(SQL server 2005) | 01 May 2008 15:15 GMT | 1 |
I am working on an application where I need to pass 410 parameters (most of them being optiona)l to a stored procedure. I just wanna know will an stored procedure in SQL server 2005 will accept so may parameters and will they be any issues...
|
| check the Require SSL option | 01 May 2008 12:24 GMT | 1 |
I want to check the Require SSL option in Default web site of IIS; How can I do that with program?
|
| Updating TabPanel contents asynchronously | 01 May 2008 12:00 GMT | 1 |
I've been trying to work out how to asynchronously update the contents of a TabPanel using an UpdatePanel and I can't for the life of me get it to work. I've seen a couple of examples online that declare an UpdatePanel inside a TabPanel, but I get an error when I try and do
|
| ASP.NET 3.5 AJAX and default error handler | 01 May 2008 06:57 GMT | 9 |
with ASP.NET 2.0 Ajax every unexpected error is managed client-side with a popup that reports the error to the user. In ASP.NET 3.5 this behavor has been changed: how can I have a similar behavor? I'd like that every exception raised from ASP.NET runtime during an asyncpostback ...
|
| Master Page style | 01 May 2008 06:15 GMT | 2 |
I have a web page which use a master page. I would like to post a style element to the master page header section how do I do that?
 Signature Arne Garvander
|
| Light ASP.Net Page | 01 May 2008 02:59 GMT | 3 |
Would like to know what is the best way of creating an ASP.Net web page that return just a line of "Text". This ASP.Net will not required any HTML tag, or Post Back Features. So we created below in Code Behind:
|
| cross page post back problem | 01 May 2008 02:11 GMT | 8 |
I the page knows there was a cross post back. but i can not find the control. (asp.net 3.5) calling page has a master calling control:
|