Hi,
I have to start uploading an mdb file data on sql server in page load(asp.net 2.0).That is taking 15 minutes.In that period,no control is displayed on that page.It seems to be an empty page.When the data uploading is completed,the totol page is diplayed properly.Thats why I have to insert a button control using javascript in page load before that uploading function.
I dont know how to do it.Can anybody please help me?
Thanks in advance.
Loading
abhishek trivediPosted Oct 27, 2007, 2:57 AM
HI !!
u can not create button using the javascript u have to use html for that.
for that use input type = button
other wise if u wish to use javascript u have to create div dynamically and use onclick event by specifying the event for that.
any case u can use it.
I hope it will help u.