| | |

Forum Guru
       
Group: Forum Members Last Login: 2/10/2009 12:52:26 PM Posts: 50, Visits: 221 |
| | 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

test
|
|
| | |
Forum 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, Anyone else having this problem? I recieve this when I'm logged in under Jason (not guest). |
|
| | |

Forum Guru
       
Group: Forum Members Last Login: 2/10/2009 12:52:26 PM Posts: 50, Visits: 221 |
| | Hi Jason i am sending an email to forum admin to look at your problem, thanx for reporting

test
|
|
| | |

Junior Member
       
Group: Forum Members Last Login: 6/7/2009 4:30:28 PM Posts: 12, Visits: 80 |
| | 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.~ |
|
| | |
Forum 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! |
|
| | |

Forum Guru
       
Group: Forum Members Last Login: 2/10/2009 12:52:26 PM Posts: 50, Visits: 221 |
| | 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

test
|
|
| | |
Forum 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. |
|
| | |
Forum 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! |
|
| | |

Forum Guru
       
Group: Forum Members Last Login: 2/10/2009 12:52:26 PM Posts: 50, Visits: 221 |
| hi again
the user class was defined in the default.aspx.cs at the global scope level/

test
|
|
| | |
Forum Newbie
       
Group: Forum Members Last Login: 6/21/2008 7:09:10 AM Posts: 9, Visits: 23 |
| I saw that it was defined in that file, but do I need to do anything to reference it?
Free advice! Worth every cent! |
|
|