I neglect to mention that I'm using VS 2005 and Framework Beta 2. So this is not a common error for you expert guys? (I'm just a newbie in ASP).
Thanks --- In [email protected], "Joe Da Silva" <[EMAIL PROTECTED]> wrote: > Hi Peter, > > It does. Line number 3. The odd thing is that line 3 woult be the < > table > element. Double clicking the error msg takes me to the < % @ > Page... line. > > Any guesses? > > --- In [email protected], "Peter Brunone" > <[EMAIL PROTECTED]> wrote: > > Didn't the error message come with a line number? > > > > From: "Joe Da Silva" [EMAIL PROTECTED] > > > > Does anyone have any clue on how/where to solve this error. I > tried > > deleting all the controls on the page and still get it. > > > > Thanks for any input! > > > > code below: > > > > Text="Group:"> > > > > Adm > > MgCop > > MgExpress > > MgPatterns > > MgPlus > > MgPPC > > MgUnit > > MgWeb > > OffsiteDev > > OffsiteJobs > > PairProg > > All > > > > Text="Title:"> > > > > Width="948px"> > > > > Text="Description:"> > > > > Height="257px" Width="948px"> > > > > Text="Link:"> > > > > Width="948px"> > > > > Text="Button" /> > > > > ===code beside: > > > > using System; > > using System.Data; > > using System.Configuration; > > using System.Collections; > > using System.Web; > > using System.Web.Security; > > using System.Web.UI; > > using System.Web.UI.WebControls; > > using System.Web.UI.WebControls.WebParts; > > using System.Web.UI.HtmlControls; > > > > public partial class UpdateRss : System.Web.UI.Page > > { > > protected void Page_Load(object sender, EventArgs e) > > { > > > > } > > protected void B_Update_Click(object sender, EventArgs e) > > { > > } > > } > > > > > > > > > > [Non-text portions of this message have been removed] Yahoo! Groups Links <*> To visit your group on the web, go to: http://groups.yahoo.com/group/AspNetAnyQuestionIsOk/ <*> To unsubscribe from this group, send an email to: [EMAIL PROTECTED] <*> Your use of Yahoo! Groups is subject to: http://docs.yahoo.com/info/terms/
