I have attached two text files list 1 & list 2.
List 1 has been obtained directly form a Router.
List 2 is from a table in a db.
I have to check that every username in list which is from database is present in router or not, and thers is a tricky part that a user in router list can be without @ where as in table it is with @domain and vice versa.
I have these two lists in two seperate list boxes and as before thought sorting them would be a piece ofcake as I have had hadled lists far complex than tshi involving several types of string manipulations.
In thsi particular case I tried:
Idex of, beginswith, and eventually to wrote a routine but I couldn't get the right result, as usually missing something. If any one can help me in thsi regard, please..
I am onwith having forms in web pages, is there a shortcut to have my alraedy developed forms to be coverted to controls, so that I don't have to develop them again in the windows control library?