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 saturday may 8

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

Access A Problem?
Posted by Curt Emich at 5/8/2004 10:47:50 PM
I've tried every possible combination of commands to insert a new record into an Access table, and it just won't happen. Does anyone know if Access has problems working with .NET? Check out this link: http://www.dotnetextreme.com/code/BasicAdo.asp This is the simplest code sample I've se...more >>


Adding Properties to .aspx and .ascx files
Posted by Red at 5/8/2004 8:48:04 PM
I am considering adding some properties to my user conttrol and web forms how ever I am not sure if this will work. The web control I am using fill a data grid for a specific invoice. I would like to add a property to the web control so that I can use this invoice number in oth operations of the ...more >>

'System.Data.DataRowView' does not contain a property ......
Posted by etropic at 5/8/2004 8:16:04 PM
I am trying to bind two tables to two different list boxes Ther tables are working as I use them on another page wth no problems The code is as follows... private void Page_Load(object sender, System.EventArgs e oleDbDataAdapter2.Fill( dataSet1) oleDbDataAdapter4.Fill( dataSet1) listV...more >>

Intercept autorendered HTML
Posted by Ben de Vette at 5/8/2004 8:02:59 PM
Hi, When a user submits a form I want to return him/her a page, but at the same time I want to send him/her an exact copy of this page by mail. Is there a way to intercept the rendered HTML of a User Control befor it is included in the page where the User Control is used? Same question for ...more >>

How fill with gradient?
Posted by Woody Splawn at 5/8/2004 6:31:05 PM
I have a webform where I would like to have the background color for the webform be a gradient in blue. How do I do this? What is the easiest way? What is the way most used by other developers? Do you draw it with code or attach a .gif file as a background or what? Does one way or the other h...more >>

What are some ADO & ASP.NET best practices
Posted by Rashad Rivera at 5/8/2004 6:14:07 PM
What is the best practice for querying, inserting and deleting from a SQL 2000 database from high traffic ASP.NET web forms? Is it to have the SqlConnection & SqlCommand object initialized and stored globally in the Application object, or is it to dynamically create and destroy them with every ...more >>

Simple javascript for netscape 4x
Posted by moondaddy at 5/8/2004 4:35:09 PM
I need to get some simple scirpt to run in netscape 4x. I tested it in 4.73 and mozilla 1.0 which should be nescape 5.0. My problem is how do I reference a textbox and set its value. function testclick() does run as I can see the msgbox, but it fails to set a value into the texbox. Any good...more >>

so close..I think
Posted by Lerp at 5/8/2004 3:30:09 PM
Hi, I have this sub in which I am trying to get a client name from a second table based on a clientid value in my datalist. I am having problems grabbing the clientid value out of my datalist and putting it into my variable curClientID. How do you grab a value out of a datalist properly pl...more >>



ThreadAbort Exception on Response.Redirect()
Posted by EagleRed NO[at]SPAM HighFlyingBirds.com at 5/8/2004 3:06:03 PM
I am writing an ASP.NET application in which I am using the Response.Redirect() call. I noticed that I catch a ThreadAbort Exception after making the call. Indeed the documentation states that this occurs "Beware! The run time can throw exceptions on its own! For example, Response.Redirect() thr...more >>

Programmatically Applying Style Sheets....
Posted by soulcode at 5/8/2004 2:46:54 PM
Hi Guys, Does anyone know of an easy way of doing this... ****************** ASP.NET/VB.NET ********************* With MenuSystem.MenuHeaderStyle.Style .Add("font-family", "verdana") .Add("font-size", "70%") .Add("height", "15px") .A...more >>

syntax question
Posted by Lerp at 5/8/2004 1:12:53 PM
Hi, How would I reference the 4th column in a row within a dataset that is populating a datalist? I am trying to access this value on the itemdatabound event of the datalist so I can perform a query based on this value. Thx, Lerp ...more >>

custom menu on right click
Posted by starbuck at 5/8/2004 12:49:29 PM
Hi Is it possible to replace the standard floating menu with a custom one? Thanks in advance --- Outgoing mail is certified Virus Free, so am I. Checked by AVG anti-virus system (http://www.grisoft.com). Version: 6.0.677 / Virus Database: 439 - Release Date: 04/05/2004 ...more >>

Forms authentcation question
Posted by Stefano Mostarda at 5/8/2004 12:48:47 PM
Hi there, I have a question. I've implemented forms authentication in my application. now, the problem is: if the user leave his workstation while he's working and comes back after the session has expired, the system will ask him to relog as soon as he postback the page. Aafter the user ...more >>

Stopping automatic declaration in code behind class
Posted by Dhiman at 5/8/2004 12:18:14 PM
Here is the problem.=20 I have a parant class where I have declared couple of variables for = user control that I will be using in the web pages. (ParentPage.vb) This class is inherited by the code behind class. = (WebPage.aspx.vb : Inherits ParentPage.vb) In the aspx I have p...more >>

Callback to a web page
Posted by Marcus Olsson at 5/8/2004 8:56:02 AM
Hi I have need for the following functionality In the code behind we call a web service asynchrounus, THIS PART IS SOLVED Then we get a callback into our callback function in the code behind, then we want it to generate an event to the web page, so the web page refreshes Does anyone have tip...more >>

Web application or a web services
Posted by valsil NO[at]SPAM frisurf-dot-no.no-spam.invalid at 5/8/2004 4:59:50 AM
When I try to establish a new Web application or a web services application I get this message "Visual Studio .Net has detected that the specified Web server is not running ASP.Net version 1.1. You will be unable to run ASP.NET Web applications or services" I have updated ISS and C:\Inetpub\wwwr...more >>

machine.config in Web Setup Project
Posted by fredrik.celin NO[at]SPAM bilia.se at 5/8/2004 3:41:43 AM
Hello. Is there anybody who knows how I can change som information in the machine.config in a deployment project for a web application? Do I have to change replace the file with a new (and how do I do that in that case) or can you programmatically change som xml-"records"? Grateful for ...more >>

table in tablerow
Posted by Harry at 5/8/2004 12:57:22 AM
Dear All, I would like to know whether it is possible to add a table in tablerow? Dim Table1 As New Table. Dim Row1 As New TableRow Dim Table2 As New Table Row1.Cells.Add(Table2) <- wrong here Table1.Rows.Add(Row1) As i want to produce the follow HTML <table> <t...more >>

checkboxlist count
Posted by suzy at 5/8/2004 12:09:07 AM
i have generated a list of checkboxes (at runtime) using the checkboxlist control. i want to add an onclick event onto each checkbox so i can perform a count of how many items have been selected every time a checkbox is clicked. how can i do this? remember, the checkboxes are generated at...more >>


DevelopmentNow Blog