Welcome to Dream.In.Code
Getting Help is Easy!

Join 136,420 Programmers for FREE! Get instant access to thousands of experts, tutorials, code snippets, and more! There are 2,347 people online right now. Registration is fast and FREE... Join Now!




Accessing HTML <DIV> Element through ASP.NET C#

 
Reply to this topicStart new topic

Accessing HTML <DIV> Element through ASP.NET C#

nm4568
14 Oct, 2008 - 09:46 AM
Post #1

New D.I.C Head
*

Joined: 13 Oct, 2008
Posts: 6

I want to access a <div> element through ASP.Net Page_Load event.

CODE
if user is authenticated
{
    access div tag and hide it
    access div tag and replace it with new div tag
}

User is offlineProfile CardPM
+Quote Post

girasquid
RE: Accessing HTML <DIV> Element Through ASP.NET C#
14 Oct, 2008 - 09:50 AM
Post #2

Barbarbar
Group Icon

Joined: 3 Oct, 2006
Posts: 1,266



Thanked: 14 times
Dream Kudos: 650
My Contributions
Add runat='server' to the div, and give it an ID - you can then access it through your code.
User is offlineProfile CardPM
+Quote Post

nm4568
RE: Accessing HTML <DIV> Element Through ASP.NET C#
14 Oct, 2008 - 10:00 AM
Post #3

New D.I.C Head
*

Joined: 13 Oct, 2008
Posts: 6

I added the runat="server" to the div tag...now how do i go about accessing that in code
User is offlineProfile CardPM
+Quote Post

girasquid
RE: Accessing HTML <DIV> Element Through ASP.NET C#
14 Oct, 2008 - 10:04 AM
Post #4

Barbarbar
Group Icon

Joined: 3 Oct, 2006
Posts: 1,266



Thanked: 14 times
Dream Kudos: 650
My Contributions
Re-read what I told you to do. Once you have followed both directions, you will be able to access the <div> tag from your code behind - at which point you can hide or show it based on any condition you so choose.
User is offlineProfile CardPM
+Quote Post

nm4568
RE: Accessing HTML <DIV> Element Through ASP.NET C#
14 Oct, 2008 - 10:14 AM
Post #5

New D.I.C Head
*

Joined: 13 Oct, 2008
Posts: 6

Thank You!!!
User is offlineProfile CardPM
+Quote Post

Fast ReplyReply to this topicStart new topic
Time is now: 12/2/08 01:07PM

Live Help!

Tutorials

Programming

Web Development

Reference Sheets

Code Snippets

DIC Chatroom

Bye Bye Ads

Monthly Drawing

Thumb Drive

Top Contributors

Top 10 Kudos This Month