Home All Groups Group Topic Archive Search About

ASP.NET Development

microsoft.public.dotnet.framework.aspnet
Score file size
Eugene Anthony - 14 Apr 2007 3:58 PM - 1 message
The code bellow makes up part of my upload script build using asp.net with c#: string filename = FileUpload1.PostedFile.FileName.Substring(FileUpload1.PostedFile.FileNam e.LastIndexOf("\\") + 1); string filetype = FileUpload1.PostedFile.ContentType; int filesize = FileUpload1.PostedFile.ContentLength; However I am facing a problem in terms of the filesize. It is not ...
Score Call ASP.NET file in ASP
Joel - 13 Apr 2007 11:30 PM - 1 message
Hey Everybody, I have some older sites using ASP and I'm trying to find out a way to call an .aspx page through an ASP page. I want to do something like this.. where the asp.net page called returns something like an image ...
Score Problema con Membership.ValidateUser al publicar el sitio en localhost
ignacionachito - 12 Apr 2007 9:00 PM - 1 message
Problema con Membership.ValidateUser al publicar el sitio en localhost. Cuando publico mi sitio al localhost, Membership.ValidateUser  siempre devuelve false, pero mientras lo utilizo bajo el visual studio, todo funciona bien. He revisado todas las configuraciones, permisos de la base de datos y ...
Next »