Reflect Changes

I have an aspx page that contains an include section which calls an html
page for text to be displayed on the aspx page. I also have an upload page
that allows users to upload a simple html page with the same name everytime
and places it on the server. My problem is that the aspx page does not update
to reflect the changes made to the uploaded html page. However, if I log into
the server and open the aspx page that contains the code and hit save then it
updates and shows the changes. Can anyone help me correct this problem? I am
not for sure if there is code out there to update this automaticly or what I
can do.

View Replies


ADVERTISEMENT

Reflect Changes To Code Behind Page

I just inhereted a website. I made a change to a simple SQL string in a ..aspx.vb page. If I don't have Visual Studio, is there a way to "publish" the pages and show my changes?

View Replies View Related

Edit A Form - Retrieve Values From Db And Set Checkboxes To Reflect Value

I have a feedback form which user completes and data is submitted to db. I then want to allow user to edit this form so I retrieve values from db and populate the textboxes. This is working fine. My question is how do I set checkboxes and radio buttons to reflect these values?

It must be something like 'if value is ?? then check the box', but what is the correct syntax and is this code placed within the actual radio box/checkbox?

ie. Radio: <input type="radio" name="Gender" <%if strGender = "1" then value="Check Checkbox" %> />Male

Checkbox Mail <input type="checkbox" name="ReceiveInfoByMail" value="<%=strReceiveInfoByMail%>" />

View Replies View Related

Retrieve Date From Db And Use Selects To Reflect Day, Month, Year Seperately

I have a form which allows a user to select a 'commencement date' using separate day, month and year drop downs. The date is then submitted to db in DDMMYYYY format(as required).

I now need to allow user to edit this date if they need to. So, I retrieve the date from db as ie. 30101968. I now need to place the first 2 digits (30) into strDay, second 2 digits into strMonth and last 4 into strYears so that I can reflect these values in the their relevant drop downs.

Does anyone know how to 'grab' those specific values?

View Replies View Related







Copyrights 2005-15 www.BigResource.com, All rights reserved