Hai to all,
I am working on details view data bound control,in this i want to bind data using sqldatasource ,my requirement is ,i want to keep two buttons save and cancle.
whenever click on save button hide the save,cancle and visible the print and cancle buttons.
whenever add the sqldatasource we get the delete,edit,new links,when ever click on 'new' link button i want save,cancel buttons in footer of details view
plz help me
Thanks inadvance.
Loading
Dorababu MekaPosted May 30, 2011, 8:20 AM
Sample
btnSave_Click()
{
// After all your code
btnprint.visible = true;
btncancel1.visible=true;
btnsave.visible=false;
btncancel.visible = false;
}
For the second requirement check this
http://www.dotnetfunda.com/tutorials/controls/DetailsView.aspx