473,796 Members | 2,635 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

How to drag a contol into a table cell

I have a table on my page with rows and cells.

I try to drag a table from the toolbox into one of the cells but the drag
symbol shows it is not allowed (and the table does not drop)

Can I inset a table into a cell?

If so how.

My problem does not really relate only to the table since I can't drag any
control into the cell.

Thanks for any help
Jun 24 '07 #1
8 2677
On Jun 24, 7:20 pm, " active" <activeNOS... @a-znet.comwrote:
I have a table on my page with rows and cells.

I try to drag a table from the toolbox into one of the cells but the drag
symbol shows it is not allowed (and the table does not drop)

Can I inset a table into a cell?

If so how.

My problem does not really relate only to the table since I can't drag any
control into the cell.

Thanks for any help
Hi...

Did you tried added controls in html view....
Please switch to html view from design view....
Now try drag and drop the elements in the table cell...
suppose to create the html markup for the control

Thanks
Masudur
http://munnacs.110mb.com

Jun 24 '07 #2
>
Hi...

Did you tried added controls in html view....
Please switch to html view from design view....
Now try drag and drop the elements in the table cell...
suppose to create the html markup for the control

Thanks
Masudur

Thanks, that worked (I added a row/cell with text so it would show) but when
I switch to Design view and check the properties the new table (Table2) does
not show there. I need to add rows and cells there.

Any suggestions?

Thanks again.
Jun 24 '07 #3
On Jun 24, 11:29 pm, " active" <activeNOS... @a-znet.comwrote:
Hi...
Did you tried added controls in html view....
Please switch to html view from design view....
Now try drag and drop the elements in the table cell...
suppose to create the html markup for the control
Thanks
Masudur

Thanks, that worked (I added a row/cell with text so it would show) but when
I switch to Design view and check the properties the new table (Table2) does
not show there. I need to add rows and cells there.

Any suggestions?

Thanks again.
hi again...
well just select the table ...
and press f4... property window will popup... :)
select row collection
add as many row as you need...
for each row ... also add some cell collection form the row collection
window...
and in the html view then drag and drop stuff in cells

hope that helps

Thanks
Masudur
http://munnacs.110mb.com

Jun 24 '07 #4
>
hi again...
well just select the table ...
single click the word "Table" and asp:Table bolds
Press F4 the bold goes away but no property window pops up.

Double click "Table" and it becomes white text on blue background
Press F4 and Properties pane title bar becomes white text on blue
but the pane is empty - no properties show.

Can't seem to get to Properties!

Thanks

and press f4... property window will popup... :)
select row collection
add as many row as you need...
for each row ... also add some cell collection form the row collection
window...
and in the html view then drag and drop stuff in cells

hope that helps

Thanks
Masudur
http://munnacs.110mb.com

Jun 24 '07 #5
On Jun 25, 12:37 am, " active" <activeNOS... @a-znet.comwrote:
hi again...
well just select the table ...

single click the word "Table" and asp:Table bolds
Press F4 the bold goes away but no property window pops up.

Double click "Table" and it becomes white text on blue background
Press F4 and Properties pane title bar becomes white text on blue
but the pane is empty - no properties show.

Can't seem to get to Properties!

Thanks
and press f4... property window will popup... :)
select row collection
add as many row as you need...
for each row ... also add some cell collection form the row collection
window...
and in the html view then drag and drop stuff in cells
hope that helps
Thanks
Masudur
http://munnacs.110mb.com
Hey
I assume you are doing in design mode....
do it in design mode...
select the table...
and then use property window...

thanks
masudur
http://munnacs.110mb.om

Jun 25 '07 #6
Thanks for sticking with me.

Here what happened:

In Design mode I couldn't drag a table from the toolbox to a cell in an
existing table.

So you showed me how to do it in Source mode.

I did that and added some cells.

Switched to source mode and can see the cell contents.

But the table (Table2) does not show in the Properties dropdown box nor can
I select it.
Thanks again
Are there two tables - HTML and ASP?
If so how can I tell which I included?


"Masudur" <mu*****@gmail. comwrote in message
news:11******** *************@c 77g2000hse.goog legroups.com...
On Jun 25, 12:37 am, " active" <activeNOS... @a-znet.comwrote:
hi again...
well just select the table ...

single click the word "Table" and asp:Table bolds
Press F4 the bold goes away but no property window pops up.

Double click "Table" and it becomes white text on blue background
Press F4 and Properties pane title bar becomes white text on blue
but the pane is empty - no properties show.

Can't seem to get to Properties!

Thanks
and press f4... property window will popup... :)
select row collection
add as many row as you need...
for each row ... also add some cell collection form the row collection
window...
and in the html view then drag and drop stuff in cells
hope that helps
Thanks
Masudur
http://munnacs.110mb.com

Hey
I assume you are doing in design mode....
do it in design mode...
select the table...
and then use property window...

thanks
masudur
http://munnacs.110mb.om

Jun 25 '07 #7


" active" <ac********** @a-znet.comwrote in message
news:Oa******** ******@TK2MSFTN GP03.phx.gbl...
You're right I was using the "Web Forms" control.
Assumed that was the newer/better way to go.
Are there two set of people:
1)Those that like and use the HTML controls
2)Those that like and use the Web forms controls

or typically does one use which ever fits the occasion?

Thanks fore the info

Whichever fits the occasion...

You would use the Web Forms Table control when you need to add rows/cells
dynamically at run time and the HTML Table control when you need to
manipulate child controls, rows, columns, cells at design time. You can
also manipulate everything in the html table at runtime by setting the runat
attribute on the table and/or children of the table and give them an ID
value.

