Click here to Skip to main content
16,018,805 members

Comments by Radhika20 (Top 6 by date)

Radhika20 22-Oct-15 1:45am View    
GridView grdview = (GridView)Master.FindControl("grdview");
In this line i get this error
Radhika20 21-Oct-15 4:05am View    
<div class="modal fade" id="myModal" tabindex="-1" role="dialog" aria-labelledby="myModalLabel" aria-hidden="true">
<div class="modal-dialog modal-lg">
<div class="modal-content">
<div class="modal-header">
<button type="button" class="close" data-dismiss="modal" aria-hidden="true">×</button>
Radhika20 21-Oct-15 3:18am View    
This is a master page code

Connection cn = new Connection();
SqlDataAdapter adp;
appointment ap = new appointment();
protected void Page_Load(object sender, EventArgs e)
{
if (!IsPostBack)
{

}
}
protected void grdview_RowEditing(object sender, GridViewEditEventArgs e)
{
MasterPage mp = this.Master;
GridView gvowner = (GridView)mp.FindControl("grdview");
gvowner.EditIndex = e.NewEditIndex;
ap.Ownerbind();

}
Radhika20 16-Oct-15 5:15am View    
using this code error will occure "cmd variable allready used"
Radhika20 12-Oct-15 5:58am View    
Textbox ahead a search symbol ,we click on that symbol get a window.in that window having some data,if we select that data,that data will assign to that textbox