How will u make automatic login program in asp as u see in
yahoo messanger? When any body login to their system they
no need to fill userid and password. It automatically fills
the userid and password.
No Answer is Posted For this Question
Be the First to Post Answer
what are ASP Objects?
What is asp contentplaceholder?
Explain life cycle of asp page.
How do I create an aspx file?
How we load the page in ASP?
What are the tasks performed by <> tags?
What are server variables collection?
why many web.config files are used in are project
What do you need to run asp?
Explain how big is the data type int in .net?
What's the Difference between DSN and DSN Less connection?
Which line of code would instantiate the Browser Capabilities component? A. objBrowser = Server.CreateObject("MSWC.BrowserType") B. Set objBrowser = Server.CreateObject("MSWC.BrowserType") C. var objBrowser = Server.CreateObject("MSWC.BrowserType") D. var objBrowser = CreateObject("MSWC.BrowserType") E. var objBrowser = Server.CreateObject("BrowserType")