Can't edit text in the 'Basic text Box' OR 'Rich Text Editor'
have, DNN 3.0.13 installed on Windows server 2003have tried sitting at the server and on a workstationI first tried to edit the text on the home page, the text editor shows up but it is empty/blank, I couldn't put my cursor in the text area and type anything.I have also tried to create a new page and try to edit a text area, same problem.....I have also tried to use the events module and tried to add an event, same problem...PS. preview in not on.Thanks in advance, Peter
What browser are you using?Are you using a custom skin?Icthus TechnologiesBuilding Faith on the Internet
Im havi...
What is the definition of Text for FF3's Save-As-Text?please spare a moment to visit:
http://who.is/whois_index/0-9/domain_list.0-9.0000.php
It shows:
Whois Domain Suggestions Web Search Whois Index IP Index FAQ
000000000000000000000000000000000000000000000000000000000000000.com
000000000000000000000000000000000000000000000000000000000000000.net
000000000000000000000000000000000000000000000000000000000000000.org
000000000000000000000000000000000000000000000000000000000000001.com
so on.
Now, give Ctrl-S (or File- Save Page As)
In the opening window, select "Save as type" to be Text files.
Give any name.ext ...
Setting Label's text attribute to the page title's text.
Is there a way to programmatically set a label's text attribute to the current page's title attribute? Such as (pseudo code): private void Page_Load(object sender, System.EventArgs e) { // Put user code to initialize the page here
lblPageTitle.Text = PageTitle.Text.Attribute();
}
lblPageTitle.Text = Page.Title();
Mike Banavige~~~~~~~~~~~~Need a site code sample in a different language? Try converting it with: http://converter.telerik.com/
Thank you for the reply, however, Page.Title is not available. Perhaps this is a asp.net 2.0 feature...
Make a text box's height expand to fit all text
I have a bunch of text from SQL Server that gets placed into aan ASP.NET text box. The text could be different each time and I was wondering if there was a way or a property to set that woill adjust the height of the text box dynamically to fit all of the text.
Any ideas?Thank you,
CODE BEHIND
public partial class _Default : System.Web.UI.Page { protected void Page_Load(object sender, EventArgs e) { } protected void TextBox1_Load(object sender, EventArgs e) {  ...
Label control's text doesn't appear to be set (in the page which has a user control )when trying to update the text property in the FormView's ItemUpdated event
Hi There,I have a user control which hosts a formview control, gridview control and a label control. The grid view is usedto show rows in the DB and when clicked to edit each row, a form view opens up in edit mode with that particular row info. So I have nothing in the item template.My first question is..is it mandatory to have smth in the itemtemplate of the form view.I have controls in edititemtemplate and insertitemtemplate.When a particular row is edited, I would like to show a status msg showing that the row has been updated.For this, I use the ItemUpdated event of the formview and try ...
How do I block a user from entering text in a text box if they type text in another text box?
I have two text boxes, and want the user to complete one or the other. How can I "grey out" one text box if a user starts typing in the other textbox? Never make important decisions on a Monday!
You can use the OnTextChanged event of the textboxes and write Javascript for both textboxes to disable the other textbox when the user starts to type in something in one textbox. The only problem with that is that once the user starts to type in something in one text box the other textbox gets disabled and locks up, so now the user HAS TO compulsarily type what he wants in th...
Can I change a treeview's text size depending on what my browser's text size is set to?
I'm using a treeview on a .net 2.0 page and all is working fine with it in Internet Explorer. However if I go to View --> Text Size --> Largest on my browser's menu, all the text on my page appears huge apart from the text in the treeview which remains the same size as it always was. Is there a way to fix this so that this text will also increase in size?
Many Thanks.
Make sure the font size is not set in the control. And use css to help moderate your pages look and feel.
HTH,Joe JohnstonIf a picture is worth a 1000 words, a sample application ...
Firefox Beta 3 Edit Text box shows HTML code instead of the TextName: Lara Hill
Product: Firefox Release Candidate
Summary: Firefox Beta 3 Edit Text box shows HTML code instead of the Text
Comments:
I was working on entering a post in an online discussion forum and the
edit text box had only the HTML code instead of the text translation.
Browser Details: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9b4) Gecko/2008030714 Firefox/3.0b4
...
Help! I cannot access the DataGrid's ItemTemplate's LinkButton's Text Atrribute 's Value!!!!!!!!!!!
I write a datagrid's ItemDataBound method as follows:
private void dgTable_ItemDataBound(object sender, System.Web.UI.WebControls.DataGridItemEventArgs e) { if(e.Item.ItemType == ListItemType.Item || e.Item.ItemType == ListItemType.AlternatingItem) { if(!isRole("Manager")) { LinkButton tmp = (LinkButton)e.Item.FindControl("lbPassed"); if(tmp.Text == "Passed") { ((LinkBu...
can't bind text to a text box with text mode password
Hi all,
I am using Visual studio 2003.What i am doing a user can edit his account for that reason i have web form with multiple text boxes. I take user information from the data base and bind that to related text boxes....like txtName , txtPhone but text mode for password text box is password. and when i bind data to password text box it remains empty while other boxes with text mode single line show data.
dim txtPassword as textbox
txtpassword.textmode=password
txtpassword.text=reader.getvalue(5)
y i don't see ne thing in text box while same code works ok when text mode is single lind
...
I like reverse text Black background // White text. But I can't seem to get firefox to do this.I like reverse text Black background white text. But I can't seem to
get firefox to do this. I can't get mozilla to do it.
Is there some way to make it work?
jerking@mgerkin.com wrote:
> I like reverse text Black background white text. But I can't seem to
> get firefox to do this. I can't get mozilla to do it.
>
> Is there some way to make it work?
Go to Edit->Preferences->Appearance->Colors. In the lower section
select "Use my chosen colors..."
--
jmm dash list at sohnen-moe dot com
(Remove DESPAMMZ for email)
...
superreview requested: [Bug 269318] TAB doesn't start from selection text after mouse click : [Attachment 166255] If element gets focused, move selection to focus if focus isn't already inside the sAaron Leventhal <aaronleventhal@moonset.net> has asked neil@parkwaycc.co.uk
<neil.parkwaycc.co.uk@myrealbox.com> for superreview:
Bug 269318: TAB doesn't start from selection text after mouse click
https://bugzilla.mozilla.org/show_bug.cgi?id=269318
Attachment 166255: If element gets focused, move selection to focus if focus
isn't already inside the selection. mLastFocusedWith is no longer needed for
making tab not move relative to selection after a mouse click
https://bugzilla.mozilla.org/attachment.cgi?id=166255&action=edit
...
Blinking text cursor keeps blinking even when keyboard focus isn't inside the text box.Name: john
Email: reviewbe_at_hotmail.com
Product: Firefox
Summary: Blinking text cursor keeps blinking even when keyboard focus isn't inside the text box.
Comments:
Blinking text cursor keeps blinking even when keyboard focus isn't
inside the text box. When I am in a web page, I would like to know if
keyboard focus is inside a text box or not. Otherwise, if I see the
blinking cursor inside the text box, I assume keyboard focus is inside
the text box. Then when I start typing, I notice that what I type
isn't being put into the text box, even though the bli...