Click here to Skip to main content
15,902,112 members
Home / Discussions / ASP.NET
   

ASP.NET

 
GeneralRe: send mail with format Pin
Not Active12-Aug-10 4:22
mentorNot Active12-Aug-10 4:22 
AnswerRe: send mail with format Pin
T M Gray12-Aug-10 4:39
T M Gray12-Aug-10 4:39 
AnswerRe: send mail with format Pin
Eaverae16-Aug-10 20:38
Eaverae16-Aug-10 20:38 
QuestionProblem with webpage connectivity Pin
swornavidhya_m11-Aug-10 20:18
swornavidhya_m11-Aug-10 20:18 
AnswerRe: Problem with webpage connectivity Pin
T M Gray12-Aug-10 4:50
T M Gray12-Aug-10 4:50 
QuestionDelegate Event Pin
ksss_maheshece11-Aug-10 19:25
ksss_maheshece11-Aug-10 19:25 
AnswerRe: Delegate Event Pin
R. Giskard Reventlov11-Aug-10 20:35
R. Giskard Reventlov11-Aug-10 20:35 
GeneralRe: Delegate Event Pin
ksss_maheshece12-Aug-10 20:43
ksss_maheshece12-Aug-10 20:43 
thanks for your promotional support.
Now i got some thing and done it for the same requirment is that
In master page i createed delegate and an event
Public Delegate Sub A(ByVal S As String)
Public Event C As A
Public Sub Search_Click(ByVal r As String)
RaiseEvent C(r)
End Sub

I've raised an event while at the button click of user control
Protected Sub btnGenerate_Click(ByVal sender As Object, ByVal e As System.EventArgs)
RaiseEvent C("txtToFind")
End Sub

In my client page i've handled the master page event with one method

AddHandler Master.C, AddressOf Me.Click
Public Sub Click(ByVal pSearch As String)
'code to execute
End Sub


but its not capturing the Click method.Confused | :confused:
QuestionDividing project Pin
future383911-Aug-10 17:05
future383911-Aug-10 17:05 
AnswerRe: Dividing project Pin
Raheem MA11-Aug-10 18:42
Raheem MA11-Aug-10 18:42 
GeneralRe: Dividing project Pin
future383911-Aug-10 21:28
future383911-Aug-10 21:28 
AnswerRe: Dividing project Pin
JHizzle11-Aug-10 22:22
JHizzle11-Aug-10 22:22 
GeneralRe: Dividing project Pin
future383912-Aug-10 14:31
future383912-Aug-10 14:31 
QuestionEmbedded Resources in base class [modified] Pin
Fayu11-Aug-10 12:26
Fayu11-Aug-10 12:26 
Questionsite accessing Pin
netJP12L11-Aug-10 11:05
netJP12L11-Aug-10 11:05 
QuestionApplication cache problem Pin
shaul almog11-Aug-10 8:00
shaul almog11-Aug-10 8:00 
AnswerRe: Application cache problem Pin
Eaverae16-Aug-10 20:56
Eaverae16-Aug-10 20:56 
QuestionDirectory listening denied [modified] Pin
moein.serpico11-Aug-10 4:20
moein.serpico11-Aug-10 4:20 
AnswerRe: Directory listening denied Pin
Gregory Gadow11-Aug-10 4:58
Gregory Gadow11-Aug-10 4:58 
AnswerRe: Directory listening denied Pin
Sandeep Mewara11-Aug-10 7:05
mveSandeep Mewara11-Aug-10 7:05 
QuestionHow to close an aspx page from code behind? Pin
Raheem MA11-Aug-10 1:09
Raheem MA11-Aug-10 1:09 
AnswerRe: How to close an aspx page from code behind? Pin
Not Active11-Aug-10 2:34
mentorNot Active11-Aug-10 2:34 
GeneralRe: How to close an aspx page from code behind? Pin
Raheem MA11-Aug-10 20:48
Raheem MA11-Aug-10 20:48 
GeneralRe: How to close an aspx page from code behind? Pin
Not Active12-Aug-10 2:21
mentorNot Active12-Aug-10 2:21 
AnswerRe: How to close an aspx page from code behind? Pin
tanweer11-Aug-10 23:26
tanweer11-Aug-10 23:26 

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.