473,320 Members | 2,193 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,320 software developers and data experts.

Panel Question

Hi,
In an aspx page I have used Panel. And for that panel I have added some
attribute so that user can input some text. Code is given here

editpn.Attributes["contenteditable"]="true";
editpn.Style.Add("overflow" , "auto");
editpn.Style.Add("background-color","window");
editpn.Style.Add("font-family","Arial");

My problem is that how do I get a internal text entered by user at server
side.

Editpn is a panel.

Regards,
Kishor.
Nov 19 '05 #1
1 1002
On submit you'll need to copy the text to a hidden input (via javascript)
and use Request.Form

Karl

--
MY ASP.Net tutorials
http://www.openmymind.net/ - New and Improved (yes, the popup is annoying)
http://www.openmymind.net/faq.aspx - unofficial newsgroup FAQ (more to
come!)
"kishor" <ki****@discussions.microsoft.com> wrote in message
news:23**********************************@microsof t.com...
Hi,
In an aspx page I have used Panel. And for that panel I have added some
attribute so that user can input some text. Code is given here

editpn.Attributes["contenteditable"]="true";
editpn.Style.Add("overflow" , "auto");
editpn.Style.Add("background-color","window");
editpn.Style.Add("font-family","Arial");

My problem is that how do I get a internal text entered by user at server
side.

Editpn is a panel.

Regards,
Kishor.

Nov 19 '05 #2

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

3
by: Dayne | last post by:
Why a panel on another panel (Win. Forms) doesn't display immediately, yet it will once u minimize then reopen the form? I have notice this. I have one panel ( color blue) on top of another panel...
2
by: Lokhan Wong | last post by:
My question is whether it's possible to change the properties of a panel, that resides on the webform containing the usercontrol, in the usercontrol itself. Like this: <form> <asp:panel...
3
by: Harry | last post by:
Hi, Can anyone help. I have a asp.net page (c#), with two panels, both of which have asp:textboxes on. When I press the first button, the second panel shows fine. When I press the button in...
1
by: VB Programmer | last post by:
I have 2 flash menus. I put each of them into a panel (1 in each panel (2 panels total)). One flash menu is 200kb, one is only 50kb. (ie Menu for high speed or slow speed connections.) In...
9
by: Bill Long | last post by:
I have a control that simply displays a list of links. Following one of the links doesn't post back or redirect to another page, it simply hides the current panel and shows the one you selected......
1
by: Larry | last post by:
Dear friends, I am a novice vb.net user and I am seeking some experts advice. I placed a panel control onto a form, set the autoscroll property (of the panel control) to true. Let's say The...
4
by: tshad | last post by:
I am trying to hide and show certain parts of my code (which I have no problem doing with DW). In VS 2003, it won't let you use <div runat="server"to section of parts of my code in a table. This...
9
by: she_prog | last post by:
Dear All, I need to save the content of a panel to a bitmap. The panel can have many child controls which also need to be saved. The problem would be solved if I could have the panel saved to a...
4
by: =?Utf-8?B?R2lkaQ==?= | last post by:
Hi, I've windows form, in this form i've a panel. I want to draw lines inside the panel using the panel coordinates( meaing that the left upper corner of the panel is 0,0), how can i do it? ...
1
Elias Alhanatis
by: Elias Alhanatis | last post by:
Dear friends, First of all , i wish a Happy New Year to all of you!!!! I have been learning Python and the Tkinter GUI package for the last 6 months , and now i am trying to rewrite a program...
0
by: DolphinDB | last post by:
Tired of spending countless mintues downsampling your data? Look no further! In this article, you’ll learn how to efficiently downsample 6.48 billion high-frequency records to 61 million...
0
by: ryjfgjl | last post by:
ExcelToDatabase: batch import excel into database automatically...
0
isladogs
by: isladogs | last post by:
The next Access Europe meeting will be on Wednesday 6 Mar 2024 starting at 18:00 UK time (6PM UTC) and finishing at about 19:15 (7.15PM). In this month's session, we are pleased to welcome back...
0
by: Vimpel783 | last post by:
Hello! Guys, I found this code on the Internet, but I need to modify it a little. It works well, the problem is this: Data is sent from only one cell, in this case B5, but it is necessary that data...
0
by: jfyes | last post by:
As a hardware engineer, after seeing that CEIWEI recently released a new tool for Modbus RTU Over TCP/UDP filtering and monitoring, I actively went to its official website to take a look. It turned...
0
by: ArrayDB | last post by:
The error message I've encountered is; ERROR:root:Error generating model response: exception: access violation writing 0x0000000000005140, which seems to be indicative of an access violation...
0
by: Defcon1945 | last post by:
I'm trying to learn Python using Pycharm but import shutil doesn't work
1
by: Shællîpôpï 09 | last post by:
If u are using a keypad phone, how do u turn on JavaScript, to access features like WhatsApp, Facebook, Instagram....
0
by: af34tf | last post by:
Hi Guys, I have a domain whose name is BytesLimited.com, and I want to sell it. Does anyone know about platforms that allow me to list my domain in auction for free. Thank you

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.