Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
CODE PROJECT For Those Who Code
  • Home
  • Articles
  • FAQ
Community
B

Britney S Morales

@Britney S Morales
About
Posts
107
Topics
16
Shares
0
Groups
0
Followers
0
Following
0

Posts

Recent Best Controversial

  • I need to know, How to unabled to save documents over the IE, in Asp.net?
    B Britney S Morales

    can you help me?

    keep Learning and you never will be out of date...

    ASP.NET csharp asp-net help tutorial question

  • How to set the default page on asp.net
    B Britney S Morales

    I want to set contact_us.aspx like the web site default page, but i cant reach the iis admin, can i do by another way?, maybe the web.config..

    keep Learning and you never will be out of date...

    ASP.NET csharp asp-net windows-admin tutorial question

  • How to set the default page on asp.net
    B Britney S Morales

    i want to set contact_us.aspx like the web site default page, but i cant reach the iis admin, can i do by another way?, maybe the web.config..

    keep Learning and you never will be out of date...

    Web Development csharp asp-net windows-admin tutorial question

  • how to validate Dropdownlist in ASP.NET
    B Britney S Morales

    This my solution, you must to create a dropdownlist with only one item, the text is '-' y el value is the same... So, insert a COMPAREVALIDATOR and make this changes ControltoValidate: the dropdownlist Operator: Not Equal ValuetoCompare: - (Its the line) Thats all, the validator fireup if you choose the line value Best regards :rose:

    keep Learning and you never will be out of date...

    ASP.NET help csharp asp-net tutorial

  • Linking an sql query to Button event
    B Britney S Morales

    What do you want?, Change the query text, execute the query.. ??? :confused:

    keep Learning and you never will be out of date...

    ASP.NET database csharp asp-net tutorial question

  • images with sessions in asp
    B Britney S Morales

    that is a frequent problem with the back button, every time that the user press this button the page do nothing (postback or not postback), the solution is hide the address bar and forces the users to navigate back using a server hiperlink control from the page. On the all htmls page write these head lines ... These lines forces the explorer to reload all the images from the server i Hope will be usefull for you :)

    keep Learning and you never will be out of date...

    ASP.NET database help com lounge learning

  • How to delete file in remote machine ??? [modified]
    B Britney S Morales

    Use these lines string urlFile_ToDelete = Request.PhysicalApplicationPath + url_image; File.Delete(urlFile_ToDelete); Be sure that the asp.net process over the IIS have the permission to modify the archives that belong to the folder where the image is. :rose:

    keep Learning and you never will be out of date...

    ASP.NET help question csharp tutorial

  • Avoid mails to spam or bulk
    B Britney S Morales

    Your final users have the key, you must to tell them how to add your email adrress to safe mail list. The other solution is using a big email account provider (gmail, yahoo, hotmail). in order to send your email using this account. best regards :)

    keep Learning and you never will be out of date...

    ASP.NET

  • open project
    B Britney S Morales

    ok, everytime you write a web application over VS2k3 it save the project over the server folder and the solution file is saved onto the user documents, if you using the default settings these folders are these ones. Server folder C:/inetpub/wwwroot/YOUR-WEB-APP the solution file is saved onto c:/C:\Documents and Settings\USER\My documents\Visual Studio 2003\Projects 'Im not sure about the last folder' So , You have to keep the same structure (Even the application name) like the original developer Pc (This is mandatory for the project). If you have any problems, try open the .sln onto wordpad and check the projects physical address. Best regards. :rose:

    keep Learning and you never will be out of date...

    ASP.NET csharp visual-studio help tutorial question

  • open project
    B Britney S Morales

    Write the error string...

    keep Learning and you never will be out of date...

    ASP.NET csharp visual-studio help tutorial question

  • Problem Uploading an Image twice [modified]
    B Britney S Morales

    Guys i get a ioexception when try to upload an image twice. Here the process. The first time that i upload the image is sucessfull. if the user try to upload the same image again , with the same name, the server will try to rewrite the image saved on the server getting a ioexception X| . The Ioexception is, the file is being used by another process :confused:. I dont know whos using the image? in order to Kill that process, (if is the asp.net process, what i have to do?). Any Suggest? :sigh:

    keep Learning and you never will be out of date...

    ASP.NET csharp asp-net sysadmin help question

  • cookies in asp.net
    B Britney S Morales

    Its stored onto the Temporary Internet files Folder in the user's PC

    keep Learning and you never will be out of date...

    ASP.NET csharp asp-net

  • how to logout session handle
    B Britney S Morales

    Write these meta tags lines over HTML code page :-D

    keep Learning and you never will be out of date...

    ASP.NET help tutorial

  • "authentciation"
    B Britney S Morales

    Check this solution, the user data are save onto database table. Two basics uses for the Asp.net Login control 2.0 [] :)

    keep Learning and you never will be out of date...

    ASP.NET

  • Image
    B Britney S Morales

    Yep, You got a image and ...

    keep Learning and you never will be out of date...

    ASP.NET graphics

  • IsPostBack and NotIsPostBack
    B Britney S Morales

    Every time that user load or reload a page, he's making a postback (roundtrip to server, client->server->client), Except the FIRST TIME that user load the page (server->client) this condition is call isnotpostback. You can reach this condition writing this code lines on load Form event. if(!ispostback) // watch the ! Symbol { //code goes here } :)

    keep Learning and you never will be out of date...

    ASP.NET question

  • Encryption [modified]
    B Britney S Morales

    X| nop

    keep Learning and you never will be out of date...

    ASP.NET help security question database learning

  • Webserver
    B Britney S Morales

    IIS: Microsoft, Support ASP by default, its highly integrated with Windows, Its free buying Windows XP professional or any Server Edition, The version over Windows XP just support 10 users on concurrency, and its easy to setup. The Apache is powerful, is free, but if you are not familiar with it, try the IIS. :)

    keep Learning and you never will be out of date...

    ASP.NET apache windows-admin

  • Maximum Image upload size
    B Britney S Morales

    I used the FileUpload control and its working with all images sizes :)

    keep Learning and you never will be out of date...

    ASP.NET

  • alert problem
    B Britney S Morales

    Try using a Server side Label label1.Text = "Textbox Error"; label1.Visible = false; if(error) Label1.Visible = true; :)

    keep Learning and you never will be out of date...

    ASP.NET javascript help tutorial question
  • Login

  • Don't have an account? Register

  • Login or register to search.
  • First post
    Last post
0
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups