Home
Get Started
Learn
Downloads
AJAX
MVC
Community
Wiki
Forums
Sign in
|
Join
Home
›
ASP.NET Forums
›
Search
Search
You searched for the word(s): userid:721671
More Search Options
RSS Available
Matching Posts
Re: aspnet_compiler error (...rem' has been disconnected or does not exist at the server.)
Sorry, I found the solution which is not the above. You have to add the following into your web.config under the "configuration" tag: <system.codedom> <compilers> <compiler language="c#" type="Microsoft.CSharp.CSharpCodeProvider, System, Version=2.0.0.0, Culture=neutral, PublicKeyToken=B77A5C561934E089" extension=".cs" compilerOptions="/nostdlib /d:DEBUG;TRACE /warnaserror-" warningLevel="0"/> <!-- /nowarn:0162,0108
Posted to
Configuration and Deployment
(Forum)
by
The Eagle
on 7/5/2008
Re: aspnet_compiler error (...rem' has been disconnected or does not exist at the server.)
If you have set your " customErrors" mode to RemoteOnly, set it to "Off" , for example: < customErrors defaultRedirect = " ~/ErrorPage.aspx " mode = " Off " />
Posted to
Configuration and Deployment
(Forum)
by
The Eagle
on 7/5/2008
Re: Can I call the command
The problem is how you are calling it. Normally, the button click event takes EventArgs as the second parameter. But in your case, it takes CommandEventArgs. So, here is how you should call it: Dim comEventArgs As New CommandEventArgs log_submit(sender, comEventArgs)
Posted to
Web Forms
(Forum)
by
The Eagle
on 4/20/2008
Re: Can I call the command
Yes, ofcourse. After all this is a function. You call it like this: login_submit(submitter, e);
Posted to
Web Forms
(Forum)
by
The Eagle
on 4/20/2008
Re: What is this App_Web_z7tkqlvi.o.cs file?
Each aspx page will have his own dll
Posted to
Getting Started
(Forum)
by
The Eagle
on 4/19/2008
Re: What is this App_Web_z7tkqlvi.o.cs file?
This is the dll of the aspx file after publishing your application. The "z7tkqlvi" is the version of your dll.
Posted to
Getting Started
(Forum)
by
The Eagle
on 4/19/2008
Re: I am not getting any points
I have stopped contributing to the ASP.NET community untill I get my missing points
Posted to
Feedback on this website
(Forum)
by
The Eagle
on 4/10/2008
Re: Two Linked Dropdown Boxes
You can use the ObjectDataSource on the seconde dropdown list and you use ControlParameter to point to the selected value of the first dropdownlist
Posted to
Web Forms
(Forum)
by
The Eagle
on 3/31/2008
Re: I am not getting any points
Hi Terry, What happened regarding this issue?
Posted to
Feedback on this website
(Forum)
by
The Eagle
on 3/31/2008
Re: Sub Data Sorting in a table view
Your SQL should be as following: 1 SELECT Country, 2 City 3 FROM Countries 4 ORDER BY Country, 5 City
Posted to
Data Presentation Controls
(Forum)
by
The Eagle
on 3/27/2008
Page 1 of 19 (181 items) 1
2
3
4
5
Next >
...
Last »
WindowsClient:
Windows Client Developer Roundup for 12/28/2009
WindowsClient:
Snoop with 64 bit support
ASP.NET:
jQuery Hide/Close Link
ASP.NET:
Merry Christmas
TechNet Edge:
FPE Customer Story
Silverlight:
Being a writer, and having an editor. A Short Rant.
Channel 9:
Channel 9 Live at PDC09: Dr Brian Brooks (3M)
Channel 9:
C9 Lectures: Dr. Erik Meijer - Functional Programming Fundamentals Chapter 13 of 13
Silverlight:
Information for Silverlight HVP Developers…
WindowsClient:
Custom Content Loaders in Silverlight 4.0
WindowsClient:
MVVM Links\Info
TechNet Edge:
Check out how Dolly Parton uses IE8 and Web slices!!!
Silverlight:
A Silverlight HVP Update
Channel 9:
Channel 9 Live at PDC09: This Week on Channel 9 - PDC09 Daily Show Edition Day 1
Channel 9:
Maria Klawe: Scholar, Scientist and Microsoft Board Member
Channel 10:
Play the Bing Sherlock Holmes Game
Channel 9:
Channel 9 Live at PDC09: Loic Le Meur
Channel 10:
How to Delete Jump List Items
Channel 10:
Roll Back to Classic Network Indicator in Win7
Channel 9:
Jafar Husain: Silverlight Toolkit and Rx, Part 2
Microsoft Communities
ASP.NET
Channel 8
Channel 9
Channel 10
IIS.NET
Silverlight
TechNet Edge
WindowsClient
Mix Online