Allow Client To Modify Text On Web Page?
Aug 27, 2010
I have been trying to find out how I can allow a user to modify/update a page/pages on a web site. I understand there has to be site security with authentication and authorisation but what is there as a user interface for them easily to update a page?
View 4 Replies
Similar Messages:
Oct 12, 2010
I have an input type, so a text box which has a browse button next to it. When it is clicked, the file that is selected has it's full path placed into the text box.
<input type="file" runat="server" id="txtFilename" style="width:400px" />
Where is the event! Now that I have the path to the file in the textbox of the input type, I want to load each line of this file into a textbox that is able to handle multiline text. I don't want the file to be uploaded to the website. I just want to contents of the file read and placed in a textbox all with one click on the browse button.
View 2 Replies
Mar 10, 2010
I have a website that i did some time ago now they request some new features and i did some changes in some javascript files, but when i publish the clients that use the IE have problems with cache so in they browser they have old version of javascript. How can i clear the client cache so when they visit website they use latest javascript files that i modify.
View 1 Replies
Apr 9, 2010
When Iuse FTB in a normal web form I am having no issues. However when I create a master page then a web form that uses that master page I get the following error when pulling text from the FTB control
A potentially dangerous Request.Form value was detected from the client (ctl00_ContentPlaceHolder1_FreeTextBox1="<b>My TEXT</b>")
I get this error only when it uses html tags and only when its in a form that uses a master page.
View 2 Replies
Feb 12, 2011
I have a C# web application (VS 2005).
I need to open an existing text file and add data to each row.
View 4 Replies
Mar 26, 2010
I am stumped on this one. I want to modify the text in a Hyperlinkfield of Gridview after the data is bound to it. I found similar code to this on msdn and I can't get it to work.
protected void GridView1_RowDataBound(object sender, GridViewRowEventArgs e)
{
e.Row.Cells[2].Text = e.Row.Cells[2].Text + "random text";
}
I also tried similar code in the Page_PreRender event with no luck. I have also tried calling DataBind() before this one line of code with no help. I always just get "random text" in the cell without the data from the DB.
View 1 Replies
Dec 8, 2010
I have a radiobuttonlist control in an AJAX tabpanel, which I would like not to postback whenever the selected item is changed. But I do want to modify the text in a textbox, that is within a separate updatepanel, to be the text of the new selected item.
View 2 Replies
Aug 24, 2010
perhaps i have found a bug in Visual Studio 2008 Team Edition.Every thing was going well.
I started to build my project, but for certain reasons i went to Built Tab and while the project wes in build process i clicked Cancel Button.Alas!! after that my class file has gone to non-editable mode.It is giving this error:
"cannot currently modify this text in the editor.It is read only ".I closed and again opened Project but no improvement.I went to Tool->Import Export Setting->reset all settings but no benefit.
View 2 Replies
Feb 25, 2011
Can I modify the properties of a content page control from an event fired from the master page?create a delegate and event on master page wire up the master page in the content page create the event handler (function) on the content page modify for example:
contents of the Text property of a textbox render a control visible (or hidden) etc...
View 4 Replies
Jan 5, 2010
I'm thinking there has to be an efficient and OO way to do this.
I have several textboxes on a data entry page. When I need to make a new entry, I have to clear the text field before making new entries and this has to be done for quite a number of textboxes and across several pages.
Is there a way to use the FindControl method to locate all textboxes on a page and clear their textfields probably using a loop of some sorts?
View 2 Replies
May 13, 2010
I want to access the raw HTML code that my ASP.NET System.Web.UI.Page is about to render.
How can i do that? Is there a property or method like System.Web.UI.Page.HTML or something like that.
I know I could loop through the Controls List of the page and get access to all the Literal Controls etc, but I was wondering if there's a direct property or method that can return me the raw html, which I can modify just before rendering the page.
View 2 Replies
Nov 17, 2010
When I create a new page in my ASP.NET application I have This code automatically generated:
<%@ Page MasterPageFile="~/Site.master" Language="C#" AutoEventWireup="true" CodeBehind="Rh_Acceuil.aspx.cs" Inherits="PAGODE.RESSHUM.Rh_Acceuil" %>
It's really usefull! But the inherits tag is made with project's directories (the file is in de RESSHUM directory) but I prefer to delete this part and have this:
...Inherits="PAGODE.Rh_Acceuil ...
But I have to do that manually each time..
So, is it possible to set an option with the aim of Visual Studio don't care about directories when he make this nameSpace?
View 2 Replies
Jul 3, 2010
I created a master page and have several aspx page using it. Now I want to change each of the background image of the page that is using the master page. I used dreamweaver to change its background image but I get an error :
Only Content controls are allowed directly in a content page that contains Content control
How could I modify the background image of each of the content page??
View 3 Replies
Mar 21, 2011
I want to show the current date and time in the Web Site but retrieved from a table in the data base. This table contain a preloaded .csv. I want to put something like: Date: datefromrow Time: timefromrow
However, I dont know how to connect it on here with the C# code.
[Code]....
[Code]....
I tried the page control, but it is not placing in the place I want...
View 1 Replies
Oct 5, 2010
I have couple of controls in the page. I need to modify these value in Page method. How can I do that?. When I modify those values in page method should reflect in page?
View 1 Replies
Sep 19, 2010
As in asp.net I can change or modify the design of my web page about it being online and that these changes are saved permanently afectondo the page source.
View 2 Replies
Feb 28, 2011
by looking at using the XmlDocument and creating elements and attributes and then inserting them into the document. Pretty soon this looked like a massive amount of work for all the elements I have to add.What are the repercussions of treating the config file as one big long text string and doing a replace at certain points to add my entries. Something like this...
private void InsertXMLElement()
{
StringBuilder webConfig = new StringBuilder();
// get the file into a stringbuilder for manipulation
using (var sr = new StreamReader("C:web.config"))
{
webConfig.Append(sr.ReadToEnd());
View 3 Replies
Jun 29, 2010
I want to get all html anchor tags on Page.Render event for adding/removing attributes
View 2 Replies
Nov 25, 2010
How can I modify the attached code to open the linked web page in a new window?
[Code]....
View 1 Replies
Nov 9, 2010
I have a project of ASP.NET which is a Customer satisfaction Survey, i need to to incorporate the option selected by customer with the a client side text file which i located at the client machine, read a text file on client or should i develop the survey application as window application.
View 7 Replies
Jan 3, 2011
Does anyone know a way to automatically copy an item (string) to the client's clipboard after a webpage button is pressed? (VB.NET)
View 1 Replies
Jan 13, 2011
how to make any text file on the client computer ?
can i get any C# asp.net sample code ?
View 2 Replies
Feb 25, 2011
I am currently designing a multi-tenant website where many clients will share the same code base but have their own "look-and-feel" to the site when the are logged in. This is nothing new, but I am looking for ideas on the best way to implement the solution using ASP.NET and MVC3 (which looks awesome).
The main thing I am looking at now is how to change the CSS style-sheet and text for the labels and static portions of the pages per client. So this would be something like localization where I would want to just have a string in the Razor template, like @FirstNameLabel and then at runtime it would grab the specific value setup for the logged in client for that variable.
I know I could implement this with a database, but I am just making sure there isn't some clever way to do this in .NET (I have been in the Java world for several years now). It seems like I could possibly use a variation of localization or globalization with ResourceManager, but I haven't found any examples that were not based on cultures, which I do not want/need at this time.
View 1 Replies
Mar 12, 2010
I have to read a client side ini file in Aspx page and use that data in server side processing. refer to a link or any sample if possible.
View 6 Replies
Jan 13, 2011
how to make any text file on the client computer ?can i get any C# asp.net sample code ?
View 4 Replies