Server Error in '/' Application.

Compilation Error

Description: An error occurred during the compilation of a resource required to service this request. Please review the following specific error details and modify your source code appropriately.

Compiler Error Message: CS0117: 'System.Web.UI.WebControls.Image' does not contain a definition for 'rl'

Source Error:


Line 61:                 //Page.Title = dtGemStoneImages1.Rows[0]["Caption"].ToString();
Line 62:                 //LargeImage.ImageUrl = "thumbnail.aspx?image=GemStoneImages/" + dtGemStoneImages1.Rows[0]["PictureUploadForm"].ToString() + "&size=460";
Line 63:                 LargeImage.rl = "https://www.minerals.net/GemStoneImages/" + dtGemStoneImages1.Rows[0]["PictureUploadForm"].ToString();
Line 64:                 LargeImage.AlternateText = dtGemStoneImages1.Rows[0]["Caption"].ToString();
Line 65:                 lblCaption.Text = dtGemStoneImages1.Rows[0]["Caption"].ToString();

Source File: c:\inetpub\wwwroot\minerals\mobile\GemstoneImageDetail.aspx.cs    Line: 63






Version Information: Microsoft .NET Framework Version:2.0.50727.8000; ASP.NET Version:2.0.50727.8001