Anders

2,053
reputation
367 views

Registered User

name Anders
member for 1 year
seen Dec 5 at 7:47
website
location Michigan
age 22
Dec
9
awarded  Popular Question
Nov
28
awarded  Popular Question
Nov
27
awarded  Popular Question
Nov
10
awarded  Popular Question
Nov
5
awarded  Notable Question
Oct
30
awarded  Notable Question
Oct
29
awarded  Notable Question
Oct
12
awarded  Popular Question
Oct
7
awarded  Yearling
Oct
3
awarded  Popular Question
Oct
1
comment Using ADO.NET Entity Data Model, how do I pass (or set) the connection string password?
Yes, that is what I meant hehe. Good to know there is something built in that can do what I did. I will check it out, thanks for the link!
Oct
1
comment Using ADO.NET Entity Data Model, how do I pass (or set) the connection string password?
Is that basically what I did below?
Oct
1
answered Using ADO.NET Entity Data Model, how do I pass (or set) the connection string password?
Oct
1
revised Using ADO.NET Entity Data Model, how do I pass (or set) the connection string password?
added 290 characters in body
Oct
1
asked Using ADO.NET Entity Data Model, how do I pass (or set) the connection string password?
Sep
29
awarded  Popular Question
Sep
28
comment What is the difference, if any, between string.Format and TagBuilder in ASP.NET MVC?
very good point. i think i may 'hybrid' my helpers file, make the simple ones a formatted string and the more complex ones TagBuilders.
Sep
28
comment What is the difference, if any, between string.Format and TagBuilder in ASP.NET MVC?
alright thank you!
Sep
28
asked What is the difference, if any, between string.Format and TagBuilder in ASP.NET MVC?
Sep
24
comment Ajax upload script for multiple files, jQuery ASP.NET MVC
I am not entirely sure how to go about doing what you have suggested. As far I can tell, the javascript only handles submitting the form and dumping the form data into a hidden iframe so that the form can be submitted asynchronously. I am kind of rusty with js and I am just starting to get back into the swing of things. Any suggestions or something I can try? Thanks!
Sep
24
comment Log in loop ASP.NET MVC view with Authorize attribute
Figured it out, the default RoleProvider was mapped to a local database. Tweaked some settings in the web.config got things working properly. Thanks for the hint, it probably saved me a good deal of time!
Sep
24
comment Log in loop ASP.NET MVC view with Authorize attribute
Alright. What more information can I post to help you out? Also, how can I verify that the RoleProvider is working? I have not implemented a custom one.
Sep
24
asked Log in loop ASP.NET MVC view with Authorize attribute
Sep
23
comment Ajax upload script for multiple files, jQuery ASP.NET MVC
For the script that I have in place to work properly, I must have the HttpPostedFileBase as an argument. In the original implementation, you will see that the argument is used in the code. In the multi-file implementation, I use Request.Files instead so I can process each file.
Sep
23
revised Ajax upload script for multiple files, jQuery ASP.NET MVC
deleted 28 characters in body; edited title
Sep
23
asked Ajax upload script for multiple files, jQuery ASP.NET MVC
Sep
23
comment Element is not defined jQuery $(element).remove()
Unfortunately with this, if I click the browse... button, it will remove the row. Is there a way to just accept the click from the anchor tag?
Sep
23
comment Element is not defined jQuery $(element).remove()
Ah, I definitely forgot the #. Thanks!
Sep
23
asked Element is not defined jQuery $(element).remove()
Sep
22
asked Is my form not submitting by design or is there something else going on here?
Sep
22
awarded  Popular Question
Sep
22
comment UpdateTargetId ASP.NET Ajax…Where is it?
I see what I did, () instead of {}. Ahh...
Sep
22
revised UpdateTargetId ASP.NET Ajax…Where is it?
added 209 characters in body; added 3 characters in body; added 21 characters in body
Sep
22
comment UpdateTargetId ASP.NET Ajax…Where is it?
The application compiles with or without the import, and both ways I get this error when attempting to it: "UpdateTargetId does not exist in the current context"
Sep
22
asked UpdateTargetId ASP.NET Ajax…Where is it?
Sep
18
awarded  Popular Question
Sep
18
comment Am I doing this wrong or do I need to ask my hosting service to change permissions?
and thank you for your suggestions@
Sep
18
answered Am I doing this wrong or do I need to ask my hosting service to change permissions?
Sep
18
comment Am I doing this wrong or do I need to ask my hosting service to change permissions?
Hmm, I am unsure of the user to use. I created a new FTP user, but I get "Could not create Windows user token from the credentials specified in the config file. Error from the operating system 'Logon failure: unknown user name or bad password."
Sep
18
comment Am I doing this wrong or do I need to ask my hosting service to change permissions?
I have no impersonation set up. Is this something I can do (via web.config?)
Sep
18
comment Am I doing this wrong or do I need to ask my hosting service to change permissions?
@Rippo - Looks like App_Data is locked down as well. I should probably open a ticket with my hosting provider to see if they can help me further?
Sep
18
comment Am I doing this wrong or do I need to ask my hosting service to change permissions?
The slash was there, I had to do a double slash for it to show up. Possibly because of the curly brace?
Sep
18
revised Am I doing this wrong or do I need to ask my hosting service to change permissions?
added 1 characters in body
Sep
18
comment Am I doing this wrong or do I need to ask my hosting service to change permissions?
Oops, I deleted the extra /. Path.Combine does it. Fixed the post.
Sep
18
asked Am I doing this wrong or do I need to ask my hosting service to change permissions?
Sep
17
comment Is it possible to utilize the LINQ portion of the foreach inside the loop?
Thanks john, I will do this. I am still learning MVC, so I appreciate your critiques :)
Sep
17
comment Is it possible to utilize the LINQ portion of the foreach inside the loop?
ack, the simplest solutions always elude me. thanks :)
Sep
17
asked Is it possible to utilize the LINQ portion of the foreach inside the loop?
Sep
16
asked Map path of local file ASP.NET/MVC
Sep
16
comment Page Not Found error in ASP.NET MVC application on live server
Alright I have contacted my hosting service, hopefully they can assist me with this issue. Thank you for clarifying what the issue was.