Hello,
I have forms authentication working when I run my site on my LAN, but any machine coming in via the internet cannot authenticate. I've tested with isauthenticated and found that these users always return false. I've tried from multiple machines that have cookies and sessions enabled...
Does anyone know of a way to prevent a user from manually typing the filename in the textbox portion of the fileupload control? Is there a way to disable only the textbox portion, but still allow the user to use the browse button?
Thanks.
It seems that there must be an easier way to add the selected values from the checkboxlist.
I thought it was strange that I needed to define an instance of a checkboxlist only to use the same one that is already on the formview. I also thought there may be an easier way to insert the...
I was able to loop through my checkboxlist in the iteminserted event using the following code:
Dim FormView As FormView = CType(FormView1, FormView)
Dim cblist As CheckBoxList = CType(FormView.Row.FindControl("checkboxlist1"), CheckBoxList)
Dim i
For i = 0 To...
Hello,
I am using a formview to insert data into two tables. When I click insert the first part of my form is bound so the records are inserted automatically and I have an autonumber field generating a primary key in MS Access. I can grab the new primary key field in the formview iteminserted...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.