Click here to Skip to main content
15,891,529 members
Home / Discussions / ASP.NET
   

ASP.NET

 
GeneralRe: Web.HttpException: The transport lost its connection to the server Pin
AhsanS2-Sep-08 21:14
AhsanS2-Sep-08 21:14 
QuestionCreate asp page that save word document into the web page Pin
molivia2-Sep-08 16:11
molivia2-Sep-08 16:11 
AnswerRe: Create asp page that save word document into the web page Pin
Gamzun2-Sep-08 16:54
Gamzun2-Sep-08 16:54 
GeneralRe: Create asp page that save word document into the web page Pin
molivia2-Sep-08 17:02
molivia2-Sep-08 17:02 
GeneralRe: Create asp page that save word document into the web page Pin
Gamzun2-Sep-08 18:20
Gamzun2-Sep-08 18:20 
GeneralRe: Create asp page that save word document into the web page Pin
molivia2-Sep-08 18:40
molivia2-Sep-08 18:40 
QuestionFileUpload can't upload huge size document Pin
HatakeKaKaShi2-Sep-08 15:00
HatakeKaKaShi2-Sep-08 15:00 
AnswerRe: FileUpload can't upload huge size document Pin
K.P.Kannan2-Sep-08 15:23
K.P.Kannan2-Sep-08 15:23 
By default, .NET allows upto 4MB of file size to be uploaded. You need to add/modify the following entry to system.web section of web.config.

<httpruntime maxrequestlength="4096">
4096KB

Please change it to desired value.

K.P.Kannan
GeneralRe: FileUpload can't upload huge size document Pin
HatakeKaKaShi2-Sep-08 15:49
HatakeKaKaShi2-Sep-08 15:49 
AnswerRe: FileUpload can't upload huge size document Pin
Blue_Boy2-Sep-08 20:06
Blue_Boy2-Sep-08 20:06 
QuestionDropdown List Control Inop? Pin
PDTUM2-Sep-08 13:12
PDTUM2-Sep-08 13:12 
AnswerRe: Dropdown List Control Inop? Pin
AhsanS2-Sep-08 18:48
AhsanS2-Sep-08 18:48 
GeneralRe: Dropdown List Control Inop? Pin
PDTUM3-Sep-08 4:35
PDTUM3-Sep-08 4:35 
QuestionPhysical OPSWAT Metascan is a COM component and service. Will there be a .NET version in the near future or will this be the current COM version? Pin
DelbertWormklein2-Sep-08 9:02
DelbertWormklein2-Sep-08 9:02 
AnswerRe: Physical OPSWAT Metascan is a COM component and service. Will there be a .NET version in the near future or will this be the current COM version? Pin
TennisGod2-Sep-08 9:07
TennisGod2-Sep-08 9:07 
AnswerWTF? Pin
leckey2-Sep-08 10:31
leckey2-Sep-08 10:31 
AnswerRe: Physical OPSWAT Metascan is a COM component and service. Will there be a .NET version in the near future or will this be the current COM version? Pin
Paul Conrad2-Sep-08 19:13
professionalPaul Conrad2-Sep-08 19:13 
Questionasp.net configuration Pin
pinkidasu2-Sep-08 8:31
pinkidasu2-Sep-08 8:31 
AnswerRe: asp.net configuration Pin
Bassam Saoud2-Sep-08 10:26
Bassam Saoud2-Sep-08 10:26 
QuestionChecking the source of method call Pin
geekfromindia2-Sep-08 8:29
geekfromindia2-Sep-08 8:29 
AnswerRe: Checking the source of method call Pin
Bassam Saoud2-Sep-08 10:29
Bassam Saoud2-Sep-08 10:29 
QuestionHow long is the support life cycle for a specific version/release of the Metascan product? Pin
TennisGod2-Sep-08 8:21
TennisGod2-Sep-08 8:21 
AnswerRe: How long is the support life cycle for a specific version/release of the Metascan product? Pin
DelbertWormklein2-Sep-08 8:24
DelbertWormklein2-Sep-08 8:24 
QuestionModalPopup / Update Panel / Button Click Event Not Firing [modified] Pin
SQUeeK842-Sep-08 8:20
SQUeeK842-Sep-08 8:20 
QuestionPublished ASP.Net Application stops IIS when calling FORTRAN dll Pin
Manoj Shukla2-Sep-08 3:53
Manoj Shukla2-Sep-08 3:53 

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.