i am developing a web page in that i have a drop down list for Authors Name...which allows to select the Author available in the data source.and if the user wants a new author to insert into the authors table i had put a add new button beside the drop down list will allows the user to add the details of the new authors...so soon the user will select the add new button the Author page will be get open to enter Author details.....and now my requirement is soon the user click the insert button in Authors page...the Author details page should close and the newly entered Author name in the Author page should be added into drop down list of Books page with out refreshing.. can any one plz solve my problem plz. im developing my web page using asp.in with c#....
and im using following JS in .cs file
this.RegisterCl ientScriptBlock ("newAuthor" , "<script language='JavaS cript'> newAuthors('"+d dlAuthors.DataT extField+"','"+ ddlAuthors.Data ValueField+"',' "+ddlAuthors.Cl ientID+"')</script>");
hope i will get a quick respone
thank u...
and im using following JS in .cs file
this.RegisterCl ientScriptBlock ("newAuthor" , "<script language='JavaS cript'> newAuthors('"+d dlAuthors.DataT extField+"','"+ ddlAuthors.Data ValueField+"',' "+ddlAuthors.Cl ientID+"')</script>");
hope i will get a quick respone
thank u...
Comment