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 > march 2008 > threads for saturday march 22

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

Solution to: dropdownlist has a SelectedValue which is invalid because it does not exist in the list of items
Posted by ken_wilsonii@hotmail.com at 3/22/2008 8:10:06 PM
I ran into this problem it ended up being a combination of this that needed to be done. I believe this will work for a bound list to. The whole problem stems from the two-way binding which has caused me several other headaches. My example is derived from binding a DETAILSVIEW to a SQLDATASO...more >>

Does Anyone Use Web Parts?
Posted by Robert Cramer at 3/22/2008 6:13:31 PM
Just wondering if any of you [or anyone you know] actually implement portal sites using ASP.NET Web Parts, or use Web Parts outside of portal-style sites. I'm just now learning about Web Parts, and was wondering if this is a popular or frequently used capability. Thanks. ...more >>

attach javascript to web control
Posted by rodchar at 3/22/2008 4:29:01 PM
hey all, is it possible to wire up a javascript function to a web control thru javascript? thanks, rodchar...more >>

Forms authentication cookie handling question (C#)
Posted by musosdev at 3/22/2008 3:43:01 PM
Hi everyone, I'm creating some Forms authentication for a section of my website. The site is for musicians, and each band or musician has an "account". All i want to do is prevent them form accessing the account manager without logging in. I've got that working with the <location> element ...more >>

Programmatic HTTP Post returns Empty Form fields on ASPX Server Side
Posted by ERobishaw at 3/22/2008 2:35:46 PM
Using Winform app writing a HTTP Post using the following... on the server side, I get no form fields. Request.Form.AllKeys.Length = 0. If I put the field/value paris in the URL I can use Request["FieldName"] to retrieve the values, but POST doesn't work. There is NO Proxy... the only thin...more >>

How to prevent http but https
Posted by ad at 3/22/2008 12:34:22 PM
I have developed a web application with vs2005. I had install application in a windows 2003 with Secure Sockets Layer. For security, I want to all user use https://###.###.###/myap.aspx to open this application. How can I prevent user use http://###.###.###.###/myap.aspxt to open this a...more >>

Use Master Page functions in a Content Page?
Posted by DevNll2002@gmail.com at 3/22/2008 12:07:10 PM
Is there a way to call Master Page functions (i.e. classes or voids) from a Content Page? Similarly, is there a way to reference Master Page controls from a public Class--such as one that resides under the App_Code directory? Either way would accomplish my goal, which is to use one central ...more >>

Can I embedd FileUpload in a FormView?
Posted by bogdan at 3/22/2008 11:09:14 AM
Hi, I have a FormView where one of the items is a file name. All items come from a single data source. I'd like to have the file name also displayed in a FileUpload control on the same page. Ideally I'd like to have the FileUpload control embedded in a FormView so the file name appears o...more >>



DAL...should the methods be static?
Posted by H at 3/22/2008 5:18:30 AM
In my BusinessLogicLayer, there are many places where I call the DataAccessLayer. Is it better to have static methods in my DAL that are lock()'ed and called directly from my BLL (thus the CLR takes care of concurrency) or should I have public methods and create an instance of my DAL each tim...more >>

How can i make this script work using CDOSYS?
Posted by beyaz at 3/22/2008 4:50:00 AM
I have the follwing code and cannot receive e mails sent from my contact form. Please advise how can i make it work with CDOSYS. Thank you. <% form_from = "info@nnn.com" form_to = "info@nnn.com" form_cc = Request.Form("mail_cc") form_bcc = Request.Form("mail_bcc") form_subject = "Reality F...more >>

Two Forms in a Page
Posted by sravan_reddy001 at 3/22/2008 2:06:27 AM
i have a problem.. the webpage i'm designing has two sets of data to be received... Personal Info and Professional Info these two are place in separated panels and each textbox in both panels have the validator controls now when i enter details in panel one and click the submit button of ...more >>


DevelopmentNow Blog