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 > april 2007 > threads for friday april 20

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

404 not found
Posted by Aleks Kleyn at 4/20/2007 10:22:24 PM
I use windows vista, iis7. my asp page worked fine until recently. but it stopped to work, reporting http 404 not found. file exists. what may be the reason. ...more >>


How ASP.NET find Login page?
Posted by Morgan Cheng at 4/20/2007 9:47:42 PM
In VS2005, I create a ASP.NET website project.One page named Default.aspx with LoginView and LoginStatus controls; and one page named Login.aspx with Login control in it. After setup of users, I press Ctrl+F5, IE window is popped up, redirect to Login.aspx page ask me to input username and passw...more >>

Can't change virtual directory to 2.0
Posted by Ken Smith at 4/20/2007 6:55:31 PM
I added a new virtual directory to IIS and want to set it to use ASP.Net 2.0, but the dropdown box on the IIS ASP.Net tab defaults to 1.1 and is disabled. And the Edit Configuration button is disabled. Why is that since I have another virtual directory on the same machine that's set to 2.0, ...more >>

Web services stop working intermittently.....
Posted by chrisexv6 at 4/20/2007 4:29:18 PM
Recently been having an issue pop up with a web service thats been running fine for months. The service in question takes calls from our public web server, then logs data to a database server behind a firewall. The code has been in place (and working fine) for months. Now we have a slightly ...more >>

Access is denied: 'Microsoft.ApplicationBlocks.Data'.
Posted by PJ6 at 4/20/2007 3:35:17 PM
Pages were working fine that used Microsoft.ApplicationBlocks.Data.dll, and now, with no changes, we're getting this - Access is denied: 'Microsoft.ApplicationBlocks.Data'. All I can find with Google is that indexing service and antivirus software can cause this (which would be consistant,...more >>

can i run asp pages on IIS 6 with asp.net dll ?
Posted by keyser soze at 4/20/2007 3:33:04 PM
hi i have 2 sites running on w2000 ad server on IIS 5 can i run the sites "as is" on w2003 server on IIS 6 with asp.net dll ....or because the programming style do i need asp.net dll i have this question because some messages of IIS 6 alerts about "security risks" on classic "asp" pages ...more >>

dropdownlist with autopostback set to true does not fire. Please help.
Posted by Carlos at 4/20/2007 2:30:33 PM
The control does not react when selecting items in the drop down. Autopostback is set to true. Thanks in advance. Carlos ...more >>

password attempts
Posted by bbawa1 NO[at]SPAM yahoo.com at 4/20/2007 2:29:39 PM
have a username and opassword text boxes and one login button. When I type password it checks three times weather my username and password is correct or not. After 3 failed attempts it gives me message that Notify your administrator. I used form Authnication. How can I count weather user atte...more >>



Ajax recommendation for .net 1.1
Posted by mavrick_101 at 4/20/2007 12:50:02 PM
Hi, Can any one recommend a good starting point for learning and using AJAX for ASP.net 1.1 Thnx...more >>

Getting Challenged when using SQL connection on .aspx page
Posted by Ray at 4/20/2007 12:30:01 PM
Have SQL server on one machine. Have IIS on another machine in same large intranet. Have website in IIS with Basic Authentication turned on and other options deselected. Have webpage (.aspx) with following connection in the web.config file <add name="NorthwindConnectionString1" connectionSt...more >>

Change color of GridView row
Posted by David C at 4/20/2007 12:23:22 PM
I have a need to make a GridView row a different color (red) if a date exists on the row. I assume I would do this in the OnDataBound event. I know how to make a Cell(x) a different color but not a row. Thanks. David ...more >>

Bulletedlist - Databound - Hyperlink
Posted by HÃ¥kan at 4/20/2007 12:22:00 PM
Hi! How do you format the href field of the <a>-tag when you use a databound BulletedList in Hyperlink mode? The field in the database contains an ID that I want to use as a parameter in the url for the Bulletedlists hyperlink tag. /Håkan ...more >>

