Click here to Skip to main content
15,920,217 members

Comments by veershilpa (Top 3 by date)

veershilpa 12-Oct-11 5:55am View    
hi, i cant download the code please suggest something else...
veershilpa 11-Oct-11 6:16am View    
Thanks for your help but i m getting Error:
Could not load file or assembly 'System.Web.Silverlight' or one of its dependencies. The system cannot find the file specified.

and

Error: Unknown server tag 'asp:Silverlight'.
veershilpa 28-Sep-11 6:30am View    
ASCX code:
protected void Page_Load(object sender, EventArgs e)
{

if (!IsPostBack)
{
bindControls();

}
public void bindControls()
{
//setting controlls values
lbl.text=some value;
}


}


ASpx Code:

protected voidGridView_RowCommand(object sender, GridViewCommandEventArgs e)
{
//calling the ascx method
acsxpage objacsxpage=new acsxpage();
objacsxpage.bindControls();
}

here it is not fininding the control lbl