First  |  Prev |  Next  |  Last
Pages: 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 256 257 258 259
web.config includes several wrong assembies
Sorry if this has been posted (many times) before but I couldn't find anything useful to me. This doesn't happen always but sometimes when I build a web project, the web.config includes the following (framework 2.0 btw): <compilation debug="false"> <assemblies> <add assembly="System.Design, Version=2.0... 10 Jul 2008 00:00
Referencing a Theme
I am having trouble referencing a theme in my ASP.NET project. I was following a model that allowed for multiple themes. So The theme that I have is stored in named "Base" under the App_Theme folder that is stored at the root of my project folder. It is really the one I want to use for all pages, so I though... 9 Jul 2008 02:26
launch excel from asp.net
Hi, i'm trying to launch excel from an asp.net application. My problem is that i already install excel 2003 on the server but i dont find excel on the list of dcom applications; do i need to do something else? Thanks ... 8 Jul 2008 14:08
http handlers
I have created an HTTP Handler. For simplicity of testing, it is: public class FetchItem : IHttpHandler { public bool IsReusable { get { return true; } } public void ProcessRequest(HttpContext context) { context.Response.Write("Unable to retrieve file"); ... 9 Jul 2008 13:42
How to get a dynamic temp table into a 2003 .NET dataset
Hi all, I'm trying to use a SQL Server 2005 stored procedure in Visual Studio 2003 and am running into problems. The stored proc creates a temp table dynamically where the number of columns and column names change depending on the passed parameters. The stored proc runs fine in SSMS. From the .NET side, all I ... 8 Jul 2008 17:13
Set focus on control 2 with click event of control 1
I have two dropdown boxes that post back and when a selection is made on the first one I want the second control to have focus on post back, using vs 2005. I thought there was a way to set this in the properties box of control 1 but can not remember, thanks. -- Paul G Software engineer. ... 8 Jul 2008 16:11
MVC: Custom sorting for HTML table
Hi, I was wondering how I can sort a HTML table the smartest way. I've got the following table: <table id="customersTable" class="dataTable"> <thead> <tr> <th>Kundenavn</th> <th>POB kunde nr.</th> <th>SAP kontrakt nr.</th> <th>Start dato</th> ... 8 Jul 2008 17:13
Application Organization
Hello, This might be a side question but how do you organize your MVC application assets? I am using: * Data * Content o EN + Images + Documents + Flash + Video + Audio o FR + I... 8 Jul 2008 11:03
Datagrid > DataList problem - Any clues?
Thanks in advance... (you can see a screenshot of what my form looks like currently at http://www.juggernautical.com/DataGrid.jpg - the Datalist is super-imposed in 'design view' but the DataGrid is the actual running of the page) I've almost got this working (?) but need a little help. I have an .aspx page that ha... 9 Jul 2008 13:42
Notifying a user on demand
Hi there, I'm trying to think of a possible waht that I can achieve notifying the current user of events via a webservice, in realtime. For example, I might want to pop a message up on the logged on users screen, but not via the page Load event. I thought of making a static class with an event delegate, th... 9 Jul 2008 00:24
First  |  Prev |  Next  |  Last
Pages: 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 256 257 258 259