HTH,
Mythran
Jun 26 '07 #8
Thanks

"Mythran" <ki********@hot mail.comwrote in message
news:OU******** ******@TK2MSFTN GP04.phx.gbl...
>

" active" <ac********** @a-znet.comwrote in message
news:Oa******** ******@TK2MSFTN GP03.phx.gbl...
>You're right I was using the "Web Forms" control.
Assumed that was the newer/better way to go.
Are there two set of people:
1)Those that like and use the HTML controls
2)Those that like and use the Web forms controls

or typically does one use which ever fits the occasion?

Thanks fore the info


Whichever fits the occasion...

You would use the Web Forms Table control when you need to add rows/cells
dynamically at run time and the HTML Table control when you need to
manipulate child controls, rows, columns, cells at design time. You can
also manipulate everything in the html table at runtime by setting the
runat attribute on the table and/or children of the table and give them an
ID value.

HTH,
Mythran


Jun 26 '07 #9

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

Similar topics

1
1793
by: Cheryl | last post by:
Hi, Currently I am working on the drag and drop features onto my webpage........ just like www.msn.com.. where u can drag the table cell to drop it into other table cell... Is there anyone know who to do it in DHTML... or ASP
1
1802
by: Cheryl | last post by:
Hi, Currently I am working on the drag and drop features onto my webpage........ just like www.msn.com.. where u can drag the table cell to drop it into other table cell... Is there anyone know who to do it in DHTML... or ASP, I need try on the example from the following links http://msdn.microsoft.com/library/default.asp?url=/workshop/author/dhtml/reference/events/ondragstart.asp...
0
1058
by: david | last post by:
Yesterday I got a suggestion about the web page layout from Stas. Thanks, Stas. However, I have a problem to drag the existing radio buttons into the table cell. Case: I have a lot of radion buttons in web form. Since those radio buttons and textboxes and text would overlap each other, when a client user use large size in his web browser. Stas's suggestion is to use table. I insert a panel into the design pane and then a table into the...
0
2176
by: joey.powell | last post by:
I have a Windows Forms application where I need to be able to drag and then drop onto a datagridview control. I already have the code necessary to make the drag part work. I am having problems, however, when I attempt to drop onto a cell in the datagridview. So far I have done the following with the datagridview control... 1. I set "AllowDrop" to true. 2. In the DragEnter event I put this...
2
1820
by: amitsaxena1981 | last post by:
hi, I am using asp.net2.0 with vb.net , I have to create gridview user control and I want to drag and drop a record to a different position in the same Gridview using AJAX .Is it possible to implement this feature in gridview please help me its urgent and suggest the logic which i have to implement. Thanks & Regards Amit
5
13814
by: Romulo NF | last post by:
Greetings, I´m back here to show the new version of the drag & drop table columns (original script ). I´ve found some issues with the old script, specially when trying to use 2 tables with drag&drop on the same page (which was not possible). Now i´ve a new concept of the script, more object oriented. I´ve also commented the whole code so you guys can easier understand it engine. What exactly we need when trying to make a column drag &...
0
9685
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However, people are often confused as to whether an ONU can Work As a Router. In this blog post, we’ll explore What is ONU, What Is Router, ONU & Router’s main usage, and What is the difference between ONU and Router. Let’s take a closer look ! Part I. Meaning of...
0
9535
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can effortlessly switch the default language on Windows 10 without reinstalling. I'll walk you through it. First, let's disable language synchronization. With a Microsoft account, language settings sync across devices. To prevent any complications,...
0
10242
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven tapestry of website design and digital marketing. It's not merely about having a website; it's about crafting an immersive digital experience that captivates audiences and drives business growth. The Art of Business Website Design Your website is...
0
10021
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each protocol has its own unique characteristics and advantages, but as a user who is planning to build a smart home system, I am a bit confused by the choice of these technologies. I'm particularly interested in Zigbee because I've heard it does some...
0
9061
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing, and deployment—without human intervention. Imagine an AI that can take a project description, break it down, write the code, debug it, and then launch it, all on its own.... Now, this would greatly impact the work of software developers. The idea...
1
7558
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome a new presenter, Adolph Dupré who will be discussing some powerful techniques for using class modules. He will explain when you may want to use classes instead of User Defined Types (UDT). For example, to manage the data in unbound forms. Adolph will...
0
5453
by: TSSRALBI | last post by:
Hello I'm a network technician in training and I need your help. I am currently learning how to create and manage the different types of VPNs and I have a question about LAN-to-LAN VPNs. The last exercise I practiced was to create a LAN-to-LAN VPN between two Pfsense firewalls, by using IPSEC protocols. I succeeded, with both firewalls in the same network. But I'm wondering if it's possible to do the same thing, with 2 Pfsense firewalls...
1
4127
by: 6302768590 | last post by:
Hai team i want code for transfer the data from one system to another through IP address by using C# our system has to for every 5mins then we have to update the data what the data is updated we have to send another system
3
2931
bsmnconsultancy
by: bsmnconsultancy | last post by:
In today's digital era, a well-designed website is crucial for businesses looking to succeed. Whether you're a small business owner or a large corporation in Toronto, having a strong online presence can significantly impact your brand's success. BSMN Consultancy, a leader in Website Development in Toronto offers valuable insights into creating effective websites that not only look great but also perform exceptionally well. In this comprehensive...

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.