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 > july 2004 > threads for sunday july 11

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

VSS tutorial with asp.net
Posted by Brian Henry at 7/11/2004 11:35:37 PM
is there any tutorials or information on setting up Visual Safe Source for asp.net out there? ive never worked with VSS before but have some revision control experience with other apps (not great ones) so im looking for some info on how to set it up and get started with it.. thanks! ...more >>

Are my pages getting cached or something? Help very much appreciated!
Posted by Simon at 7/11/2004 10:53:15 PM
Hi everyone, I'm using a repeater on a page of mine to display a list of hospitals pending authorisation to take part in a trial. When the user clicks a button it takes him/her to another page that allows them to authorise the hospital. Now, when the user goes back to the previous page (by fo...more >>

Placeholder and UserControl
Posted by Ben de Vette at 7/11/2004 10:35:49 PM
Hi, I like to load a UserControl onto a placeholder with some more control then just doing protected System.Web.UI.WebControls.PlaceHolder placeHolder; UserControl ascx = (UserControl)Page.LoadControl("myUserControl.ascx"); placeHolder.Controls.Add(ascx); More something like U...more >>

url rewriting
Posted by bric at 7/11/2004 10:09:30 PM
I was following this article: http://www.wwwcoder.com/main/parentid/271/site/2014/68/default.aspx and I know have a working url rewriter. But it's messy and I have a worry. My URL is http://localhost/artist_page/id/189/artistid/67/ and it rewrites to http://localhost/artist.aspx?id=189...more >>

ASP.NET Editable DataGrid
Posted by Mike at 7/11/2004 9:19:23 PM
Hi, I need to code an editable DataGrid without any fancy stuff. I am new to = ASP.NET and I was wondering whether there are some resources that allow = to build this editable grid in a very short period of time. I need to = deliver this code tomorrow morning to my boss! Thanks a lot Mik...more >>

e…
Posted by Asha at 7/11/2004 8:50:01 PM
Greetings, I need to redirect my user back to where they came from, but I cant use history.back cause for some particular reason. What is the function in asp.net to allow me to archive this? ...more >>

a web form problem! (urgent)
Posted by crawlerxp at 7/11/2004 8:40:39 PM
Does anyone know what is the problem here: I have installed IIS and asp.net 1.1 on windows XP SP1. asp.net 1.1 is a production not development version I downloaded from ms site. Welll this is the problem: I have copied files from my localhost to the server and tried to access the form. W...more >>

How to detect when a dynamically added control is clicked
Posted by who be dat? at 7/11/2004 7:41:04 PM
I need some help here. I'm creating a list on a page where the list is created from a dataset with two tables linked with a datarelation. The first table is a list of groups while the second table is a list of items in that group. I want to show these items in what would basically look a lot ...more >>



create PDF file in ASP.NET
Posted by ThanhThanh at 7/11/2004 7:05:02 PM
Hello all, I would like to create a PDF file from my asp.net application. How can I do this? Do I need to buy a third party control ? I did a search on Crystal Report and found that it can export to PDF file. I subscribed to MSDN. Do I need to buy Crystal Report ? How can I use it in ASP...more >>

Page_load when I click on a button ?!
Posted by Christian Ista at 7/11/2004 6:25:31 PM
Hello, On a page I have a button, I treat the event click of this button. Is it normal before I treat the method myButton_click I pass throught the Page_load event ? That's mean what, when I start the page ... Page_load .. normal when I click on the button Page_load again anf after myButton...more >>

UserInteractive Mode
Posted by amy_hankins NO[at]SPAM swn-dot-com.no-spam.invalid at 7/11/2004 6:03:24 PM
Hello, I'm trying to check for changes made to a textbox before exiting a page. If there are changes made, I'm using a messagebox to ask if the user is sure they want to discard changes made in order to go to the other page. My problem is that if I try to capture a response, I get this erro...more >>

Why do I get an error when I enable my proxy?
Posted by hey_mr_art NO[at]SPAM lycos-dot-com.no-spam.invalid at 7/11/2004 6:03:24 PM
Good day, I created an ASP project and it worked fine. When I specified a proxy and opened my ASP project, an error occurs: Unable to get the project file from the Web Server .... The two need to map to the same server location. HTTP Error 503: Service Unavailable. Does my proxy r...more >>

OnMouseOver for a DataGrid control
Posted by Avi Shilon at 7/11/2004 5:21:02 PM
Hi, I want to create a client-side script that highlights a row of a datagrid control when the mouse cursor is over that row (i.e. chage the color of the row to something else than the current color), but apparently the datagrid doesn't have an OnMouseOver event. It works with regular ht...more >>

