hey there, i have a main menu on my program which has the option of registering.

I have enter name and password ..
and a button Confirm

i want to be able to store the added username and pasword to the login form so that it will work...

what must i do? also where would this data be stored...

Recommended Answers

All 4 Replies

to store the new additing username and password
you can done it by connectivity with acess(ado.net)

which is ado.net and how do i apply it to my situation?

>which is ado.net

Read/Learn ADO.NET.

ADO.NET provides consistent access to data sources such as Microsoft SQL Server, as well as data sources exposed through OLE DB and XML. Data-sharing consumer applications can use ADO.NET to connect to these data sources and retrieve, manipulate, and update data.

>how do i apply it to my situation?

Open Visual Studio + Select Project Template + Code

ive done the register form with a module. was so much easier. can i use this for adding records too?

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.