thats what my question is .. its not even triggering the upload event .. its directly displaying error... if it triggers the upload button event i can check and do as u said ...
Aslesh
Posts
-
How to handle file upload exception -
How to handle file upload exceptionHi, i set in the web.config file the user can upload upto 10mb file. but when i tried to test it with more than 10mb and press that upload button, it is not even going to that event and directly showing error in the browser. How can i handle this exception? Santhapur
-
adding asp.net server controls dynamically using java script...How can we add a asp.net textbox dynamically using java script
-
difference between asp file upload and html file uploadAbout the filesize limitations i find these useful http://msdn.microsoft.com/en-us/library/aa478971.aspx :)
-
difference between asp file upload and html file uploadCan any tell me the the difference between asp.net file upload control and html file upload control..? is there any filesize & file type limitation for both of these? or can we upload any file of any size? Thanks
-
file upload to FTP ?Thanks for your answer.. i have done it prior to posting.. i founded two links donno which one works ? :( http://www.codeguru.com/csharp/csharp/cs\_internet/desktopapplications/article.php/c13163\_\_2/ http://www.developerfusion.com/code/4340/ftp-client-library-for-c/ Santhapur
-
file upload to FTP ?Hi i am trying to upload a file to a folder in FTP... i am using asp.net file upload control .. how can i do this ? Santhapur
-
filtering dataset and saving the resultant in another table.hi i have a dataset which consists of one tables. i need to filter this data set and store it in another table. how can i do this?
-
filtering dataset and pu the result in another datatable.hi i have a dataset which consists of one tables. i need to filter this data set and store it in another table. how can i do this?
-
convert MS SQL DB 2008 to 2005I am using SQL server 2008 in one comp and if i want to bakup the database and use it in sql 2005 it is showing some errors like format not compatable. Is there a way to fix it and work it on 2005. Santhapur
-
What is the difference between c++ structs and c# structs..?can any tell me what is the difference between c# and c++ structs.. Santhapur
-
Phone number format using Java ScriptHey, Thanks I did it by own and anyways Thanka a lot for your help Santhapur
-
Phone number format using Java ScriptHey Thanks Its working but.. But i need to display the formatted output again in the textbox itself. How can we do it ? Please help me i am a begineer in the javascript programming. Or else give me a small clue i can try it out.. Santhapur
-
Phone number format using Java ScriptHi, I have a requirement where i need to format the phone number in 111-111-1111 format after it loses focus. Can any one help me how to do this? Santhapur
-
how can we restore database if i have DBscriptsHi i have a file with extention .sql which has DBscripts for my database. How can i restore the database using these scripts.
-
Simple Textbox validationxmlns:local="clr-namespace:TextBoxValidation" I have included these two line but still getting the same error
-
Simple Textbox validationHere is what i have tried.. namespace TextBoxValidation { class validatetextbox : ValidationRule { public string MatchText { get; set; } public override ValidationResult Validate(object value, CultureInfo info) { if ((string)value == MatchText) return new ValidationResult(true, null); return new ValidationResult(false, "This is not a match"); } } } Here are my results.. http://schemas.microsoft.com/winfx/2006/xaml/presentation'. Line 9 Position 18
-
Simple Textbox validationThanks for your Reply. I have asked u the full code b/c previously some one posted code snippet and its not working.. So i am not able to find where the error was.. I am not going to earn money with u r code.. i am still in learning stage.
Pete O'Hanlon wrote:
That's not the way this site works you know. We don't actually write your code for you.
-
Simple Textbox validationHi i have a simple text box in window. I just want to write a simple validation for the text box. If there is nothing in the text box it should show a validation error. or else nothing. Can any one please provide the code for this.. Full XAML file. and Cs file Santhapur
-
Runtime error and compile time error?What is the difference between static and readonly/