7
votes
6answers
234 views
Resources for learning LINQ?
I'm looking to learn LINQ, but I'm finding that there is a lot more to it then what I initally expected. In fact, there's so much that I'm not sure where is the best place to start …
5
votes
5answers
206 views
How can we stop web page view after signout using browser back
Hi All,
I am having web site in ASP.NET. We have two type of login
1. Users
2. Administrator
I am facing following problem during testing
Problem statement: Suppose i loggedin …
5
votes
7answers
213 views
How can I convince my admins to upgrade from ASP.NET 2.0 to 3.5?
I am trying to convince my web server admins to upgrade our version of the .NET framework from 2.0 to 3.5. I was wondering what are the best reasons to upgrade, from a server admi …
4
votes
3answers
2k views
ASP.NET MVC Master Pages
What's the difference between the ASP.NET Master Page, and the MVC Master Page? And the AJAX Master Page for that matter?
4
votes
1answer
1k views
Best free ASP.Net 3.5 hosting
Hi all.
Which is best free asp.net 3.5 hosting.
No need for big bandwidth, no need for database.
Only must be stable.
Thanks.
3
votes
4answers
137 views
SharePoint 2007 - RunWithElevatedPrivileges - Pitfalls of using this
I have a strong gut feeling that using SharePoint's RunWithElevatedPrivileges should be avoided like the plague, but need to convince some others as to exactly why. Here's what I …
3
votes
1answer
97 views
Posting HTML within an ASP.NET form
I am using Master Pages in an ASP.NET MVC app that lets you submit HTML data as part of a form. Even when I set
<%@ Page ValidateRequest="false" %>
Or set
<pages vali …
3
votes
2answers
135 views
ASP.NET - loading grid data with heavy OO structure
Hello,
Let's say I have an object that is fairly complex. Since it is so complex, it takes a bit to load from the database. Now let's say my users want a grid that shows all of t …
3
votes
5answers
463 views
how do I know if the correct .NET framework is installed?
I am a developer and am trying to create a very basic "Hello World" .NET 3.5 web app. However, whenever I publish the code I am getting the following error.
Parser Error
Descript …
3
votes
7answers
460 views
Compelling Reasons to Migrate from ASP.NET 2.0 to ASP.NET 3.5
Forgive me if this is a repeat question. I've searched StackOverflow and did not find the answer to my question, so here goes.
We currently have a web application running ASP.NET …
3
votes
2answers
181 views
Any way to prevent master pages from changing element IDs?
I'm looking at adding master pages to an existing site but have found that once I do, the elements' IDs get prepended with a code (e.g. ctl00_MainPageContent_).
Unforunately, this …
3
votes
4answers
95 views
why I don’t see generated IDs for server side controls?
Hello, I'm little confused here now. Let me explain:
I've seen people talking about adding a button or some other control to the page in asp.net (3.5) and when the control renders …
3
votes
6answers
504 views
How do I disable right click on my web page .
Hi All,
Can I disable right click on my web page without using javascript because most of the browser allow the user to disable javascript.
3
votes
4answers
191 views
How to highlight the differences between two versions of a text in .NET web app?
I have been supporting a web application at work for our Call Center unit for about 2 years now. The app is written in ASP.NET 3.5 with SQL server 2005 database. I’ve been asked to …
3
votes
2answers
157 views
ASP.NET Membership staying authenticated issues
So, my application is being odd in the fact that when you login you will stay logged in for a page or two then get lost. My settings are this:
<authentication mode="Forms"> …
