Groups | Blog | Home


Archived Months
June 2003
July 2003
August 2003
September 2003
October 2003
November 2003
December 2003
January 2004
February 2004
March 2004
April 2004
May 2004
June 2004
July 2004
August 2004
September 2004
October 2004
November 2004
December 2004
January 2005
February 2005
March 2005
April 2005
May 2005
June 2005
July 2005
August 2005
September 2005
October 2005
November 2005
December 2005
January 2006
February 2006
March 2006
April 2006
May 2006
June 2006
July 2006
August 2006
September 2006
October 2006
November 2006
December 2006
February 2007
March 2007
April 2007
May 2007
June 2007
July 2007
August 2007
September 2007
October 2007
November 2007
December 2007
January 2008
February 2008
March 2008
April 2008
May 2008
June 2008


all groups > asp.net > march 2008 > threads for wednesday march 26

Filter by Day: 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31

Script Debugging
Posted by Just Me at 3/26/2008 11:49:20 PM
The script debugging in the Advanced tab on IE is supposed to enable you to use script breakpoints in VS2005, I had this working fine now its not, if I decheck them and then apply, close the browser t hen restart, they miraculously are checked again . GRRRR Any ideas why ? ...more >>

GridView/FormView (master/details) questions
Posted by dan at 3/26/2008 6:19:33 PM
Hi, I have a hard time finding an example with GridView and FormView on the same page. So I'm hoping that someone will be able to help me with the following: 1) How do I refresh GridView after Insert, Update, and Delete in a linked FormView? That is, I'd like the GridView to show updates ...more >>

Accessing controls across user controls
Posted by Vince at 3/26/2008 5:26:08 PM
Hi, I have 3 user controls and a parent page which contains all of them. In control A, I would like to access a datagrid in control B but I have no idea how I would do it. The only work around I can think of, is to expose the datagrid via a property of control B, but even then, I have no ...more >>

Maximising Windows
Posted by Microsoft Newsserver at 3/26/2008 4:48:46 PM
Hi, I know this is not an ASP.NET issue, but I thought I would ask the question of all you guys here. I know how to mazimize a window using the javascript resizeTo( h , w ) method of the window object. However, it doesent actually maximise the window to fill the whole screen. it stops s...more >>

Sending email from webpage
Posted by Jeff at 3/26/2008 4:33:59 PM
Hey ..net 3.5 In my webproject I got a CreateUserWizard which contain this code for sending confirmation email to the registered user: <MailDefinition From="xxxx@yyyyy.zzz" BodyFileName="~/MailFile.txt" Subject="Confirmation"> </MailDefinition> This sends email. But I don't like th...more >>

session - inproc - problem
Posted by laziers@gmail.com at 3/26/2008 4:05:58 PM
Hi, I have a very hard-anoing problem. In my asp.net application sometimes asp.net loses/break all session and the all users must login to site again. I dont know where is the problem, the application dont throw any exception [i catch in the global.asax - Application_Error]. I use Response.R...more >>

window application-WebRequest -Cannot close stream until all bytes
Posted by pelegk1 at 3/26/2008 3:16:01 PM
when i send an xml to a server using WebRequest object (i am sending a paramater+xml in size of about 250 chars) i recve an error : System.Net.WebException was unhandled Message="The request was aborted: The request was canceled." and the inner exception is :{"Cannot close stream until...more >>

Could not load file or assembly
Posted by iHavAQuestion at 3/26/2008 1:36:03 PM
I have downloaded the project from http://mattberseth.com/blog/2007/10/theming_the_ajaxcontroltoolkit.html. When i built and run athe application i get the error Could not load file or assembly 'System.Web.Extensions, Version=1.0.61025.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35' or ...more >>



Description of functions in WebUIValidation.js
Posted by Nathan Sokalski at 3/26/2008 12:57:36 PM
I am trying to learn exactly what each of the functions in WebUIValidation.js does and exactly how to use them. Can anybody direct me to a website that gives a good description of each one? I am using ASP.NET 2.0. Thanks. -- Nathan Sokalski njsokalski@hotmail.com http://www.nathansokalski...more >>

Finding the head tag of a page
Posted by Jeremy at 3/26/2008 12:05:20 PM
I've written a method that recursively loops through the control collections on a page looking for a literal control called html. Sometimes the html literal control will contain a child literal control called head. Sometimes the html literal control will not have a child literal control call...more >>

Concurrency / LINQDataSource / FormView / Stored Procedures
Posted by Jay Pondy at 3/26/2008 10:52:08 AM
VS2008 / SQL Server 2005 / Windows XP I have been unable to generate a concurrency exception using a single table in a DataContext.dbml with Insert / Update / Delete SPs via a LINQDataSource and a FormView. I am able to successfully add, update and delete rows but not generate a concurr...more >>

Blog component
Posted by Torben Laursen at 3/26/2008 10:52:00 AM
I want to put a blog on a new asp.net homepage. Does anyone know where I can buy a blog component that I can use? Thanks Torben...more >>

ASP .NET dll question
Posted by T McDonald at 3/26/2008 9:53:02 AM
I might be in the wrong forum for this question, as it deals with ASP and ..NET dll as opposed with strickly ASP.NET. I've been having some issues getting a dll created with .NET 2.0 to register on a remote machine and using the class with an ASP script. I am able to register the dll on my...more >>

migrating ajax app from 2.0 to 3.5
Posted by GaryDean at 3/26/2008 9:50:13 AM
I have an asp.net 2.0 website using the ajax toolkit 1.0 running on server2003 using vs2005 on a 32 bit machine. I need to transfer it to my vista 64 bit machine. I'm following the MSDN article: "how to upgrade an asp.net ajax 1.0 web project to .net framework 3.5" It says to download the ...more >>

Error Message could not find a non-generic method
Posted by Ed Dror at 3/26/2008 8:30:59 AM
Hi there, I'm using ASP.NET 2.0 with Visual studio 2005 Pro and SQL Server 2005 Dev. Based on Microsoft toturial on ObjectDataSource I ctreated a class look like this *** VendorDB.vb *** Imports Microsoft.VisualBasic Imports System.ComponentModel Imports System.Data Imports System.D...more >>

Reading data from an Excel spreadsheet
Posted by S_K at 3/26/2008 7:32:24 AM
Hi, I have a need to read data from an Excel spreadsheet using ASP.NET (C# ). The data is then displayed in various locations on the web site. This should be very simple and I have been following David Hayden's excellent article on this (http://davidhayden.com/blog/dave/ archive/2006/05/26/29...more >>

javascript help please
Posted by rodchar at 3/26/2008 5:24:05 AM
hey all, i have a key up javascript function where i want half the function to run and then wait about 2 seconds, but if within that 2 seconds another key up event has a occurred, i need it to cancel the initial call to the function. can someone please show me if this can be done. thanks,...more >>

questions about using workflow to implement a pageflow in ASP.NET.
Posted by smwikipedia at 3/26/2008 1:37:04 AM
i send an event through a button on an aspx page to a statemachine workflow and then let the workflow to use CallExternalMethod to raise a local service event which is booked by a asp.net host method, the method is to change a Label control's Text property to a new string. here is my code...more >>


DevelopmentNow Blog