Advertisement
Guest User

Untitled

a guest
Oct 1st, 2016
60
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.25 KB | None | 0 0
  1. System.Collections.Specialized.NameValueCollection nameValue = Request.Form;
  2. if (nameValue.Count > 0)
  3. {
  4. Aqui reccorrer la coleccion para identificar si algun item es null o vacio:::
  5. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement