can you please share the code of your select statement with us?
Jills Mathew
Posts
-
assign width to a select element -
assign width to a select elementDid you try setting the width using inline style? Add
style="width: 100px;"
to the select element tag and try
-
get the parent DIV ID through server side coding [modified]Thanks senorbadger for the reply. We will get the value in client side using javascript code:
this.parentNode.getAttribute('class')
But I want to do it in server side. Our website is built using ASP. :( Regards, Jills -
get the parent DIV ID through server side coding [modified]Christian Graus wrote:
ASP questions go in the web dev forum.
Sorry for posting it in the wrong section. How can I move this to webdev forum? Regards Jills
-
get the parent DIV ID through server side coding [modified]Hi, I want to get the ID value or class value of my current DIV's parent using ASP. Does anybody have any idea regarding how to achieve this? <div class="parent" ID="parent_ID"> <div class="child" ID="child_ID"> <% tmp = <ASP code to get the "parent" DIV's class/ID value> if tmp="parent" then do something else do some more thing end if %> </div> </div> Please help!!! Thanks - Jills
modified on Monday, August 3, 2009 3:27 AM