Click here to Skip to main content
16,005,141 members
Home / Discussions / ASP.NET
   

ASP.NET

 
AnswerRe: Reversing Hashed Password to plain text Pin
Colin Angus Mackay25-Aug-07 6:59
Colin Angus Mackay25-Aug-07 6:59 
AnswerRe: Reversing Hashed Password to plain text Pin
Mark Churchill25-Aug-07 20:56
Mark Churchill25-Aug-07 20:56 
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 
If the user control is placed in the aspx page then you can

controlName.functionName()

when you drag and drop the user control only the html code will get modified automatically(adding the Register directive and user control), not the code-behind file. After adding the control to the page you have to explicitly add the instance of that user control in the code behind(Web Form Designer Generated Code) of the aspx page...

something like this

Protected WithEvents WebUserControl1 As AppName.WebUserControl1

then you will be able to access the function written in the user control...




Regards
John



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 
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 

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.