Top Articles in microsoft.public.dotnet.framework.aspnet
.aspx displays totally blank page?31318 (10/6/2010 12:54:34 AM) Hello, trying to bring up one of our .aspx pages and it displays a totally
blank page in the IE browser. Our app was working like a month ago but now
a total blank page, does anyone know what this could be... nothing
Clear selected value of Dropdownlist with Javascript12529 (2/1/2010 10:10:39 AM) All,
I have 2 x dropdownlists, I need to clear the selected value of a
dropdownlist1 if dropdownlist2 is selected.
Any help appreciated.
TIA
Ian
... Ian
Response.ContentType = "application/vnd.ms-excel" IGNORED!71926 (3/17/2010 5:15:02 PM) I've an application that worked well on IIS6. I moved it to IIS7, and
response.contenttype is now ignored.
my code ends with:
Response.ContentType = "application/vnd.ms-excel"
Response.F... Utf
Specified driver could not be loaded due to system error 1114 -Ora11536 (12/10/2009 4:05:01 PM) Hi,
I have a problem of running the ASP.NET web pages on the server after making
the file deployment. The server was intalled OraClient11g_home1. I created
DSN in ODBC with this driver. The test connecti... Utf
What happened to the App_Code folder in Visual Studio 2010?21861 (9/25/2010 2:43:52 PM) In Visual Studio 2008 web sites, class files are placed in a special
folder called "App_Code". But when I create a new web site in Visual
Studio 2010, and select menu option Website | Add ASP.NET Folde,
App... Peter
How to get textboxes to retain previously entered data?11682 (9/30/2010 1:15:03 AM) Hello Community
I have a text box that users enter data into. Sometimes the same data
gets entered.
How can I retain the entries in the textboxes to allow users to select
reselect something f... Utf
Using Page.RegisterClientsideScript with arguments22914 (10/9/2010 10:01:49 AM) I need to use a javascript and set a couple arguments in it from the
vb.net code behind. I can get this working
(sb is a stringbuilder)
Page.RegisterClientsideScript("testscript()", sb.ToString());
bu... Dave
Specified argument was out of the range of valid values. Parameter name: index01522 (9/24/2010 4:18:17 PM) I have a GridView that I'm trying to implement a Confirm OnDelete.
The below code works except that I'm getting the error "Specified
argument was out of the range of valid values. Parameter name: index"
when... Dave
Copy and paste from Excel to GridView41296 (5/21/2010 2:29:01 PM) Hello,
is it possible to copy and paste values taken from an Excel spreedsheet into
the grid of a GridView in a ASP.NET page?
Luigi
... Utf
Create checkbox in gridview column at runtime31663 (4/19/2010 3:53:15 AM) The gridview is created at runtime
there is a column for checkbox (non-databind)
i can create a blank column by the code
Dim tfSelect As New TemplateField
tfSelect.ItemStyle.Width = 80... Tony