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 friday march 28

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

Forcing browser to reload the "same page" with "mapped URL"
Posted by Willy at 3/28/2008 10:34:58 PM
I have a website that uses querystrings on a certain page to show multiple contents. I have created mapped pages to hide the gory details of these querystrings. So instead of details.aspx?ID=kldjlkdjldsjlkds&cat=jjfjfj the client sees products.aspx I also use these "mapped" pages in my sit...more >>


How do I increase the java memory for JBOSS
Posted by Priyanka at 3/28/2008 10:33:51 PM
How do I increase the java memory for JBOSS...more >>

Ajax for Credit Card Processing
Posted by milop at 3/28/2008 10:17:53 PM
Hello. I have a web app that accepts credit card payments. I want to use AJAX to do an asynchronous post to the server and process the payment. I am using the UpdateProgress control to show a progress indicator. Two questions: 1) If the user clicks the button more twice will the paymen...more >>

DataFormatString is ignored on on some servers
Posted by jonefer at 3/28/2008 10:11:00 PM
Is their any particular reason (server or design?) why the following line won't work on some servers? This is code within a Gridview control <asp:BoundField DataField="Regional Target" DataFormatString="{0:#%}" HeaderText="Regional Target" This code works on my development machine VS Stu...more >>

IE6 Bug Workaround ?????
Posted by Just Me at 3/28/2008 8:46:07 PM
Hi, I know this is not an IE newsgroup. But im going to ask your opinion on this. I have a customer who cannot change at this time from IE6. The following form is a simple example of a problem which exists where Combo Boxes do not appear to obey the z-index laws. In my example, the top d...more >>

IE 6.0 hangs when click on submit button of ASP.NET page
Posted by Nam at 3/28/2008 4:52:00 PM
ASP.NET 1.1.4322 Server1: Windows Server Enterprise Ed 2003 – SP2 Server2: Same as Server 1. IE 6.0 –SP2 After we migrated our website from server1 to server2 everything works fine accept for the following on one page: When you click on Save button, this page is supposed to copy a fil...more >>

Control inteference problem with AJAX
Posted by Paul at 3/28/2008 3:48:00 PM
Hi I am using a calendar extender with a masked edit validator and masked editextender that provides a dropdown calendar and a text box for date entry. On the same page I am using a sliderExtender control. Both controls work but the problem is that the slider is placed below the calendar ext...more >>

Storing Copy of Email into Sent folder
Posted by ns at 3/28/2008 3:13:00 PM
Ho can i store copy into sent folder using .NET. using Exchnage server. This has to run on the IIS server, user will provide the authentication details if that is needed. Also there will be attachements as well. any idea appreicated -- n...more >>



Best way to update SQL Server db that is in production?
Posted by Cirene at 3/28/2008 2:31:20 PM
First, sorry if this is a stupid/open ended question... This is a theorhetical question... I am a single freelance developer (not part of a team.) If I create an ASP.NET website that accesses a SQL Server db, when I later want to add a field, edit a table, add a table, etc... what is the ...more >>

ObjectDataSource Binding Before I Need it
Posted by Jason Wilson at 3/28/2008 2:17:15 PM
I have a gridview that is using an objectdatasource that is calling a BLL class that wraps a Typed dataset. The objectdatasource has parameters that tied to page controls (textboxes, dropdowns ect) I had always thought that the Objectdatasource wouldn't bind while the gridview's visible proper...more >>

Problem publishing an asp.net website
Posted by Jeff at 3/28/2008 2:15:58 PM
hey ..net 3.5 I've published my website to another machine I have here, win2k3 machine. When I try to navigate to the website in IE I get an error saying "Unrecognized attribute 'type'" and shows part of the website's web.config file. With the settings below in red color... The settin...more >>

FormView DropdownList - On Selection Change populate Text Box
Posted by Satish at 3/28/2008 1:44:01 PM
C#, ASP.NET Q: Have a formview, with a dropdownlist which is bound to a column. This dropdownlist has a datasource of DataSet type. Now my objective is, on Selection Changed of this DropdownList, I need to populate a couple of TextBox's. How can I do this? What event does the code go into? Th...more >>

page load after postback - how does it know?
Posted by oaksong at 3/28/2008 12:41:49 PM
Looking at the locals I have "ME" and "sender". I've just clicked on a dropdownlist and it's fired a post back. I'm in the page_load. I know that after the page_load is complete it will fire the click event handler for my dropdownlist, which indicates, since I've got several of these, that it kn...more >>

anyone good with java script-toggle text on input button
Posted by Paul at 3/28/2008 12:29:03 PM
Hi I need to toggle the text on an html input button in a .net web application. the name of the button is btn_hide and I do have an onclick function for it. <script language="javascript" type="text/javascript"> // <!CDATA[ function btn_hide_onclick() { } // ]]> </script> -- thank...more >>

Need to find which textbox has focus from a user control.
Posted by dougmcmurtry@gmail.com at 3/28/2008 12:23:03 PM
I have a web app that is going on a touch screen computer with no keyboard, so I have to allow them to enter numeric data into text fields through a UserControl that I built. All I need to find is which textbox control on the page has focus so I know where to put the input. Any ideas? Thanks all...more >>

Manipulate HTML string as DOM
Posted by Mike Gleason jr Couturier at 3/28/2008 12:18:13 PM
(.NET 2.0, C#, VS 2005) Hi, I have a string representing a web page file. I want to convert the string into an object to navigate through it's elements. I tried XmlDocument but I get a parsing error on the string... Thanks ...more >>

Get the Session from within a static method ?
Posted by Sagaert Johan at 3/28/2008 11:59:12 AM
Hi How do i get the session object from within a static method ? The system seems to call this method when binding to the objectdatasource. I have a dataobject class with the dataobject attributte set. [DataObjectMethod(DataObjectMethodType.Select, false)] public ICollection<CartOrderLine> ...more >>

Using System.Diagnostics.TraceSwitch in ASP.NET 2.0
Posted by Moe Sisko at 3/28/2008 11:14:39 AM
According to the documentation, instance members of the TraceSwitch class are not guaranteed to be thread safe. Consider the following code : == in class "A": public static TraceSwitch BlahSwitch = new TraceSwitch("blah", "blah"); in class "B" : private void DoSomethi...more >>

Multi-language site and physical hierarchy
Posted by Mike Gleason jr Couturier at 3/28/2008 10:37:14 AM
Hi, I'm a little bit familiar with site cultures and ressources with .NET 2.0. However, I'm wondering how this following scenario could be achieved: My site supports 2 cultures (fr, en). The site's physical structure is in english. But to be more search engine friendly, when the site is dis...more >>

how to launch new IE window so it will create separate ASP Session
Posted by Benny at 3/28/2008 9:57:00 AM
How do I create a new IE window (client script or ASP.NET server code) so that it will create a new ASP session with each new window? Thanks....more >>

Dynamic refresh of a UserControl
Posted by oaksong at 3/28/2008 9:50:30 AM
I have an embedded user control based on TreeView that I would like to refresh dynamically. The control is in a <div > that's hidden until a specific selection has been made. Unfortunately the control has already been populated by the time the user makes the selection, with all of it's info buri...more >>

Building asp.net apps for multiple customers
Posted by NH at 3/28/2008 4:27:01 AM
Hi, I am sure this has been discussed before but I can't find much on it. I am building a hosted asp.net 2.0 application that is going to be used by mulitple customers. Or course they should only be able to see their own data and there is a possibility that they may want to customise their ...more >>

Generating static HTML files from ASP.Net application
Posted by Ronald Raygun at 3/28/2008 3:16:46 AM
I have some pages designed in ASP.Net. I want to generate static HTML files from these pages, so that I can give them to a professional web designer (who does not use ASP.Net), to "clean up" the pages. MTIA...more >>

System Session Variable VS. Own-declared 'Session' Variable
Posted by chowchho at 3/28/2008 2:56:00 AM
I am new to ASP.NET and most of my time spending on windows application. In my Windows application, I used to create a class called MySession and and instantiate it at the first page and pass around from form to form. My quesitons are: 1) Does this concept same with the Session in ASP.NET?...more >>

Class of UserControl not found in Page
Posted by Mathias Fritsch at 3/28/2008 1:39:06 AM
I am using FindControl in my page and try to cast the control found to a specific control. ((Controls_Footer)this.Master.FindControl("Footer1")).OnPrintToPdf += new Controls_Footer.PrintToPdf(Footer1_OnPrintToPdf); This works but after a while doesnt compile anymore in Visual Studio. "Typ...more >>

is this possible?
Posted by Rob Eventine at 3/28/2008 1:12:08 AM
hello, i am trying to find a way to get this done... people register for a paysite then pay for their access through paypal, then i verify it and give them access to the members area.. how is this done and is paypal the best method? really big thanks in advance.. ...more >>


DevelopmentNow Blog