Eu estou tentando criar um carrinho de compras usando menbership e Encontro o seguinte erro ao executar uma das paginas
A referência de objecto não foi definida como uma instância de um objecto.
Description: An unhandled exception occurred during the execution of the current web request. Please review the stack trace for more information about the error and where it originated in the code.
Exception Details: System.NullReferenceException: A referência de objecto não foi definida como uma instância de um objecto.
Source Error: Line 33: protected void btadd_Click(object sender, EventArgs e)
Line 34: {
Line 35: compraprofile profile = new compraprofile();
Line 36: int idProduto = int.Parse(Request.QueryString["idProduto"]);
Line 37: double preco = double.Parse(((Label)dtcomprar.Controls[0].FindControl("lblpreco1")).Text);
|
Source File: c:\Users\Viv Mendes\Documents\NCR2\NCR\Site\comprarprod.aspx.cs Line: 35