Click here to Skip to main content
15,890,579 members
Home / Discussions / ASP.NET
   

ASP.NET

 
Questionweb.config error in Cassini 2.0 Pin
yccheok25-Aug-07 3:33
yccheok25-Aug-07 3:33 
QuestionHelp Regarding Microsoft WSE 3.0 Pin
fadee25-Aug-07 1:57
fadee25-Aug-07 1:57 
AnswerRe: Help Regarding Microsoft WSE 3.0 Pin
Christian Graus25-Aug-07 2:16
protectorChristian Graus25-Aug-07 2:16 
QuestionHow to access Functions in UserControls? Pin
dhulipudi24-Aug-07 23:53
dhulipudi24-Aug-07 23:53 
AnswerRe: How to access Functions in UserControls? Pin
B.A25-Aug-07 0:12
B.A25-Aug-07 0:12 
AnswerRe: How to access Functions in UserControls? Pin
John-ph25-Aug-07 0:16
John-ph25-Aug-07 0:16 
GeneralRe: How to access Functions in UserControls? Pin
dhulipudi25-Aug-07 0:34
dhulipudi25-Aug-07 0:34 
AnswerRe: How to access Functions in UserControls? Pin
John-ph25-Aug-07 0:56
John-ph25-Aug-07 0:56 
You have created an Object(User Control) with name My_Test. This is not what I exactly described. you create an instance of that user control you added to the aspx page.

How do we access a function written in a class. we create an instance of that class and call the function with the instance. the user control you created is also a class inherits the base calss UserControl.

ok... there will be a ID for the usercontrol placed in the aspx page right.. and you application will have a NameSpace right...

say for an example ID is "Ucl1" and NameSpace of your Application is "TestApp"

then the statement...

protected TestApp.My_test Ucl1;

Ucl1.checkValues()







Regards
John



GeneralRe: How to access Functions in UserControls? Pin
dhulipudi25-Aug-07 1:43
dhulipudi25-Aug-07 1:43 
Questionhow can notify a web page from another web page ? Pin
B.A24-Aug-07 23:44
B.A24-Aug-07 23:44 
QuestionHow to get values of child control Pin
AhmadRock24-Aug-07 23:43
AhmadRock24-Aug-07 23:43 
Questionclose browse [modified] Pin
RajeevKumarSharma24-Aug-07 23:03
RajeevKumarSharma24-Aug-07 23:03 
AnswerRe: close browse Pin
John-ph24-Aug-07 23:41
John-ph24-Aug-07 23:41 
GeneralRe: close browse Pin
RajeevKumarSharma24-Aug-07 23:55
RajeevKumarSharma24-Aug-07 23:55 
GeneralRe: close browse Pin
John-ph25-Aug-07 0:01
John-ph25-Aug-07 0:01 
GeneralRe: close browse Pin
RajeevKumarSharma25-Aug-07 0:19
RajeevKumarSharma25-Aug-07 0:19 
Questionerror in saving a record... Pin
Rharzkie24-Aug-07 22:55
Rharzkie24-Aug-07 22:55 
AnswerRe: error in saving a record... Pin
Venkatesh Mookkan24-Aug-07 23:13
Venkatesh Mookkan24-Aug-07 23:13 
GeneralRe: error in saving a record... Pin
Rharzkie25-Aug-07 3:14
Rharzkie25-Aug-07 3:14 
QuestionGridView not working when it is in Tabcontainer Pin
codingrocks24-Aug-07 21:20
codingrocks24-Aug-07 21:20 
JokeRe: GridView not working when it is in Tabcontainer Pin
Venkatesh Mookkan24-Aug-07 23:15
Venkatesh Mookkan24-Aug-07 23:15 
QuestionModule Pin
Malay198624-Aug-07 20:59
Malay198624-Aug-07 20:59 
AnswerRe: Module Pin
Jaiprakash M Bankolli24-Aug-07 21:05
Jaiprakash M Bankolli24-Aug-07 21:05 
QuestionNEWSLETTER Pin
.NET- India 24-Aug-07 20:59
.NET- India 24-Aug-07 20:59 
AnswerRe: NEWSLETTER Pin
Christian Graus24-Aug-07 21:25
protectorChristian Graus24-Aug-07 21:25 

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.