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 2006 > threads for sunday march 12

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

HTML Frames.....
Posted by Nish at 3/12/2006 11:08:09 PM
Is HTML frame is an old technology? Will the modern web application are developed using the HTML frames? Does all the browsers support them? Thank you for your suggestion, Nish ...more >>


Adding Button Programmatically REDUX - STILL NONFUNCTIONAL
Posted by Neo Geshel at 3/12/2006 10:54:31 PM
Greetings. I am in a very big pickle. I am trying to add page content - as well as=20 a submit button - programatically to a web form that is supposed to=20 submit to DB and then refresh. That is, a user goes to the web page, which draws the current content=20 out of the db and inserts into...more >>

Name for serialized class
Posted by Karl at 3/12/2006 9:58:37 PM
Given: // A test object that needs to be serialized. [Serializable()] public class TestSimpleObject { What attribute should I use if I wanted to serialize the above as simply "SimpleObject"? I tried XmlRoot() and that didn't change the name of the class for me. TIA. ...more >>

.Net market penetration?
Posted by milener NO[at]SPAM browster.com at 3/12/2006 9:44:39 PM
THis may not be the right forum for market questions, I'm looking for an active set of .Net / C# folks to help us locate the right information I'm looking for the following, : - % of Windows clients that have .Net 1.1 or later installed as of March 2006. - What OS did .Net first appear in, p...more >>

How can I show 2 records beside each other?
Posted by William Buchanan at 3/12/2006 8:24:13 PM
Hi folks I want to show 2 records on a page side by side. Each record has an image which will be displayed and a bit of text. How can I do this? Thanks Will ...more >>

Problem when accessing SQL database in website
Posted by Jake Henderson at 3/12/2006 7:57:27 PM
I am developing apps in VWD Express and SQL Svr 2005 Express. I currently have a web server running Win2K3 SBS W/IIS V.6.0 & ASP.NET 2.0. I am currently using a test site that is only availible on my intranet. I have no problem accessing the site, but when a link is clicked or somthing happens...more >>

Crystal Reports In ASP.NET ( 2003 )
Posted by Terry Burns at 3/12/2006 7:47:15 PM
I have never had to user Crystal Reports in .NET but this is all about to change, does anyone have a URL which points to a good resource on how to set it up ? Cheers -- Terry Burns http://TrainingOn.net ...more >>

Data-Storage Suggestions
Posted by Jonathan Wood at 3/12/2006 5:45:05 PM
Hi, I'd like to build a .NET Website that has any number of documents that visitors can read. In addition to the documents, I may have one or two downloads associated with each document. I'm trying to figure out the best way of storing these files and documents (database vs. Web pages). ...more >>



Newbie - Passing Value From MasterPage to Search Page
Posted by Joao Batista at 3/12/2006 4:55:54 PM
Hi all, (Using asp.net 2.0 VB) I', newbie to this, my prolem is, i have my MasterPage with a search field(and common to all pages), how can i pass this value to my search page and then to the select statement of my sqldatasource.?? Thank's in advance, Joao Batista ...more >>

Smush some MP3's together on the server...
Posted by David Lozzi at 3/12/2006 4:33:46 PM
Howdy, I need to have my end users to upload a few MP3s (ripped from a multi-track CD) and then have ths server combine the multiple MP3s into a single MP3 for streaming and downloading. Is this possible? I'm guessing I need a 3rd party app? Anyone know of anything?? Thanks!! -- Dav...more >>

Using VS2005 over a server share
Posted by David Mason at 3/12/2006 4:20:28 PM
Hi. I am using vs2005 professional and have just built a website on my local machine. I have just copied it to another computer on the network where I store all my projects but now I can't open it. When I do, I get the following error/warning in VS2005 and I can't compile it: Error 1 ...more >>

Use forms authentication to protect non-aspx files?
Posted by Ronald S. Cook at 3/12/2006 2:43:53 PM
In my ASP.NET 2.0 Web app, I want to make some files inaccessible to unauthenticated users. Using Forms Authentication, this works fine for ..aspx pages, but not for regular old .htm pages. How do I protect these? Thanks, Ron ...more >>

sort dataview by column index
Posted by wapsiii at 3/12/2006 1:58:30 PM
is it possible to sort a dataview by a column index? Instead of this: dv.Sort = "Id"; I'd like to do this: dv.Sort = 0; // where 0 is column index /M...more >>

app starting method
Posted by David Thielen at 3/12/2006 12:30:27 PM
Hi; Is there a way to have a method called when my ASP (2.0) app is first loaded, before any pages are loaded? -- thanks - dave david_at_windward_dot_net http://www.windwardreports.com ...more >>

Dropdownlist value is same as text after postback and in HTML (2.0
Posted by Geoffrey van den Ouden at 3/12/2006 12:19:27 PM
I'm converting this project from ASP.NET 1.1 to 2.0, and the thing I came across is that my dropdownlist no returns the content of the Value property in a correct way. I'm not using a direct Database connection or anything, most of my dropdownlists are filled with values from static singletons...more >>

MailMessage Problem
Posted by Wayne Wengert at 3/12/2006 7:45:30 AM
Using the code below, I am trying to send an email from an ASP.NET 2.0 page but I get the error " The specified string is not in the form required for an e-mail address." when the "Dim Mailmsg..." line is executed. Since I haven't defined the from/to yet, I don't understand what it wants? Any ...more >>

maxlenght of a usercontrol
Posted by Giuseppe Dini at 3/12/2006 12:00:00 AM
if I set the parameter maxlenght of a usercontrol, am I assured that all the browsers will accept such a limitation or is this just an IE feature? -- Giuseppe ...more >>


DevelopmentNow Blog