RegularExpressionValidator syntax
Posted by Hoang Duc Chau at 7/11/2004 5:03:57 PM
Hi all, In my aspnet form, i design a textbox are only accept 0; 5; or 10 value. i place a RegularExpressionValidator control to validate it, but it not run. Any one please show me that ValidationExpesstion? thank for your help! ...more >>

HTPPModule and GAC problems???
Posted by RUSSELL MCGINNIS at 7/11/2004 4:57:03 PM
I have written an assembly that houses a class implementing the IHTTPModule class and have strongly named it and added it to the GAC. I then reference the assembly in my web apps web.config and get the "assembly or one of its dependancies not found" error. The trace then shows that it tried to fi...more >>

Pre-compile?
Posted by Fred at 7/11/2004 2:14:14 PM
What are some strategies for pre-compiling. I don't want to manually open each page after making modifications and placing them into production, and don't want my users to deal with the performance hit if they are the first to visit a modified page. Thanks! ...more >>

Server Application Unavailable - following install of new SQL Server instance
Posted by Simon Devlin at 7/11/2004 1:33:11 PM
Hi everyone. I have an install of ISS5 in conjunction with .net and running SQL Server 2000 (on the same machine). It's not a Domain (primary or backup) Controller and the account that was used to run ASP.NET is the usual local_machine\ASPNET account. All was working fine - no problems at ...more >>

Client-Side TextBox Population From DDL
Posted by Fred at 7/11/2004 11:33:44 AM
On an aspx page I have a textbox and a drop-down list. When the user selects an item in the drop-down list, I want the text of that item to appear in the textbox. How can I accomplish this client-side? ...more >>

DA Confusion
Posted by G. Dean Blake at 7/11/2004 11:29:36 AM
vs.net becomes very confused with its commandx numbering when design time data adapters are deleted and then more are readded. It's becoming time consuming manually fixing them. Is there a fix out for this or a recommended circumvention? (Attention machine language programmers: please avoid ...more >>

Control needs roundtrip to "reaffirm" eventhandler?
Posted by mawi at 7/11/2004 10:26:50 AM
Hi there, When removing page children controls created dynamically not in last-to-first order, the close button of the last control looses its event wiring, even though the handler is rewired on each postback. It needs one postback roundtrip to "get it back". Form has an "add panel" button...more >>

Several question : postback, focus
Posted by Christian Ista at 7/11/2004 10:21:15 AM
Hello, I have 2 questions : 1. On an ASP.NET page I have several controls (5 TextBox, 1 Dropdown and 1 button) Only the dropdown is AutoPostBack = true, the TextBox are SingleLine When I execute the page, I fill in the textbox, I change the dropdown selection, the page is reloaded no pro...more >>

collecting html control IDs on a form
Posted by David at 7/11/2004 7:45:53 AM
Sorry about the previous question. The thing I am really trying to do is collecting HTML id's on a given form. As you may know, ASP.NET control ids do not necessarily match html control names when the HTML page is output. For example, if a textbox is contained in a user control, the user con...more >>

ASP.NET Forms Authentication Problem(s)...
Posted by Mr.KisS at 7/11/2004 7:42:09 AM
Hi, I'm working with ASP.NET 2 (VWD). I have a Login page and a folder to protect. I have a Database which contains usernames & passwords. The problem is that when i go to the protected folder it automatically redirects me to the LOgin page with the rfeer url. And when i login with false inf...more >>

VS 2005 and web controls
Posted by Mark Goldin at 7/11/2004 7:32:17 AM
I have looked into VS 2005 IDE and did not see the web toolbar control while treeview was there. Will new VS 2005 offer any kind of toolbar control? ...more >>

easier way to collect controls on a page?
Posted by David at 7/11/2004 7:05:36 AM
My goal is to collect all the textboxes on a given page in code (or all checkboxes). The only way that I know how is traversing through the hierarchy and collect them Page |__Controls |____HtmlForm |__text boxes found here The trouble is controls...more >>

Help needed in Web service
Posted by Raghu Raman at 7/11/2004 7:03:16 AM
Hi, I have made a webservice which has a class file in it. The web service gets the dataset from the class and it is coded to just return the dataset to the web page.It was working nice when i run it in the webservice itself. * The web service accepts the i/p parameters as below ---------...more >>

persistant datalayer across http requests?
Posted by wtumaxi NO[at]SPAM forum.dk at 7/11/2004 5:46:00 AM
I was just wondering how keep my datamodel in the middle tier in memory across multiple http request from the client when using asp.net/c#? It has to persist per user. What is the best way to do this?...more >>


DevelopmentNow Blog