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 thursday march 27

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

Comparing Images
Posted by Maxus at 3/27/2008 9:08:21 PM
Hi Everyone, Just wondering if anyone knew of a way to compare images and getting a nearest matching image out of a collection of images of diffrent sizes, colors, etc. Ideally want to compare the general shape of the main features in the image, would be nice if it also compared the average c...more >>


Visual Studio start page options
Posted by David Lozzi at 3/27/2008 9:04:58 PM
IN VS2005, How do i set the start page to be more web developer friendly? I just reloaded my machine and now the start page doesn't have the Open: Web Site or Create: Web Site options... Just Open Project. I can open a website via the File menu, but it's easier with it being on the start page....more >>

ASP.NET - Inline / Code Behind
Posted by Shiva Ramani at 3/27/2008 9:01:00 PM
Though there are several blogs/Q&A's on inline or codebehind debate, I would like to know the compilation model or the process thats happenign when we use Inline or code behind in ASPX. Would it be right to say Inline and code-behind code are executed on the Web server. Inline code is JIT comp...more >>

RegExp Again!
Posted by RN1 at 3/27/2008 8:45:19 PM
Using Regular Expression, I want to ensure that users enter either a 2- digit or a 3-digit whole number in a TextBox. This is how I framed the ValidationExpression in the RegularExpressionValidator: -------------------------------------------------------------------------------- <asp:TextBox I...more >>

virtual directory not agreeing
Posted by David Lozzi at 3/27/2008 5:23:23 PM
Howdy, I recently had the disappointing experience of losing my hard drive. I've since reloaded my Vista Ultimate 32 machine with a new hard drive. I've install VS2005, with SP1 and the Vista update for SP1, and Visual Source Safe. I've brought in an ASP.Net 2.0 application from VSS. The su...more >>

GridView sorting paging : perform in db ?
Posted by John A Grandy at 3/27/2008 4:17:55 PM
In regard to a GridView that must support searching, filtering, sorting, and paging ... There is a tradeoff in performing the sorting and paging in the database versus to creating a CLR sort expression and allowing the GridView to perform the sorting and paging. How do people feel about ...more >>

Google Ad Sense in ASP.NET
Posted by Jeff at 3/27/2008 4:04:05 PM
Hey ..net 3.5 I'm wondering how to implement google ad sense in a asp.net webpage. I understand that google need some html tags to be set in the html output. The .apsx webpages are run on the server and html output are generated and sent to the internet browser. I'm not sure how to add ...more >>

Does AJAX just require 2.0 Framework
Posted by Paul at 3/27/2008 3:55:02 PM
Hi I have a web application I built using vs2005 and it has a lot of AJAX control extenders in it. It works fine on my development machine (were I downloaded the AJAX tool kit). I tried to deploy it on a live server that has framework 1.1 and 2.0 as well as many web apps running under both. ...more >>



Garbage collector in .Net?
Posted by John Smith at 3/27/2008 2:26:13 PM
Does .Net has garbage collector or I have to free (Set myVariable = Nothing) each object I created with "New"? ...more >>

Debug without Debugger?
Posted by John Smith at 3/27/2008 2:19:18 PM
How can I debug ASP.Net app if I can not use VS debugger? I have tried to print Console.Out.WriteLine("my Debug") but it doesn't work in ASP.Net either. Is there any easy way to print some debug lines between my code to determine program flow? Should I write them in some file? ...more >>

Regular Expressions
Posted by RN1 at 3/27/2008 1:01:15 PM
$ in RegExp means the end of a string. So if the ValidationExpression for a RegularExpressionValidator which validates a TextBox is "c $" (without the double quotes), shouldn't input strings 'abc', '23pc', 'c9mccc' (all without the single quotes) evaluate to True BUT it doesn't. In fact, these s...more >>

trapping asp.net session end
Posted by dmalhotr@usa.net at 3/27/2008 12:34:14 PM
Hi, I would like to know if there was a way to trap a session timeout on an asp.net event. What I mean is that I've set a session timeout in the web.config file. What I would like to do is when that timeout is reached, I would like it to fire an event. Is there some event in the global asa...more >>

