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 >>
Don't see what you're looking for? Search DevelopmentNow.com.
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 >>
|