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 > may 2004 > threads for sunday may 16

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

Looking for a better solution
Posted by Ing. Rajesh Kumar at 5/16/2004 10:53:47 PM
Hi Everybody I have a web application where i am reading data into a Dataset from a = *.xml file and binding it to a datagrid so i can edit it in the web = form.=20 The same Dataset i am entering into a Textbox so a JavaScript function = can read it every 30 seconds and check some status and po...more >>


duration
Posted by Aaron at 5/16/2004 9:31:36 PM
Is there a way to tell how long a user has stayed on a section of a web site? If the user has not open any new page in 5 min he's session on this section will be over. Let me know if i need to explain more. Thanks Aaron ...more >>

Dropdownlist - relations-asp.net-how to?
Posted by Ravi at 5/16/2004 9:16:02 PM
I am trying to represent master-detail records from a database The general logic will be populating the first dropdownlist with the master records and on change of the first dropdownlis getting the selectedindex and querying the database and populating the childrecords in the second dropdownlist ...more >>

Dropdownlist - relations - asp.net
Posted by Ravi at 5/16/2004 9:11:05 PM
I am trying to represent master-detail records from a database The general logic will be populating the first dropdownlist with the master records and on change of the first dropdownlis getting the selectedindex and querying the database and populating the childrecords in the second dropdownlist ...more >>

Questionnaire with DropDownList
Posted by matt NO[at]SPAM smashing-pumpkins.com at 5/16/2004 8:15:55 PM
Hi, I'm trying to implement an online questionnaire consisting of some multi-choice questions and some text questions. The multi-choice questions will be in a Dropdownlist, but each multi-choice question has a set of possible answers depending on it's QuestionType. eg. QuestionType "sex" will...more >>

radiobuttonlist: omit label when .DataBind()
Posted by hellrazor at 5/16/2004 7:54:31 PM
Hi there, I'm successfully streaming a list of items into a radiobuttonlist. I am using an ArrayList as a data source, which I have built from a table of values in a MySQL table. It's working great. My only issue is that it is printing the label along the rendering of the radio objects. How...more >>

Problem addressing my textboxes, what are in a repeater
Posted by Simon at 5/16/2004 7:48:09 PM
Hi all, I'm having a problem. I have a repeater that displays two textboxes per row. I wasn't sure how to address them but someone suggested that I use the Item.FindControl method to identify each textbox and just let asp.net name them automatically. I thought that would be fine. My curr...more >>

Dynamically added controls and postback
Posted by Matthew Smith at 5/16/2004 5:58:48 PM
I have a situation where I have to dynamically add controls at runtime. I am not sure how to deal with postback and retaining values in textboxes. I have seen examples where you have to include properties with the same name in the C# codebehind class. But this defeats the use of dynamic cont...more >>



refresh XML control after OnClick
Posted by matpn NO[at]SPAM yahoo.com at 5/16/2004 5:01:43 PM
I have this form that updates post.xml with the contents of TextBox after OnClick of Button. Post.xml is displayed using a XML server control. Is there a way to make it so after OnClick the XML server control displays the updated post.xml? This is the page. ..http://68.9.150.211:8000/Comment/...more >>

placeholder
Posted by martinthrelly NO[at]SPAM yahoo-dot-com.no-spam.invalid at 5/16/2004 4:59:35 PM
2 questions please. 1) if i make a placeholder invisible or remove it programmatically does that mean its contents wont get loaded. e.g. lets say i had a heavy datagrid within the placeholder which took a few seconds to load. if i made the placeholder invisible does that mean the grid would n...more >>

IIS
Posted by Reza Alirezaei at 5/16/2004 4:44:45 PM
http://localhost works if I put a html page called index.htm in wwwroot but it dosn't execute iisstart.asp or anyother asp page in it.I know there is a security permission with that but I don't know how to fix it. Any help would be appriciated. ...more >>