Template for a Gridview?
Posted by Paul at 3/27/2008 10:36:01 AM
I have a large, complex Gridview (itemtemplates, boundfield, hyperlink fields, etc.) I want to use this same gridview on multiple pages. Rather than copying this gridview on multiple pages, it there a "better", more efficient way to do this? Links to examples would be great. - Paul ...more >>

Main Web Page interacting with Search Web Page
Posted by DavidS at 3/27/2008 9:34:00 AM
I have for purposes of this discussion two web forms I'm working with : i) main.aspx, ii) find.aspx. From the main web form I have a button control that opens a modeless dialog (find.aspx,,,) etc... From the search page [find.aspx], I have several web controls that are used to control a quer...more >>

save dataset in Microsoft Money format
Posted by stevenpkent@gmail.com at 3/27/2008 8:14:41 AM
I need to allow user to save dataset to their computer in Microsoft Money format. I searched internet for help on this but found nothing helpful. I also chatted with MS Online Concierge to no avail. And posted to MS Managed Newsgroup. If you could, please provide pointers to steps how to ac...more >>

when page timeout
Posted by rodchar at 3/27/2008 6:38:01 AM
hey all, what do i have to do to make it where if my page is timed out to automatically go back to login screen? thanks, rodchar...more >>

javascript combo box
Posted by rodchar at 3/27/2008 6:36:06 AM
hey all, how do you pass what is selected in a combo box as a parameter to a javascript function call. i know you can do this onclick=test(this) thanks, rodchar...more >>

.NET Runtime 2.0 Error/I dont know what to do with this :(
Posted by laziers@gmail.com at 3/27/2008 6:10:23 AM
Hi, From time to time my asp.net application breaks/loses all the variables in session and then I got in event log this message: ..NET Runtime 2.0 Error Faulting application w3wp.exe, version 6.0.3790.3959, stamp 45d6968e, faulting module kernel32.dll, version 5.2.3790.4062, stamp 4626482b, ...more >>

Does the SQL Server 2005 CommandNotification cache dependency work with stored procedures?
Posted by dherbstemail-ng@yahoo.com at 3/27/2008 5:55:10 AM
I can get the SQL Server 2005 CommandNotification cache dependency to work with inline SQL. It works in a SqlDataSource as well as with the page OutputCache when making ADO.NET calls. Next I copy/paste the exact same inline SQL into a stored procedure wrapper and switch my SqlDataSource or AD...more >>

problem in getting Scope_Identity in Oracle????
Posted by Sally.mokhtar@gmail.com at 3/27/2008 5:47:55 AM
Hi All, i'm converting my website from connecting to SQL to Connect to Oracle DB and i'm reconfiguring the DataSets and TableAdapters for that . i have function in a tableAdapter that insert in a table then get the SCOPE_IDENTITY() of the ID of the last inserted row . This the Code that refer to ...more >>

Serialization
Posted by Deshi at 3/27/2008 4:39:50 AM
Hi All Can anyone help me out to find out the Serializable and non- serializable object in .net framework library........more >>

pageBaseType attribute in pages element
Posted by Martin Kulov [MVP] at 3/27/2008 4:33:42 AM
Hi, I am using the pageBaseType attribute in web.config to define a common base class for all my pages: <pages pageBaseType="BasePage" > However, when I run the site I do not get an error or any notification that my pages now inherit from BasePage. In general I can not see any effect o...more >>

trouble with rollover buttons on master page
Posted by Keith G Hicks at 3/27/2008 1:15:12 AM
asp.net 2.0 Iv'e spent the last 3 or 4 hours trying to get this to work. I'm simply trying to get rollover buttons to work on my master page. 1. The master page is in the root. "Website1" 2. The images for the buttons are in a subfolder off the root ("Website1\RolloverButtonsImages") 3. Th...more >>


DevelopmentNow Blog