| Thread | Last Post | Replies |
|
| Error converting data type nvarchar to numeric | 29 Feb 2008 16:12 GMT | 1 |
I've been beating my head on this for two days and it's driving me crazy. First things first, I'm learning ASP.NET and SQL integration as I go here so please be kind. :D I've done other web projects, but this is the most complicated one I've attempted so far. This forum
|
| using AD security for authentication. The trust relationship between the primary domain and the trusted domain failed. | 29 Feb 2008 16:01 GMT | 1 |
Simple security design, where all intranet users can get to most pages, but a few ADMIN pages need to be secured to select users. We've added those users to an AD group. Whle testing I noticed this returns YES
|
| File system websites | 29 Feb 2008 15:36 GMT | 3 |
In http project, I can able to view the webpage link by providing m/c name instead of localhost(http://mymachinename/sample.aspx), but in filesystem project why I couldn't browse the page with the machine name? Can anyone suggest me how to browse it using m/c name instead of
|
| export to excel | 29 Feb 2008 15:21 GMT | 2 |
I have a web page that allows the user to select either HTML or Excel format. I'm able to open the output in Excel but it puts the entire web page in excel, how can I get only the GridView to go to excel and not the entire page?
|
| What Clientside Event can I capture upon Callback completion? | 29 Feb 2008 15:20 GMT | 3 |
I am converting an ASPX 3.5 page in VB and VS 2008 from the standard postback to callbacks using an UpdatePanel. I had originally been adding an onload attribute to the Body tag in the Master Page, which would call a Javascript function to display a message if
|
| VS mangles HTML | 29 Feb 2008 14:49 GMT | 12 |
On one of our projects, using vs2005 professional, Visual Studio reformats the html in an aspx page so that it is virtually impossible to work with - although it still executes properly. For instance it takes well formed html that is indented for readability and converts ...
|
| spell check on web application | 29 Feb 2008 13:22 GMT | 5 |
Hi I am using vs2005 and was wondering if .net has any spell check capabilities in web applications built with vs2005, thanks.
 Signature Paul G
|
| asp.net url rewriting | 29 Feb 2008 13:06 GMT | 4 |
Hi, Anyone have any experience with url rewriting on asp.net and performance issues. I want to know how much of a lost in performace(percentage wise) if i use Context.RewritePath() function to make a friendly url. Any experience or links to benchmarks is appreciated. #source: ...
|
| Register Script on WebControl | 29 Feb 2008 12:13 GMT | 2 |
I am working on a custom Asp.Net control. This control needs to register a JQuery script: $(document).ready(function(){ $("ul.nav").superfish();
|
| 'System.Data.DataRowView' does not contain a property with the name 'Title'. when using itemTemplate in DetailsView control | 29 Feb 2008 10:09 GMT | 4 |
I don't know what i'm doing wrong but i can't get the <asp:Label ID="Label3" Text='<%# Eval("Title") %>' Runat="Server"/> in my itemplate to work. The Select statement is right and it returns data and it also works in EDit
|
| Creating Menus in Asp.net usin g Javascript or CSS | 29 Feb 2008 07:36 GMT | 2 |
hi there, can one one help me to reply how to create dynamic menu in asp.net as i am creating website. so i need to add menu's like "Home", Contact us, about us etc. i am using asp.net 2.0.can anyone give the clue of creating such menu.
|
| GridView EditIndex | 29 Feb 2008 06:13 GMT | 2 |
Is there a way change the EditIndex property to the last row in the GridView when not IsPostBack without binding to the data twice? Thanks Andrew
|
| Unable to cast object of type 'ASP.masterpage_master' to type 'MasterPage | 29 Feb 2008 06:08 GMT | 3 |
"Unable to cast object of type 'ASP.masterpage_master' to type 'MasterPage" This code has always worked but today it is getting the exception in the subject line of this post... protected void Page_Load(object sender, EventArgs e)
|
| ASP/ASP.NET page that reacts a special way to items coming from a particular subdomain (programmatically testing subdomain?) | 29 Feb 2008 05:35 GMT | 3 |
Please help me think through this one. 1) I have DNS and IIS set up on my server. 2) I've written ASP and ASP.NET webpages that behave in certain ways when a variable is set via querystring or in code. They render as
|
| Is Linux for Losers? | 29 Feb 2008 03:51 GMT | 1 |
Of course it is! http://www.forbes.com/2005/06/16/linux-bsd-unix-cz_dl_0616theo.html Thanks MS! ASP.net and ASP the most beautiful web programming languages!
|