Check for decimal
Posted by David C at 4/20/2007 11:53:54 AM
Is there a way to check a control for a whole number? e.g. 43.5 is bad but 43 is ok? Using VS2005 and Net 2.0 Thanks. David ...more >>

AJAX Modal Popup disappearance
Posted by Samuel Rhodes at 4/20/2007 11:36:01 AM
hi i am using a ajax modal popup to allow the user to search an item and select the required item from the list. whenever i try to search the item, which causes a post back....the modal popup disappears/becomes invisible... in general, any postback fired from within the modal popup makes ...more >>

Code
Posted by Rick Veguilla at 4/20/2007 11:09:57 AM
I am trying to do the same thing, once again...can someone please send me the code for this...I have been trying to do this for the past couple of days with absolutely no success. I would really appreciate it, thank you: Rick *** Sent via Developersdex http://www.developersdex.com ***...more >>

Margins in ReportViewer
Posted by Herb at 4/20/2007 10:42:01 AM
Using the WebForms.ReportViewer when I export to PDF, the margins of the report are too large. How can I change the margins of my report to make better use of the printed page space? ...more >>

Event Handler doesn't fire immediately upon postback?
Posted by John Kotuby at 4/20/2007 9:53:29 AM
Hi guys, I am converting a rather complicated database driven Web application from classic ASP to ASP.NET 2.0 using VB 2005 as the programming language. The original ASP application works quite well, so at times it is tempting just to port parts of it over mostly as-is. In fact, one MSDN ar...more >>

