Click here to Skip to main content
15,916,949 members
Home / Discussions / ASP.NET
   

ASP.NET

 
AnswerRe: usercontrol event Pin
Not Active17-May-10 7:12
mentorNot Active17-May-10 7:12 
GeneralRe: usercontrol event Pin
Dhyanga17-May-10 7:16
Dhyanga17-May-10 7:16 
AnswerRe: usercontrol event Pin
Rutvik Dave17-May-10 7:29
professionalRutvik Dave17-May-10 7:29 
GeneralRe: usercontrol event Pin
Dhyanga17-May-10 7:36
Dhyanga17-May-10 7:36 
GeneralRe: usercontrol event Pin
Dhyanga17-May-10 7:37
Dhyanga17-May-10 7:37 
GeneralRe: usercontrol event Pin
Rutvik Dave17-May-10 7:41
professionalRutvik Dave17-May-10 7:41 
GeneralRe: usercontrol event Pin
Dhyanga17-May-10 7:45
Dhyanga17-May-10 7:45 
GeneralRe: usercontrol event Pin
Rutvik Dave17-May-10 8:00
professionalRutvik Dave17-May-10 8:00 
SayamiSuchi wrote:
In ascx page,you include the following code ?

private string displayText ;
public string DisplayText
{
get { return _displayText; }
set { txt1.Text = _displayText = value; }
}


yes just after the class declaration and before any method (not inside any method).



SayamiSuchi wrote:
and what about in aspx page ??


here you define the value when you are assigning txt2.Text = "something"; assign your user control variable name i.e. usercontrol1.DisplayText = "something";


SayamiSuchi wrote:
and where to define _displayText ??


that's typing mistake remove the _ (underscore from the code)
GeneralRe: usercontrol event [modified] Pin
Dhyanga17-May-10 8:03
Dhyanga17-May-10 8:03 
GeneralRe: usercontrol event Pin
michaelschmitt17-May-10 8:40
michaelschmitt17-May-10 8:40 
GeneralRe: usercontrol event Pin
Dhyanga17-May-10 9:11
Dhyanga17-May-10 9:11 
GeneralRe: usercontrol event Pin
Not Active17-May-10 9:52
mentorNot Active17-May-10 9:52 
GeneralRe: usercontrol event Pin
Dhyanga17-May-10 9:55
Dhyanga17-May-10 9:55 
GeneralRe: usercontrol event Pin
PunkIsNotDead17-May-10 13:55
PunkIsNotDead17-May-10 13:55 
GeneralRe: usercontrol event Pin
Not Active17-May-10 18:00
mentorNot Active17-May-10 18:00 
GeneralRe: usercontrol event Pin
PunkIsNotDead18-May-10 11:05
PunkIsNotDead18-May-10 11:05 
GeneralRe: usercontrol event Pin
Dhyanga18-May-10 2:31
Dhyanga18-May-10 2:31 
GeneralRe: usercontrol event Pin
Dhyanga18-May-10 2:43
Dhyanga18-May-10 2:43 
GeneralRe: usercontrol event Pin
PunkIsNotDead18-May-10 17:34
PunkIsNotDead18-May-10 17:34 
GeneralRe: usercontrol event Pin
Dhyanga19-May-10 3:23
Dhyanga19-May-10 3:23 
GeneralRe: usercontrol event [modified] Pin
PunkIsNotDead19-May-10 10:19
PunkIsNotDead19-May-10 10:19 
GeneralRe: usercontrol event Pin
Dhyanga20-May-10 5:09
Dhyanga20-May-10 5:09 
GeneralRe: usercontrol event Pin
PunkIsNotDead20-May-10 18:18
PunkIsNotDead20-May-10 18:18 
GeneralRe: usercontrol event Pin
Dhyanga24-May-10 3:13
Dhyanga24-May-10 3:13 
GeneralRe: usercontrol event Pin
PunkIsNotDead24-May-10 16:48
PunkIsNotDead24-May-10 16:48 

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.