Help attaching validator controls to an undetermined number of contorls in a repeater
Posted by Simon at 5/16/2004 4:31:41 PM
Hi all, I have a repeater that is going to show a number of text boxes -two per row in fact. Does anyone know how I could go about ensuring that the user can't proceed without each and every textbox having something in it? I don't have any javascript skills so I'm hoping that I can use th...more >>

Post Back
Posted by Don at 5/16/2004 4:01:06 PM
I am trying to write my first ASP.net page and am having a little trouble, please help. I have a Page_Load sub that looks like this Private Sub Page_Load(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles MyBase.Loa If Page.IsPostBack The Response.Write("...more >>

max table columns in Repeater control
Posted by Brian W at 5/16/2004 2:45:15 PM
I have an array of strings: s[0] = "string 0"; s[1] = "string 1"; s[2] = "string 2"; s[3] = "string 3"; s[4] = "string 4"; s[5] = "string 5"; s[6] = "string 6"; s[7] = "string 7"; s[8] = "string 8"; s[9] = "string 9"; s[10] = "string 10"; and I want to display them in a table using a...more >>

Deployment Question
Posted by Wayne Wengert at 5/16/2004 12:45:38 PM
I have a VSNET 2003 "solution" that I deploy to a web server on the Internet. I use the Project/Copy Project to make a copy of the needed files on my local system and then FTP all of those to my Virtual Directory on the real server. I notice that several sub-directories are included and in one o...more >>

How can I raise Web Server Button control Click event twice? & JavaScript
Posted by ozcankanbur NO[at]SPAM yahoo.com at 5/16/2004 12:05:57 PM
I want to open a popup window when user click the web server button control When user click the button, only OnClik="OpenWindow(12)" is sent but no event happend no popup opened.After that, user click again popup window is open. So user must click twice! So I must raise event twice. How...more >>

.net table control
Posted by Rob Meade at 5/16/2004 10:46:04 AM
Hi all, I'm trying to add a table row, and cell to the row and also set the colour of the cell, I seem only able to do this with the pre-defined colours - I cant for example use #cc66cc ... tblHeader.Width.Percentage(100%) Dim Row As New TableRow Dim Cell As New TableCell Cell.Text = ...more >>

Browser Compatibility Issues
Posted by G2 at 5/16/2004 9:26:05 AM
Hi We are dealing with significant browser compatibility issues with Netscape 5.x+ browsers and Mac IE. I am sure most web developers have faced similar issues in the past. Can anyone give me their thoughts on how they were able to address these issues ? Are there any best practices published by MS...more >>

smtpclass error
Posted by Tayo at 5/16/2004 4:06:02 AM
I get this error message while trying to send mail using the system.web.mail.smtpmail class "cannot access the CDO.message object". Can someone help me out...more >>

Re: Strange Problem: ASP Files Randomly Removed while an ASP.NET application was changed
Posted by Phil Winstanley [Microsoft MVP ASP.NET] at 5/16/2004 2:35:25 AM
Sammy, I've never seen this! The only place that the ASP.NET application should be playing with files is here: - C:\WINNT\Microsoft.NET\Framework\v1.0.3705\Temporary ASP.NET Files\ Does the User account that the ASP.NET site is running under have Write access to anywhere else? It could...more >>

Re: DataTable vs DataSet ( and Caching )
Posted by Phil Winstanley [Microsoft MVP ASP.NET] at 5/16/2004 2:18:05 AM
John, I think what you're currently doing is absolutly right! I kind of covered this in a recent article: - http://aspalliance.com/433 It's actually harder to cache a DataSet than it is to Cache a DataTable. I don't think there are any benifits in terms of Resource Management either. ...more >>

Strange Problem: ASP Files Randomly Removed while an ASP.NET application was changed
Posted by samson_hui NO[at]SPAM hotmail.com at 5/16/2004 1:01:13 AM
Everyone, I have this very strange problem and we spent weeks to figure out what's going on. Let me outline the configuration of our system: 1. .NET Framework v. 1.0.3705 2. SQL 2000 SP 3 3. Windows 2000 Server SP4 Web Site Setup - wwwroot (still running an ASP application) ...more >>


DevelopmentNow Blog