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

ASP.NET

 
AnswerRe: DLL???? Pin
Urs Enzler14-Jul-07 4:29
Urs Enzler14-Jul-07 4:29 
Questiondisplay message box from server side Pin
Archana New to Dotnet13-Jul-07 18:52
Archana New to Dotnet13-Jul-07 18:52 
AnswerRe: display message box from server side Pin
Sathesh Sakthivel13-Jul-07 19:03
Sathesh Sakthivel13-Jul-07 19:03 
GeneralRe: display message box from server side Pin
Archana New to Dotnet13-Jul-07 19:39
Archana New to Dotnet13-Jul-07 19:39 
GeneralRe: display message box from server side Pin
Sathesh Sakthivel13-Jul-07 19:47
Sathesh Sakthivel13-Jul-07 19:47 
QuestionValidation on file uploading Pin
arslanjatt13-Jul-07 18:51
arslanjatt13-Jul-07 18:51 
AnswerRe: Validation on file uploading [modified] Pin
Archana New to Dotnet13-Jul-07 20:30
Archana New to Dotnet13-Jul-07 20:30 
AnswerRe: Validation on file uploading Pin
Gamzun13-Jul-07 20:31
Gamzun13-Jul-07 20:31 
your code seems to be fine.
actually whats happening is that when user uploads a file, first it goes to server n then the server checks whether is it lesser than the allowed file size (in your case, your code
if (videoUpload.PostedFile.ContentLength <= ideoSize) is executed when the file is fully uploaded to the server ) , if yes then its ok otherwise show message.

Im not sure but u can search on net and try to do it with javascript.

Good luck Smile | :)
QuestionWhich all Files Upload into server for Hosting Pin
Kurian_Kurian13-Jul-07 15:03
Kurian_Kurian13-Jul-07 15:03 
AnswerRe: Which all Files Upload into server for Hosting Pin
Guffa13-Jul-07 15:15
Guffa13-Jul-07 15:15 
GeneralRe: Which all Files Upload into server for Hosting Pin
Kurian_Kurian13-Jul-07 15:36
Kurian_Kurian13-Jul-07 15:36 
AnswerRe: Which all Files Upload into server for Hosting Pin
Guffa14-Jul-07 4:55
Guffa14-Jul-07 4:55 
QuestionPostback event fails in asp.net 2.0(Page cannot find server/DNS Error) Pin
BGadhia13-Jul-07 10:39
BGadhia13-Jul-07 10:39 
AnswerRe: Postback event fails in asp.net 2.0(Page cannot find server/DNS Error) Pin
Paul Conrad13-Jul-07 12:16
professionalPaul Conrad13-Jul-07 12:16 
GeneralRe: Postback event fails in asp.net 2.0(Page cannot find server/DNS Error) Pin
BGadhia13-Jul-07 12:42
BGadhia13-Jul-07 12:42 
GeneralRe: Postback event fails in asp.net 2.0(Page cannot find server/DNS Error) Pin
Paul Conrad13-Jul-07 12:49
professionalPaul Conrad13-Jul-07 12:49 
GeneralRe: Postback event fails in asp.net 2.0(Page cannot find server/DNS Error) Pin
BGadhia13-Jul-07 12:53
BGadhia13-Jul-07 12:53 
GeneralRe: Postback event fails in asp.net 2.0(Page cannot find server/DNS Error) Pin
Paul Conrad13-Jul-07 13:10
professionalPaul Conrad13-Jul-07 13:10 
GeneralRe: Postback event fails in asp.net 2.0(Page cannot find server/DNS Error) Pin
BGadhia14-Jul-07 6:12
BGadhia14-Jul-07 6:12 
QuestionSending Email from Simple HTML Page Pin
Khan.Bangash13-Jul-07 6:21
Khan.Bangash13-Jul-07 6:21 
AnswerRe: Sending Email from Simple HTML Page Pin
Bino B13-Jul-07 7:04
Bino B13-Jul-07 7:04 
AnswerRe: Sending Email from Simple HTML Page Pin
Sathesh Sakthivel13-Jul-07 7:15
Sathesh Sakthivel13-Jul-07 7:15 
AnswerRe: Sending Email from Simple HTML Page Pin
Guffa13-Jul-07 9:50
Guffa13-Jul-07 9:50 
AnswerRe: Sending Email from Simple HTML Page Pin
Fred_Smith13-Jul-07 12:02
Fred_Smith13-Jul-07 12:02 
Questionhow to access the posted data to webpage from outside application. Pin
veerugadde13-Jul-07 5:54
veerugadde13-Jul-07 5:54 

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.