Click here to Skip to main content
15,887,898 members
Home / Discussions / ASP.NET
   

ASP.NET

 
Generalusing a class in another webform Pin
nigel20007-Dec-07 6:48
nigel20007-Dec-07 6:48 
GeneralRe: using a class in another webform Pin
Michael Sync7-Dec-07 7:06
Michael Sync7-Dec-07 7:06 
GeneralRe: using a class in another webform Pin
J$7-Dec-07 7:12
J$7-Dec-07 7:12 
GeneralRe: using a class in another webform Pin
nigel20007-Dec-07 8:25
nigel20007-Dec-07 8:25 
QuestionHow To Select Only One Radio Button in GridView Control in C# Pin
mrgaddam7-Dec-07 4:41
mrgaddam7-Dec-07 4:41 
AnswerRe: How To Select Only One Radio Button in GridView Control in C# Pin
Michael Sync7-Dec-07 6:03
Michael Sync7-Dec-07 6:03 
GeneralRe: How To Select Only One Radio Button in GridView Control in C# Pin
Michael Sync7-Dec-07 6:05
Michael Sync7-Dec-07 6:05 
GeneralException when calling web service: The underlying connection was closed Pin
Talal Sultan7-Dec-07 3:49
Talal Sultan7-Dec-07 3:49 
Hi all,

I'm using WSE 3.0 in my project to connect a web application to a web
service. I'm using username token for WSE. In some pages where I have upload
file controls I get an exception saying :

The underlying connection was closed: An unexpected error occurred on a
receive.

I have searched online and found that this problem is a well known bug in
.NET 1.1 and I also found a way to solve it by modifying some code in the
reference.cs file of the web service proxy in the web application. However I
didn't manage to find a reference to the problem in .NET 2.0. Is there a way
to access the reference.cs file in a web application developped with .NET
2.0? If not, how can I fix this problem?

I have also tried to turn off the keep-alive option of the website from the
IIS console but that resulted in other behavioral problems. I'm using
Windows Server 2003 with IIS 6.

Ultimately, if there is no way to fix this, can someone direct me towards a
file upload control that I could use that might fix this problem? I am
wondering if this problem is related to another problem I am having: when
uploading files (one or multiple file upload controls on same page) a
timeout occurs where IE shows that it is still waiting for a reply from the
server and nothing happens. If I check the server, I notice that it has
finished processing the request and the database has been populated with the
results but nothing goes back to the IE client.


Thanks for your help,
Talal

-- If this is a post that has been helpful to you, please vote for it. Thank you!

"Programming today is a race between software engineers striving to build bigger and better idiot-proof programs, and the Universe trying to produce bigger and better idiots. So far, the Universe is winning." --Rich Cook

GeneralJavascript Error Pin
M_Menon7-Dec-07 3:43
M_Menon7-Dec-07 3:43 
GeneralRe: Javascript Error Pin
Michael Sync7-Dec-07 4:03
Michael Sync7-Dec-07 4:03 
GeneralRe: Javascript Error Pin
M_Menon7-Dec-07 4:35
M_Menon7-Dec-07 4:35 
GeneralWho vote 1 for the correct answer? Pin
Michael Sync7-Dec-07 6:13
Michael Sync7-Dec-07 6:13 
GeneralRe: Javascript Error Pin
Pushpendra patwal8-Dec-07 3:28
Pushpendra patwal8-Dec-07 3:28 
GeneralDifference Between Div and Table Pin
Khan.Bangash7-Dec-07 3:22
Khan.Bangash7-Dec-07 3:22 
GeneralRe: Difference Between Div and Table Pin
Michael Sync7-Dec-07 3:52
Michael Sync7-Dec-07 3:52 
GeneralGridView Sorting Pin
PranavThakur7-Dec-07 3:16
PranavThakur7-Dec-07 3:16 
GeneralRe: GridView Sorting Pin
Jim Taylor7-Dec-07 3:30
Jim Taylor7-Dec-07 3:30 
QuestionHow to access server-side controls of a user control(ascx) from its parent page (aspx) by using javascript Pin
Bluebamboo7-Dec-07 2:47
Bluebamboo7-Dec-07 2:47 
AnswerRe: How to access server-side controls of a user control(ascx) from its parent page (aspx) by using javascript Pin
Paddy Boyd7-Dec-07 2:52
Paddy Boyd7-Dec-07 2:52 
GeneralRe: How to access server-side controls of a user control(ascx) from its parent page (aspx) by using javascript Pin
Bluebamboo7-Dec-07 3:04
Bluebamboo7-Dec-07 3:04 
GeneralRe: How to access server-side controls of a user control(ascx) from its parent page (aspx) by using javascript Pin
Bluebamboo7-Dec-07 3:07
Bluebamboo7-Dec-07 3:07 
GeneralRe: How to access server-side controls of a user control(ascx) from its parent page (aspx) by using javascript Pin
Michael Sync7-Dec-07 4:07
Michael Sync7-Dec-07 4:07 
GeneralRe: How to access server-side controls of a user control(ascx) from its parent page (aspx) by using javascript Pin
Paddy Boyd7-Dec-07 4:09
Paddy Boyd7-Dec-07 4:09 
AnswerRe: How to access server-side controls of a user control(ascx) from its parent page (aspx) by using javascript Pin
Michael Sync7-Dec-07 4:10
Michael Sync7-Dec-07 4:10 
GeneralRe: How to access server-side controls of a user control(ascx) from its parent page (aspx) by using javascript Pin
Bluebamboo7-Dec-07 4:21
Bluebamboo7-Dec-07 4:21 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.