﻿<?xml version='1.0' encoding='UTF-8'?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/"><channel><title>Inland Empire .NET User's Group Forums / Inland Empire .NET User's Group / Begining ASP.NET  / Week III Presentation Slides / Latest Posts</title><generator>InstantForum.NET v4.1.3</generator><description>Inland Empire .NET User's Group Forums</description><link>http://forums.iedotnetug.org/forums/</link><webMaster>forums@iedotnetug.org</webMaster><lastBuildDate>Tue, 06 Jan 2009 22:55:59 GMT</lastBuildDate><ttl>20</ttl><item><title>RE: Week III Presentation Slides</title><link>http://forums.iedotnetug.org/forums/Topic151-63-1.aspx</link><description>I am getting the same premission problem too. I am unable to resend validation email also.</description><pubDate>Sat, 19 Apr 2008 19:04:04 GMT</pubDate><dc:creator>anagender</dc:creator></item><item><title>RE: Week III Presentation Slides</title><link>http://forums.iedotnetug.org/forums/Topic151-63-1.aspx</link><description>I saw that it was defined in that file, but do I need to do anything to reference it?</description><pubDate>Thu, 17 Apr 2008 16:40:59 GMT</pubDate><dc:creator>steveh</dc:creator></item><item><title>RE: Week III Presentation Slides</title><link>http://forums.iedotnetug.org/forums/Topic151-63-1.aspx</link><description>hi again&lt;br&gt;the user class was defined  in the default.aspx.cs at the global scope level/&lt;br&gt;</description><pubDate>Wed, 16 Apr 2008 22:29:09 GMT</pubDate><dc:creator>volkanuzun</dc:creator></item><item><title>RE: Week III Presentation Slides</title><link>http://forums.iedotnetug.org/forums/Topic151-63-1.aspx</link><description>Thanks for your assistance Volkan. I was able to open the website in VS2008 and create a new solution file.&lt;P&gt;In admin.aspx.cs, the following code &lt;FONT style="BACKGROUND-COLOR: #ffff11"&gt;(highlighted below)&lt;/FONT&gt; is mangled:&lt;/P&gt;&lt;P&gt;&lt;FONT color=#0000ff size=2&gt;&lt;FONT color=#0000ff size=2&gt;public&lt;/FONT&gt;&lt;/FONT&gt;&lt;FONT color=#000000 size=2&gt; &lt;/FONT&gt;&lt;FONT color=#0000ff size=2&gt;&lt;FONT color=#0000ff size=2&gt;partial&lt;/FONT&gt;&lt;/FONT&gt;&lt;FONT color=#000000 size=2&gt; &lt;/FONT&gt;&lt;FONT color=#0000ff size=2&gt;&lt;FONT color=#0000ff size=2&gt;class&lt;/FONT&gt;&lt;/FONT&gt;&lt;FONT color=#000000 size=2&gt; &lt;/FONT&gt;&lt;FONT color=#2b91af size=2&gt;&lt;FONT color=#2b91af size=2&gt;admin&lt;/FONT&gt;&lt;/FONT&gt;&lt;FONT size=2&gt;&lt;FONT color=#000000&gt; : System.Web.UI.Page&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;{&lt;/P&gt;&lt;P&gt;&lt;/FONT&gt;&lt;FONT color=#0000ff size=2&gt;&lt;FONT color=#0000ff size=2&gt;protected&lt;/FONT&gt;&lt;/FONT&gt;&lt;FONT size=2&gt; &lt;/FONT&gt;&lt;FONT color=#0000ff size=2&gt;&lt;FONT color=#0000ff size=2&gt;void&lt;/FONT&gt;&lt;/FONT&gt;&lt;FONT size=2&gt; Page_Load(&lt;/FONT&gt;&lt;FONT color=#0000ff size=2&gt;&lt;FONT color=#0000ff size=2&gt;object&lt;/FONT&gt;&lt;/FONT&gt;&lt;FONT size=2&gt; sender, &lt;/FONT&gt;&lt;FONT color=#2b91af size=2&gt;&lt;FONT color=#2b91af size=2&gt;EventArgs&lt;/FONT&gt;&lt;/FONT&gt;&lt;FONT size=2&gt; e)&lt;/P&gt;&lt;P&gt;{&lt;/P&gt;&lt;P&gt;&lt;/FONT&gt;&lt;FONT color=#0000ff size=2&gt;&lt;FONT color=#0000ff size=2&gt;if&lt;/FONT&gt;&lt;/FONT&gt;&lt;FONT size=2&gt;(Session[&lt;/FONT&gt;&lt;FONT color=#a31515 size=2&gt;&lt;FONT color=#a31515 size=2&gt;"user"&lt;/FONT&gt;&lt;/FONT&gt;&lt;FONT size=2&gt;]==&lt;/FONT&gt;&lt;FONT color=#0000ff size=2&gt;&lt;FONT color=#0000ff size=2&gt;null&lt;/FONT&gt;&lt;/FONT&gt;&lt;FONT size=2&gt;)&lt;/P&gt;&lt;P&gt;Response.Redirect(&lt;/FONT&gt;&lt;FONT color=#a31515 size=2&gt;&lt;FONT color=#a31515 size=2&gt;"Default.aspx"&lt;/FONT&gt;&lt;/FONT&gt;&lt;FONT size=2&gt;);&lt;/P&gt;&lt;P&gt;clsUser user = (clsUser) Session[&lt;/FONT&gt;&lt;FONT color=#a31515 size=2&gt;&lt;FONT color=#a31515 size=2&gt;"user"&lt;/FONT&gt;&lt;/FONT&gt;&lt;FONT size=2&gt;];&lt;/P&gt;&lt;P&gt;&lt;FONT style="BACKGROUND-COLOR: #ffff11"&gt;user.&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;/FONT&gt;&lt;FONT color=#a31515 size=2&gt;&lt;FONT color=#a31515 size=2&gt;&lt;FONT style="BACKGROUND-COLOR: #ffff11"&gt;"Volkan"&lt;/FONT&gt;  &lt;FONT style="BACKGROUND-COLOR: #ffff11"&gt;Won't compile... I tried to fix it and I even commented the code out, but it can't find clsUser. &lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT color=#a31515 size=2&gt;&lt;FONT color=#a31515 size=2&gt;&lt;FONT style="BACKGROUND-COLOR: #ffff11"&gt;Do I need to set a reference? I need some help... detailed errors mention a namespace or assembly reference are missing.&lt;/FONT&gt;&lt;/P&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;FONT size=2&gt;&lt;P&gt;&lt;/FONT&gt;&lt;FONT color=#0000ff size=2&gt;&lt;FONT color=#0000ff size=2&gt;if&lt;/FONT&gt;&lt;/FONT&gt;&lt;FONT size=2&gt;(user.userAccess != clsUser.UserType.Admin)&lt;/P&gt;&lt;P&gt;Response.Redirect(&lt;/FONT&gt;&lt;FONT color=#a31515 size=2&gt;&lt;FONT color=#a31515 size=2&gt;"Default.aspx"&lt;/FONT&gt;&lt;/FONT&gt;&lt;FONT size=2&gt;);&lt;/P&gt;&lt;P&gt;}&lt;/P&gt;&lt;P&gt;}&lt;/P&gt;&lt;/FONT&gt;</description><pubDate>Wed, 16 Apr 2008 12:13:44 GMT</pubDate><dc:creator>steveh</dc:creator></item><item><title>RE: Week III Presentation Slides</title><link>http://forums.iedotnetug.org/forums/Topic151-63-1.aspx</link><description>Hi Henry,&lt;P&gt;I tried again and got the same error for both files.</description><pubDate>Wed, 16 Apr 2008 00:20:56 GMT</pubDate><dc:creator>Jason</dc:creator></item><item><title>RE: Week III Presentation Slides</title><link>http://forums.iedotnetug.org/forums/Topic151-63-1.aspx</link><description>i didnt add the solution, cause the plugins i have in my vs2008 add some extra lines to the solution files, and if u dont have those plugins u cant open the solution.&lt;/P&gt;&lt;P&gt;extract the files, vs 2008=&amp;gt;file =&amp;gt;open web site</description><pubDate>Tue, 15 Apr 2008 23:04:14 GMT</pubDate><dc:creator>volkanuzun</dc:creator></item><item><title>RE: Week III Presentation Slides</title><link>http://forums.iedotnetug.org/forums/Topic151-63-1.aspx</link><description>Did he have to respond to an e-mail to gain access? I think I had to do that when I first signed up for the forums.&lt;/P&gt;&lt;P&gt;I got both of the files. Question: How do I use the SimpleForm project? Do I have to create a web project in VS2008 and then associate the files? There doesn't appear to be a solution file.&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Steve</description><pubDate>Tue, 15 Apr 2008 16:03:52 GMT</pubDate><dc:creator>steveh</dc:creator></item><item><title>RE: Week III Presentation Slides</title><link>http://forums.iedotnetug.org/forums/Topic151-63-1.aspx</link><description>I have examined the forums and your logon (Jason), and am unable to reproduce the problem, please try it again...&lt;/P&gt;&lt;P&gt;Henry &lt;img align="absmiddle" src="http://forums.iedotnetug.org/forums/Skins/IEDOTNET/Images/EmotIcons/Wink.gif" border="0" title="Wink"&gt;</description><pubDate>Tue, 15 Apr 2008 15:34:33 GMT</pubDate><dc:creator>Henryv</dc:creator></item><item><title>RE: Week III Presentation Slides</title><link>http://forums.iedotnetug.org/forums/Topic151-63-1.aspx</link><description>Hi Jason&lt;/P&gt;&lt;P&gt;i am sending an email to forum admin to look at your problem, thanx for reporting</description><pubDate>Tue, 15 Apr 2008 09:29:40 GMT</pubDate><dc:creator>volkanuzun</dc:creator></item><item><title>RE: Week III Presentation Slides</title><link>http://forums.iedotnetug.org/forums/Topic151-63-1.aspx</link><description>I'm getting this error when trying to download the slides,&lt;P&gt;&lt;TABLE cellSpacing=1 cellPadding=9 width="100%" border=0&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD class=SummaryTable_Header&gt;  The following error occurred...&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class=SummaryTable_Footer&gt;You don't have the neccessary permissions to access the requested page. It's likely the forum administrator has restricted access to this feature.&lt;BR&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;/P&gt;&lt;P&gt;Anyone else having this problem? I recieve this when I'm logged in under Jason (not guest).</description><pubDate>Tue, 15 Apr 2008 08:12:52 GMT</pubDate><dc:creator>Jason</dc:creator></item><item><title>Week III Presentation Slides</title><link>http://forums.iedotnetug.org/forums/Topic151-63-1.aspx</link><description>Hi everybody,&lt;/P&gt;&lt;P&gt;i am attaching the third week's presentation slides. You need powerpoint reader or powerpoint to see these slides, also you need to have winrar to extract the file. &lt;/P&gt;&lt;P&gt;Also you will find the project we are working on &lt;img align="absmiddle" src="http://forums.iedotnetug.org/forums/Skins/IEDOTNET/Images/EmotIcons/Smile.gif" border="0" title="Smile"&gt;&lt;/P&gt;&lt;P&gt;enjoy&lt;/P&gt;&lt;P&gt;Volkan</description><pubDate>Sat, 12 Apr 2008 20:55:46 GMT</pubDate><dc:creator>volkanuzun</dc:creator></item></channel></rss>