Click here to Skip to main content
15,889,820 members

Comments by Arunprasath Natarajan (Top 200 by date)

Arunprasath Natarajan 21-May-18 8:57am View    
You can use the Application Dataset – On First hit store the information in Application Dataset.
Use the same Dataset to get the data using Linq.
Arunprasath Natarajan 21-May-18 8:54am View    
You can use DataTable for the same.
Arunprasath Natarajan 13-Feb-18 23:22pm View    
Share the code of landing page as well.
Arunprasath Natarajan 13-Feb-18 23:20pm View    
"unfortunately, the app has stopped."
It means not only the error must be in your login process code.
It can be other also - So use try catch block and check it out.
Arunprasath Natarajan 5-Feb-18 23:15pm View    
Point No 10
You can run a command-line tool called the Assembly Registration Tool (Regasm.exe) to register or unregister an assembly for use with COM. Regasm.exe adds information about the class to the system registry so COM clients can use the .NET Framework class transparently.

Point No 11
Using the Global Assembly Cache tool (Gacutil.exe). ... Gacutil.exe is only for development purposes and should not be used to install production assemblies into the global assembly cache.