Click here to Skip to main content
15,900,258 members
Home / Discussions / ASP.NET
   

ASP.NET

 
GeneralRe: Display username in all pages after logging in Pin
anilpal5-Apr-09 21:34
anilpal5-Apr-09 21:34 
QuestionAvery Labels in crystal report to be customized during runtime Pin
prasadnjoshi2-Apr-09 21:12
prasadnjoshi2-Apr-09 21:12 
QuestionAccess the textbox control in Different Page Pin
slSoftware2-Apr-09 21:08
slSoftware2-Apr-09 21:08 
AnswerRe: Access the textbox control in Different Page Pin
Dev S2-Apr-09 21:10
Dev S2-Apr-09 21:10 
GeneralRe: Access the textbox control in Different Page Pin
slSoftware2-Apr-09 22:00
slSoftware2-Apr-09 22:00 
GeneralRe: Access the textbox control in Different Page Pin
Dev S2-Apr-09 23:40
Dev S2-Apr-09 23:40 
GeneralRe: Access the textbox control in Different Page Pin
Yusuf3-Apr-09 0:42
Yusuf3-Apr-09 0:42 
AnswerRe: Access the textbox control in Different Page Pin
Eniran2-Apr-09 21:16
Eniran2-Apr-09 21:16 
Hi
If you are using both the usercontrols in single page means, you can call var

doc=document.GetElementById("<%=txtbxName%>");

(Or)

doc=document.GetElementById("UserControlName_txtbxName");


if you are using different page, then you can create an object and then call.

(Or)

you can create class object and then assign the Textbox value to that object and access anywhere in your application

Ranjith

QuestionIE6 and IE7 problem.. Pin
anujbanka17842-Apr-09 20:54
anujbanka17842-Apr-09 20:54 
AnswerRe: IE6 and IE7 problem.. Pin
anilpal2-Apr-09 20:57
anilpal2-Apr-09 20:57 
GeneralRe: IE6 and IE7 problem.. Pin
anujbanka17842-Apr-09 20:59
anujbanka17842-Apr-09 20:59 
AnswerRe: IE6 and IE7 problem.. Pin
Abhijit Jana2-Apr-09 20:59
professionalAbhijit Jana2-Apr-09 20:59 
GeneralRe: IE6 and IE7 problem.. Pin
anujbanka17842-Apr-09 21:01
anujbanka17842-Apr-09 21:01 
AnswerRe: IE6 and IE7 problem.. Pin
Dev S2-Apr-09 21:08
Dev S2-Apr-09 21:08 
AnswerRe: IE6 and IE7 problem.. Pin
Eniran2-Apr-09 21:26
Eniran2-Apr-09 21:26 
GeneralRe: IE6 and IE7 problem.. Pin
anujbanka17842-Apr-09 21:39
anujbanka17842-Apr-09 21:39 
GeneralRe: IE6 and IE7 problem.. Pin
Alok Sharma ji3-Apr-09 6:35
Alok Sharma ji3-Apr-09 6:35 
QuestionHow to make a Listbox turn Horizantaly Pin
Vimalsoft(Pty) Ltd2-Apr-09 20:46
professionalVimalsoft(Pty) Ltd2-Apr-09 20:46 
AnswerRe: How to make a Listbox turn Horizantaly Pin
Abhijit Jana2-Apr-09 20:50
professionalAbhijit Jana2-Apr-09 20:50 
GeneralRe: How to make a Listbox turn Horizantaly Pin
anilpal2-Apr-09 20:55
anilpal2-Apr-09 20:55 
GeneralRe: How to make a Listbox turn Horizantaly Pin
Abhijit Jana2-Apr-09 21:00
professionalAbhijit Jana2-Apr-09 21:00 
GeneralRe: How to make a Listbox turn Horizantaly Pin
Vimalsoft(Pty) Ltd2-Apr-09 21:04
professionalVimalsoft(Pty) Ltd2-Apr-09 21:04 
AnswerRe: How to make a Listbox turn Horizantaly Pin
Dev S2-Apr-09 21:04
Dev S2-Apr-09 21:04 
QuestionBind TextBox to SQL Database... Pin
Illegal Operation2-Apr-09 19:53
Illegal Operation2-Apr-09 19:53 
AnswerRe: Bind TextBox to SQL Database... Pin
dotnetmember2-Apr-09 20:02
dotnetmember2-Apr-09 20:02 

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.