Click here to Skip to main content
15,881,776 members
Home / Discussions / ASP.NET
   

ASP.NET

 
AnswerRe: session objects get lost when republish the page Pin
Abhishek Sur18-Nov-09 21:17
professionalAbhishek Sur18-Nov-09 21:17 
GeneralRe: session objects get lost when republish the page Pin
srinandan..18-Nov-09 21:33
srinandan..18-Nov-09 21:33 
AnswerRe: session objects get lost when republish the page Pin
DoctorMick19-Nov-09 2:38
DoctorMick19-Nov-09 2:38 
GeneralRe: session objects get lost when republish the page Pin
Suresh Pirsquare19-Nov-09 6:10
Suresh Pirsquare19-Nov-09 6:10 
Questionurgent.....How to open a new popup window on gridview selected index changing? Pin
saurabh8april18-Nov-09 21:00
saurabh8april18-Nov-09 21:00 
AnswerRe: urgent.....How to open a new popup window on gridview selected index changing? Pin
Abhishek Sur18-Nov-09 21:15
professionalAbhishek Sur18-Nov-09 21:15 
Questioncontent page list box problem Pin
pss.srinivasan18-Nov-09 20:53
pss.srinivasan18-Nov-09 20:53 
AnswerRe: content page list box problem Pin
Abhishek Sur18-Nov-09 21:09
professionalAbhishek Sur18-Nov-09 21:09 
Always remember, when the page is rendered in client, it is all the html.

The content page controls are just in the same page as the Masterpage control.

So Access the controls by its id, just similar to what you do in case of normal pages. Use ClientID which represents the client side id. Use like this :

var element = document.getElementById('<%=this.obj.ClientID%>')

Smile | :)

Abhishek Sur
Don't forget to click "Good Answer" if you like this Solution.
My Latest Articles-->

Simplify Code Using NDepend
Basics of Bing Search API using .NET
Microsoft Bing MAP using Javascript

QuestionCannot insert NULL in DB where datatype is DateTime Pin
rhtbhegade18-Nov-09 19:07
rhtbhegade18-Nov-09 19:07 
AnswerRe: Cannot insert NULL in DB where datatype is DateTime Pin
Sagar.H.Mistry18-Nov-09 19:23
Sagar.H.Mistry18-Nov-09 19:23 
GeneralRe: Cannot insert NULL in DB where datatype is DateTime Pin
rhtbhegade18-Nov-09 19:31
rhtbhegade18-Nov-09 19:31 
AnswerRe: Cannot insert NULL in DB where datatype is DateTime Pin
Amit Patel198518-Nov-09 19:57
Amit Patel198518-Nov-09 19:57 
AnswerRe: Cannot insert NULL in DB where datatype is DateTime Pin
dan!sh 18-Nov-09 20:38
professional dan!sh 18-Nov-09 20:38 
AnswerRe: Cannot insert NULL in DB where datatype is DateTime Pin
Abhishek Sur18-Nov-09 21:01
professionalAbhishek Sur18-Nov-09 21:01 
AnswerRe: Cannot insert NULL in DB where datatype is DateTime Pin
Ashfield18-Nov-09 21:46
Ashfield18-Nov-09 21:46 
GeneralRe: Cannot insert NULL in DB where datatype is DateTime Pin
Sathiyaraj Ganesan18-Nov-09 23:42
Sathiyaraj Ganesan18-Nov-09 23:42 
GeneralRe: Cannot insert NULL in DB where datatype is DateTime Pin
Ashfield19-Nov-09 1:24
Ashfield19-Nov-09 1:24 
QuestionFade in and fade out the page Pin
yesu prakash18-Nov-09 18:54
yesu prakash18-Nov-09 18:54 
AnswerRe: Fade in and fade out the page Pin
Abhishek Sur18-Nov-09 21:25
professionalAbhishek Sur18-Nov-09 21:25 
QuestionReferance error Pin
Sagar.H.Mistry18-Nov-09 17:58
Sagar.H.Mistry18-Nov-09 17:58 
AnswerRe: Referance error Pin
Abhijit Jana18-Nov-09 18:06
professionalAbhijit Jana18-Nov-09 18:06 
QuestionTFS BuildDefinition - Environment based dlls Pin
student_rhr18-Nov-09 12:50
student_rhr18-Nov-09 12:50 
AnswerRe: TFS BuildDefinition - Environment based dlls Pin
The Man from U.N.C.L.E.18-Nov-09 13:28
The Man from U.N.C.L.E.18-Nov-09 13:28 
GeneralRe: TFS BuildDefinition - Environment based dlls Pin
student_rhr18-Nov-09 13:40
student_rhr18-Nov-09 13:40 
GeneralRe: TFS BuildDefinition - Environment based dlls Pin
The Man from U.N.C.L.E.18-Nov-09 22:10
The Man from U.N.C.L.E.18-Nov-09 22:10 

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.