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
D

DonDiegoDeLaVega

@DonDiegoDeLaVega
About
Posts
2
Topics
0
Shares
0
Groups
0
Followers
0
Following
0

Posts

Recent Best Controversial

  • C# string need to search for a lack of < & >
    D DonDiegoDeLaVega

    Hi Glenn, Not sure what 'valid' means : what about "<a<b>>" ?? you should get "a","b" If so 'split' is probably not the path to the solution. But if not (i.e. <a<b>> is invalid ) why not

    string[] Values = FileData.Split('<');

    first then check values that are ending with a '>' Regards

    C# csharp question

  • File upload using http
    D DonDiegoDeLaVega

    Hi, 'HttpPostedFile' is not the thing you need , it stands for the file once it has been posted. I guess http://msdn.microsoft.com/en-us/library/system.net.webclient.aspx is what you are looking for

    C# sysadmin help 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