0
Hi
You can also click the button programmatically using below link.
http://stackoverflow.com/questions/96153/how-to-click-a-button-on-an-asp-net-web-page-programmatically
0
hey....
there is lots of things to be outlined....
it is almost less usable, coz form is form and it is only for to fill by users. that is another thing, assuming any user is logged in your website and then wishing to fill any form then some of fields on form will automatically be filled by database like his username, fullname, address, emailid etc. but these all details should be exist in database.
above all can be done by using codes inside pageload event handler.
Page_Load()
{
}
thanks