HELP: Cannot get network and local printers on the web server.
Posted by lmttag at 4/20/2007 9:46:33 AM
ASP.NET 2.0 (C#) application Intranet application (not on the Internet) Using Windows authentication and impersonation Windows Server 2003 (IIS6) Server is a member server on a domain Logged into server as a domain user that is in the local Administrators group on the server Workstation is on...more >>

How to retrieve a column from a selected GridView row.
Posted by Steve Kershaw at 4/20/2007 9:44:17 AM
Hi, I have a GridView in which I have selected a row. I now want to use the 1st column value of that selected row in another GridView as an input to select the particular row in the second GridView. I know that "GridView1.SelectedRow.Cells[0]" dosen't work along with some other things I have ...more >>

ASP.NET Impersonation in a Windows 2003 non domain member server
Posted by Johann Granados at 4/20/2007 9:30:04 AM
Hi everybody, Is it possible to do ASP.NET Impersonation in a windows 2003 non domain member server (locate at the DMZ)? If so, how can I do that? Thanks in advance for your kind reply Best regards, Johann Granados Staff DotNet ...more >>

Log Parser chart output using ASP.Net
Posted by Mike Lowery at 4/20/2007 9:27:06 AM
I'm trying to write an ASP.Net app that uses Log Parser 2.2's COM interface to read some Windows Media Server (W3C) log files and generate a chart (GIF file) on the web server. I'm getting an error when attempting to generate the chart using the ExecuteBatch method: Error executing query: U...more >>

Modal dialog question/how-to
Posted by Brian Simmons at 4/20/2007 8:57:37 AM
Hi All, I would think this would be a fairly common thing, but I'm having a bit of trouble finding what I want on google/etc... In an ASP.NET 2.0, C# webform, I would like to have a textbox and button. In the textbox, you would type a couple of characters (i.e. "Amer"), then click the b...more >>

ViewState current and previous values
Posted by Mob at 4/20/2007 8:49:40 AM
what is the best way to identify the current and previous values for form controls like text and checkbox in postback. Can this be done through viewstate ... ...more >>

DataReader.GetInt.....
Posted by mavrick_101 at 4/20/2007 8:30:02 AM
Hi, How can I get value of a SQL column defined as int. I try int myInt = dataReader.GetInt32(0); I get invalid cast exception and same for GetInt16... whats the best way? Thnx...more >>

PostbackUrl property issues after preventing user from posting asp.net page
Posted by noneya22 NO[at]SPAM excite.com at 4/20/2007 8:03:10 AM
I'm using asp.net 2.0. I have a page that has a save button and a cancel button along with a text field. All controls are asp.net server controls. I have JavaScript that prompts the user if he has maninpulated data in the text field and then tries to leave the page. The purpose is to prevent ...more >>

Get folder from Assembly
Posted by Jon at 4/20/2007 7:41:22 AM
Hello all, How do you get a folder in your web application from a calling assembly? Thanks, Jon ...more >>

Display data with ASP.NET
Posted by seth_hickel NO[at]SPAM yahoo.com at 4/20/2007 7:01:43 AM
With other solutions I would get a recordset, read each record and display data by formating my html as I wanted to display values of each record. I am trying to display data in a three column three row table with paging. How does this translate to ASP.NET - or - what ASP.NET tools do I use to...more >>

treeview expand client-side attribute
Posted by Swoosh at 4/20/2007 6:00:03 AM
i have a treeview (id="trv") i would like to do something like this: trv.Attributes.Add("onexpand", "javascript:alert(this);"); i cannot make this work i would like to know if this is the way I should do it, or should i add some event somehow to each node basically i would li...more >>

Web site vs Web Application Project
Posted by nyhetsgrupper NO[at]SPAM gmail.com at 4/20/2007 4:03:59 AM
Hi, Which project type do you prefer? Is the web site or web application project the best solution? The application I am about to write is completly new so migrating from vs 2003 is not an issue, but it has to be easy to deploy the application (precompiled, I don't want to give away my source) ...more >>

more than one cookies
Posted by bushi at 4/20/2007 3:21:41 AM
hi i'm developing an application like pay-per-clik search engine, i have displayed the sponsered links(text ads).can i implement a seperate cookie for each ad within the same session?i'm using asp.net,C# for implementation,i'm waiting for any rply ...more >>

Can not create controls
Posted by Ben Whyte at 4/20/2007 3:14:03 AM
I have an asp.net application using vb.net code. When I try and view the pages in design mode I get 'error creating control' messages with 'Attempted to read or write protected memory. This is often an indication that other memory is corrupt' These are custom controls. Anyone have any...more >>

Repeater, ImageButton & Firefox
Posted by RicercatoreSbadato at 4/20/2007 2:35:15 AM
i need help, i have an ImageButton inside the ItemTemplate tag of a Repeater. In the code behind i use a DataBound() to assign a CommandName and a CommandArgument to the ImageButton. If i use IE all is ok, under Firefox no, it seems that the click event isn't raised when I click on the ImageB...more >>

How Unique is a GUID
Posted by Davinder at 4/20/2007 2:07:07 AM
Hi, I'm trying to find out how unique a GUID is? Basically I have two web applications and I need to pass a couple of session variables between them using a table in a database. I have set this up and used a GUID as a key for the table and it all seems to work fine but I'm a little concerne...more >>

how is a password sent with PasswordRecovery?
Posted by Ben at 4/20/2007 12:00:00 AM
Hi, when a password is sent to the user via email with the PasswordRecovery control, is it sent in "clear" even if the password is hashed or encrypted? Thanks Ben ...more >>

Browser width
Posted by Gunawan at 4/20/2007 12:00:00 AM
Hi, Is there any mean that I could use to get browser width? so I can adjust a table or a panel width to browser width. Thank you. Gun ...more >>

Are there any PhpMyAdmin clone for ASP.net and SQL Server?
Posted by Eric Layman at 4/20/2007 12:00:00 AM
Hi, I'm not sure if this is the right place. I understand there is a tool called MSDE web admin which is supposely a = web based version of our fav MS SQL GUI tools. But that requires = installation. The reason im asking this is because currently we are doing a project in = which client'...more >>


DevelopmentNow Blog