Inland Empire .NET User's Group Forums
Home      Members   Calendar   Who's On
Welcome Guest ( Login | Register )
      


12»»

Week III Presentation SlidesExpand / Collapse
Author
Message
Posted 4/12/2008 8:55:46 PM


Forum Member

Forum MemberForum MemberForum MemberForum MemberForum MemberForum MemberForum MemberForum Member

Group: Forum Members
Last Login: 6/23/2008 10:35:27 PM
Posts: 48, Visits: 204
Hi everybody,

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.

Also you will find the project we are working on

enjoy

Volkan

i am back

  Post Attachments 
Week III.rar (68 views, 233.86 KB)
SimpleForm.rar (56 views, 5.01 KB)

Post #151
Posted 4/15/2008 8:12:52 AM
Forum Newbie

Forum NewbieForum NewbieForum NewbieForum NewbieForum NewbieForum NewbieForum NewbieForum Newbie

Group: Forum Members
Last Login: 6/24/2008 11:06:25 AM
Posts: 2, Visits: 14
I'm getting this error when trying to download the slides,

  The following error occurred...

Anyone else having this problem? I recieve this when I'm logged in under Jason (not guest).

Post #152
Posted 4/15/2008 9:29:40 AM


Forum Member

Forum MemberForum MemberForum MemberForum MemberForum MemberForum MemberForum MemberForum Member

Group: Forum Members
Last Login: 6/23/2008 10:35:27 PM
Posts: 48, Visits: 204
Hi Jason

i am sending an email to forum admin to look at your problem, thanx for reporting

i am back

Post #153
Posted 4/15/2008 3:34:33 PM
Forum Newbie

Forum NewbieForum NewbieForum NewbieForum NewbieForum NewbieForum NewbieForum NewbieForum Newbie

Group: Forum Members
Last Login: 6/20/2008 6:25:56 PM
Posts: 9, Visits: 75
I have examined the forums and your logon (Jason), and am unable to reproduce the problem, please try it again...

Henry

~
Most good judgment comes from experience.
Most experience comes from bad judgment.
~I've got lots of experience.~

Post #154
Posted 4/15/2008 4:03:52 PM
Forum Newbie

Forum NewbieForum NewbieForum NewbieForum NewbieForum NewbieForum NewbieForum NewbieForum Newbie

Group: Forum Members
Last Login: 6/21/2008 7:09:10 AM
Posts: 9, Visits: 23
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.

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.

Thanks,

Steve

Free advice! Worth every cent!

Post #155
Posted 4/15/2008 11:04:14 PM


Forum Member

Forum MemberForum MemberForum MemberForum MemberForum MemberForum MemberForum MemberForum Member

Group: Forum Members
Last Login: 6/23/2008 10:35:27 PM
Posts: 48, Visits: 204
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.

extract the files, vs 2008=>file =>open web site

i am back

Post #157
Posted 4/16/2008 12:20:56 AM
Forum Newbie

Forum NewbieForum NewbieForum NewbieForum NewbieForum NewbieForum NewbieForum NewbieForum Newbie

Group: Forum Members
Last Login: 6/24/2008 11:06:25 AM
Posts: 2, Visits: 14
Hi Henry,

I tried again and got the same error for both files.

Post #158
Posted 4/16/2008 12:13:44 PM
Forum Newbie

Forum NewbieForum NewbieForum NewbieForum NewbieForum NewbieForum NewbieForum NewbieForum Newbie

Group: Forum Members
Last Login: 6/21/2008 7:09:10 AM
Posts: 9, Visits: 23
Thanks for your assistance Volkan. I was able to open the website in VS2008 and create a new solution file.

In admin.aspx.cs, the following code (highlighted below) is mangled:

public partial class admin : System.Web.UI.Page

{

protected void Page_Load(object sender, EventArgs e)

{

if(Session["user"]==null)

Response.Redirect("Default.aspx");

clsUser user = (clsUser) Session["user"];

user.

"Volkan"  Won't compile... I tried to fix it and I even commented the code out, but it can't find clsUser.

Do I need to set a reference? I need some help... detailed errors mention a namespace or assembly reference are missing.

if(user.userAccess != clsUser.UserType.Admin)

Response.Redirect("Default.aspx");

}

}



Free advice! Worth every cent!
Post #160
Posted 4/16/2008 10:29:09 PM


Forum Member

Forum MemberForum MemberForum MemberForum MemberForum MemberForum MemberForum MemberForum Member

Group: Forum Members
Last Login: 6/23/2008 10:35:27 PM
Posts: 48, Visits: 204
hi again
the user class was defined in the default.aspx.cs at the global scope level/


i am back
Post #161