email validation

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • priyasweetypie2004
    New Member
    • Nov 2007
    • 1

    #1

    email validation

    I have 8 lakhs email id's in my SQL -Server Database. I have to seperate valid emails from those email id and store them in seperate table. If i use select statement with 8 lakhs data the server will stop responding. Please send me the code to valid a mail and how can I send them in seperate table. Is this can be done with data grid pagging and HOW?
  • kenobewan
    Recognized Expert Specialist
    • Dec 2006
    • 4871

    #2
    Not sure what your question exactly is, but if the database emails are populated through the client why not use client side validation?

    Comment

    Working...