asp

Extender Provider failed to return an Extender

We upgraded from .NET 2.0 to .NET 3.5. A co-worker of mine is getting the following dialog when attempting to run the ASP .NET web project under the debugger in Visual Studio 2008. He can build fine, but he can't debug (hence, it's a run-time issue): Microsoft Visual Studio "The Extender Provider failed to return an Extender for this...

Fancy XML or name/value pairs on save of data to SQL Server

I have a classic ASP application for student grading with a paper (with an ID and a userID) that requires a grade and scores from several different criteria (criteria 1, score 1, criteria 2, score 2) I wonder if I should put this in XML and push it into SQL Server as XML or convert the name/value pairs to a delimited string and just par...

Use c# expression to define server tag property value

Hi, Is it possible to set the property of a server tag from a c# expression, i.e. something like <asp:TextBox Width='<%= [some c# expression] %>'/> ? I though this would be pretty straightforward, but I can't get such an expression to run. Thanks for any help Ryan ...

Automatic GridView Controls

In my project i have several GridViews, all of which have somehow automatically put in edit, cancel and paging functionality that i have been able to add to if i wished. However on one of them none of the buttons link up. always comes out with a Not Handled Exception. I sorted this out earlier in the week, but due to source control it ...

Bubbling event TextBox

Hi, I'm using a dynamic templatefield TextBox GridView , what I want to do is wiring TextChanged event to RowCommand . possible ? ...

how to return different view from different method in controller in MVC

hello all, can anyone help me? senario is.. I have UserController(UC) and Browse View in MVC, In browse page I have three buttons and thats why i have written javascript to call perticular method in UC, now within UC I am sending data to Model (which is comming from View) and I am able to search from m...

Which version of Apache Tomcat should I install in my linux server space?

I need to install Apache Tomcat on my linux server space in rackspace.com. I'm not sure which is the best version I need to use. I also need support for PHP, Java, JSP, servlets and ASP. Do I need to install these separately or does apache/linux support these by default? If I need to install them separately, which versions of PHP, Java, ...

How to make runtime sequence (C#)

Hi all, <asp:GridView ID="gvCentersList" runat="server" AutoGenerateColumns="False" ShowFooter="true" DataKeyNames="CenterID" CssClass="gv-style"> <FooterStyle CssClass="gv-style_footer"/> <PagerStyle CssClass="gv-style_pager" /> <AlternatingRowStyle CssClass="gv-style_alter" /> <SelectedRowStyle CssClass="gv-style_row-selec...

jQuery JSON returning [Object object]

Hi, I am COMPLETELY not getting this so I'm going to ask. This is for an exercise that I'm using to try and learn JSON and jQuery together. I'm pretty sure that my code is doing everything it's supposed to, but I can't seem to figure out how to a)read the JSON that's being returned and b)be able to use the result afterwards (which I'm gu...

online business intelligence

We want to deliver reports with over 600,000 rows. we use asp to create a report, but it times out and truncates the report. can u make a suggesion as to prevent the report from timing out. ...

How to populate an ASP.NET web page from a desktop application.

Hi All, I am a Windows Application Developer with very basic web development experience. We are developing a Windows desktop application in .net that monitors and controls some processes over the network. I am thinking of giving a web interface to this application - meaning user can access some part of data from a web browser. (e.g. Sho...

How to redirect webpage from one domain to another?

How to redirect domain to another domain, when the first domain (webpage) load? ...

TreeView — selected node style doesn't appears to selected node

My code is : <asp:TreeView ID="TreeViewCategories" runat="server" ExpandDepth="0" Style="min-height: 200px; max-height: 500px;" LineImagesFolder="~/TreeLineImages" NodeIndent="0" LeafNodeStyle-CssClass="LeafNodesStyle" CssClass="TreeView" NodeStyle-CssClass="NodeStyle" ParentNodeStyle-CssClass...

return false in vb

if anyone knows plz reply ...

pagination to asp page with model data.

hello all, I am receiving data on Browse.aspx page with the help of model now i want to add pagging to the table i am displaying ...code is... <%@ Page Title="Max 2.0" Language="C#" MasterPageFile="~/Views/Shared/Master.Master" Inherits="System.Web.Mvc.ViewPage<IEnumerable<FMDomain.Models.User>>" %> <%@ Import Namespace="F...

how to do email validation with regular expressin in asp using vb (server side validation)

if u know plz reply ...

how to match textbox value with regular e mail expression for validation inasp using vbscript

if anyone knows plz tel me the answer ...

Is it better to log to file or database?

We're still using old Classic ASP and are wanting to log whenever a user does something in our application. We'll write a generic subroutine to take in the details we want to log. Should we log this to say a txt file using FileSystemObject or log it to a MSSQL database? If the database, should we add a new table to the one existing dat...

asp .net mvc 3 formdata to view model mapping issue in case of nullable decimals

I am working in asp.net mvc application. During the initial load of my view, my controller returns a list which has some decimal? properties in it. Say one account has amount = 31.56 and other account has amount = 30.00. I am doing a lot of jquery stuff in my UI to bind these items do some computations using account.amount. There is a ...

Visual Studio 2010 debugging ASP .NET MVC 2 app is slow

Hey folks, Asp .NET MVC 2 apps started from Visual Studio 2010 are damn in my opinion. It takes 2-5 seconds to refresh or open a new page. Do you have the same problem? Do you know if this ASP .NET MVC 2 debug mode can be somehow sped up? I work at 64 bit computer, Windows 7 and Visual Studio 2010. ...