Click here to Skip to main content
15,903,203 members
Home / Discussions / ASP.NET
   

ASP.NET

 
GeneralRe: HDD Serial in ASP.Net (using VB Code) Pin
AbouZeinab1-Jul-09 22:39
AbouZeinab1-Jul-09 22:39 
QuestionLooking for a Free Forum package Pin
Kastellanos Nikos1-Jul-09 22:12
Kastellanos Nikos1-Jul-09 22:12 
AnswerRe: Looking for a Free Forum package Pin
N a v a n e e t h1-Jul-09 22:32
N a v a n e e t h1-Jul-09 22:32 
GeneralRe: Looking for a Free Forum package Pin
Kastellanos Nikos1-Jul-09 23:23
Kastellanos Nikos1-Jul-09 23:23 
AnswerRe: Looking for a Free Forum package Pin
David Mujica2-Jul-09 2:50
David Mujica2-Jul-09 2:50 
GeneralRe: Looking for a Free Forum package Pin
Kastellanos Nikos3-Jul-09 1:54
Kastellanos Nikos3-Jul-09 1:54 
QuestionHow to get Client ID of div tag in asp.net Pin
anish27patel1-Jul-09 21:20
anish27patel1-Jul-09 21:20 
AnswerRe: How to get Client ID of div tag in asp.net Pin
Abhijit Jana1-Jul-09 21:23
professionalAbhijit Jana1-Jul-09 21:23 
anish27patel wrote:
var divId = document.getElementById('<% = Parent.ClientID %>');



anish27patel wrote:
i want to get clientID of div?


Just simply use
var divId = document.getElementById('YourDivID');


You need ClienID for Server Side control. And i believe your div is in your client side .

cheers,
Abhijit
CodeProject MVP
Web Site:abhijitjana.net
View My Recent Article

GeneralRe: How to get Client ID of div tag in asp.net Pin
anish27patel1-Jul-09 22:04
anish27patel1-Jul-09 22:04 
AnswerRe: How to get Client ID of div tag in asp.net Pin
Brij1-Jul-09 21:23
mentorBrij1-Jul-09 21:23 
GeneralRe: How to get Client ID of div tag in asp.net Pin
anish27patel1-Jul-09 22:01
anish27patel1-Jul-09 22:01 
GeneralRe: How to get Client ID of div tag in asp.net Pin
Brij1-Jul-09 22:30
mentorBrij1-Jul-09 22:30 
AnswerRe: How to get Client ID of div tag in asp.net Pin
N a v a n e e t h1-Jul-09 22:23
N a v a n e e t h1-Jul-09 22:23 
AnswerRe: How to get Client ID of div tag in asp.net Pin
r a m e s h1-Jul-09 22:27
r a m e s h1-Jul-09 22:27 
QuestionHow to Call javascript function before running server side code.? Pin
rahul.net111-Jul-09 21:12
rahul.net111-Jul-09 21:12 
AnswerRe: How to Call javascript function before running server side code.? Pin
Brij1-Jul-09 21:36
mentorBrij1-Jul-09 21:36 
GeneralRe: How to Call javascript function before running server side code.? Pin
rahul.net111-Jul-09 23:16
rahul.net111-Jul-09 23:16 
Questionmaster page Pin
dotnetmember1-Jul-09 20:53
dotnetmember1-Jul-09 20:53 
AnswerRe: master page Pin
Abhijit Jana1-Jul-09 20:57
professionalAbhijit Jana1-Jul-09 20:57 
AnswerRe: master page Pin
Deepak the Cool1-Jul-09 21:03
Deepak the Cool1-Jul-09 21:03 
QuestionGoogle inner search in website Pin
suzzain1-Jul-09 20:16
suzzain1-Jul-09 20:16 
AnswerRe: Google inner search in website Pin
Abhijit Jana1-Jul-09 20:22
professionalAbhijit Jana1-Jul-09 20:22 
GeneralRe: Google inner search in website Pin
suzzain1-Jul-09 20:28
suzzain1-Jul-09 20:28 
AnswerRe: Google inner search in website Pin
r a m e s h1-Jul-09 20:32
r a m e s h1-Jul-09 20:32 
GeneralRe: Google inner search in website Pin
Abhijit Jana1-Jul-09 20:32
professionalAbhijit Jana1-Jul-09 20:32 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.