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 saturday july 17

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

how to change the URL that a Web app is published to in VS .Net
Posted by bennett NO[at]SPAM peacefire.org at 7/17/2004 11:48:33 PM
When you create a C# Web Application project, you have to specify at project creation time the URL you want to publish the project to. Is there any way in the IDE to change the server that the project is published to at build time? You can go into Project properties -> Common Properties -> We...more >>


allow client update office documents on iis
Posted by Yaron Lapidot at 7/17/2004 10:23:14 PM
Hi is there a way to let users update office documents on the iis ? Yaron ...more >>

Getting data to a user control?
Posted by news.microsoft.com at 7/17/2004 7:04:04 PM
Hi, Files related: 1. Search.aspx <- contains a <mycontrol:simplepaging runat=server> 2. Search.aspx.cs <- codebehind 3. SimplePaging.cs How do I send data from the codebehind into the user control and visa versa? Thanks a lot for any reply. Anders ...more >>

Timing
Posted by Nick at 7/17/2004 6:15:59 PM
I have a client who is building an internal questionaire for their employees. However the twist is that they wish to time the user *accurately* in how long they actually take to do the test. I have been further instructed to make the timing solution hidden as much as possible - so it cannot be...more >>

Running ASPX file on a web site
Posted by Mohammed Dwaikat at 7/17/2004 5:13:25 PM
Hi All I have a code that creates PieChart depending on the data from an Access database, This file is Piechart.aspx. I saved it and run it using IIS, everything is OK on my computer. BUT when I upload it to an internet site, And open the link to it, It prompts me to save the file, not execute...more >>

installing .net certificate in IIS
Posted by dinoo at 7/17/2004 3:27:02 PM
Can any body help me out? I know how to enable SSL by making a request certificate (to verisign) and then installing it. In .Net we have makecert.exe which can be used to generate test certificates for development use. Can some one explain me the procedure to install this certificate in IIS. ...more >>

Access to the path...
Posted by Brian Rupert at 7/17/2004 2:30:02 PM
I'm trying to place some asp.net files on my existing web server. The files are an .aspx, .ascx, and a .xml. However, when I try to access the .aspx file from a browser, I get the following response: Access to the path "C:\WINDOWS\Microsoft.NET\Framework\v1.1.4322\Temporary ASP.NET Files\xmln...more >>

HtmlEncode and NText
Posted by Frank Thomas at 7/17/2004 11:33:33 AM
I'm writing a utility that will read HTML pages and snippets and store them in a database. I plan to HtmlEncode the text prior to writing it to the database. My question has to do with pages and snippets that have non standard characters (like found in non English languages)... What effect will ...more >>



Architecture Evaluation
Posted by dinoo at 7/17/2004 11:09:02 AM
May be the this is not the right group to post this. But this is the only group which helps me to receive instant and valuable replies. This is the reason I am posting this here. Excuse me for this. We have decided a design, I would suggest if some onw help me to evaluate. We have a windows...more >>

The XHTML Factor
Posted by Frank Thomas at 7/17/2004 9:30:45 AM
So, where are we (as an industry) with regards to XHTML? I've been going through a book published in 2002 that promotes the idea that we should all be looking to create new projects as compliant with XHTML (at least using the transitional DTD). Is the XHTML standard something developers at large ...more >>

Postback handling
Posted by Mike at 7/17/2004 8:58:24 AM
Hi, I have a button on my form that does save some stuff in a database. I = would like to set some information before saving in the DB. Is it = possible to have an event that fires before the postback? Thanks Mike...more >>

how to keep position of scrollbar
Posted by Green at 7/17/2004 8:57:38 AM
hi, I had a listbox web control, i want to keep the scrollbar position after postback. Is any way to do that? Thanks very much....more >>

WebRequest
Posted by LOLO at 7/17/2004 8:27:02 AM
I want to save in a file the HTML code generated by a WebRequest to an aspx page. When a connect to a external site, i can obtain the html code generated by server. But when i connect to a page of my application, the server responds "(401) Non autorisé. " the is: WebRequest request=WebRequ...more >>

How to run asp page in max.mode
Posted by Raghu Raman at 7/17/2004 8:23:59 AM
Hi, I 've designed a asp.net page an i run it it runs in normal mode .I feel un easy to click the max. button every time .Can any body tell me how to change to maximized mode by default when runs on the IE. wITH THANKS RAGHU *** Sent via Developersdex http://www.developersdex.com **...more >>

Image's ID
Posted by Mike at 7/17/2004 7:57:51 AM
Hi, I set the ID of an Image in code behind (see below), but I cannot see it = in the HTML page. Any idea why? Is there a workaround? System.Web.UI.WebControls.Image img =3D new = System.Web.UI.WebControls.Image(); img.ID =3D Convert.ToString(i.UniqueID); ........ ce...more >>

ListBox and Postback
Posted by Mike at 7/17/2004 6:41:13 AM
Hello, In my page, there are a few listboxes. Whenever the user changes an item = a postback occurs, thus the page is refreshed. This is not very = user-friendly. I would like to know if there is a way to avoid this = postbacks and retrieve the "SelectedItem" or "SelectedValue" when the = p...more >>

ListBox
Posted by Mike at 7/17/2004 6:16:44 AM
Hello, In my page, there are a few listboxes. Whenever the user changes an item = a postback occurs, thus the page is refreshed. This is not very = user-friendly. I would like to know if there is a way to avoid this = postbacks and retrieve the "SelectedItem" or "SelectedValue" when the = p...more >>

Re: Uploading files via a virtual directory
Posted by Sam Collett at 7/17/2004 5:45:00 AM
How about trying: C# string path = Server.MapPath("/AppName/Uploads/"); VB Dim path As String = Server.MapPath("/AppName/Uploads/") ...more >>

NavigateUrl and Javscript
Posted by Mike at 7/17/2004 5:41:00 AM
Hi, I am using the following script to open a popup window to display a = calendar: "javascript:frm=3Dwindow.open('GrntCalendar.aspx?itemName=3Dgrd1__ctl3_tx= tOriginalDate&selectedDate=3D7/17/2004','Calendar','width=3D340px,height=3D= 305px,left=3D'+((screen.width - 340) / 2)+',top=3D'+ ...more >>

Radiobuttonlist - can I have all radio buttons de-selected?
Posted by dotnw NO[at]SPAM hotmail.com at 7/17/2004 3:12:37 AM
Is it possible to have a radiobuttonlist control appear on a webform without any radio buttons checked to begin with? I would really like to make sure that the user specifically chooses a radio button choice, rather than just accept the default value, which is the first radio button in the lis...more >>


DevelopmentNow Blog