Click here to Skip to main content
15,891,726 members
Home / Discussions / ASP.NET
   

ASP.NET

 
AnswerRe: create subdomail automatically by programming??? Pin
Michael Sync7-Nov-07 5:45
Michael Sync7-Nov-07 5:45 
Questionasp.net with vb.net Pin
rakeshreddyperati3-Nov-07 19:43
rakeshreddyperati3-Nov-07 19:43 
AnswerRe: asp.net with vb.net Pin
Christian Graus3-Nov-07 20:22
protectorChristian Graus3-Nov-07 20:22 
Questionlocalize menu control in ASP.net 2.0 Pin
Rajesh_K_Sharma3-Nov-07 19:12
Rajesh_K_Sharma3-Nov-07 19:12 
QuestionError with ASP.NET 2.0 Pin
nickabradley3-Nov-07 10:26
nickabradley3-Nov-07 10:26 
AnswerRe: Error with ASP.NET 2.0 Pin
pmarfleet3-Nov-07 11:00
pmarfleet3-Nov-07 11:00 
GeneralRe: Error with ASP.NET 2.0 Pin
nickabradley3-Nov-07 12:00
nickabradley3-Nov-07 12:00 
QuestionRuntime Creation Of Button+Adding Events+Sourabh Pin
Dot Net Jantu3-Nov-07 9:17
Dot Net Jantu3-Nov-07 9:17 
Hi All,
I have created a button at runtime on form load:

Dim btnSave As New Button<br />
btnSave.BackColor = Drawing.Color.Maroon<br />
btnSave.ForeColor = Drawing.Color.White<br />
btnSave.Text = "Save"<br />
ButtonHolder.Controls.Add(btnSave)


I Have also added a code to it as :
Public Sub btnhandler_click(ByVal sender As Object, ByVal e As EventArgs) Handles btnhandler.Click<br />
        Response.Write("clicked")<br />
End Sub

but this second event code does not execute when i click on the button.
Reason???

Thanks and Regards,

AnswerRe: Runtime Creation Of Button+Adding Events+Sourabh Pin
pmarfleet3-Nov-07 9:24
pmarfleet3-Nov-07 9:24 
GeneralRe: Runtime Creation Of Button+Adding Events+Sourabh Pin
Dot Net Jantu3-Nov-07 9:34
Dot Net Jantu3-Nov-07 9:34 
GeneralRe: Runtime Creation Of Button+Adding Events+Sourabh Pin
pmarfleet3-Nov-07 9:49
pmarfleet3-Nov-07 9:49 
GeneralRe: Runtime Creation Of Button+Adding Events+Sourabh Pin
Dot Net Jantu3-Nov-07 10:01
Dot Net Jantu3-Nov-07 10:01 
GeneralRe: Runtime Creation Of Button+Adding Events+Sourabh Pin
pmarfleet3-Nov-07 10:20
pmarfleet3-Nov-07 10:20 
GeneralRe: Runtime Creation Of Button+Adding Events+Sourabh Pin
Dot Net Jantu3-Nov-07 10:30
Dot Net Jantu3-Nov-07 10:30 
GeneralRe: Runtime Creation Of Button+Adding Events+Sourabh Pin
pmarfleet3-Nov-07 10:48
pmarfleet3-Nov-07 10:48 
GeneralRe: Runtime Creation Of Button+Adding Events+Sourabh Pin
Dot Net Jantu3-Nov-07 11:06
Dot Net Jantu3-Nov-07 11:06 
GeneralRe: Runtime Creation Of Button+Adding Events+Sourabh Pin
pmarfleet3-Nov-07 11:12
pmarfleet3-Nov-07 11:12 
GeneralRe: Runtime Creation Of Button+Adding Events+Sourabh Pin
Dot Net Jantu3-Nov-07 11:20
Dot Net Jantu3-Nov-07 11:20 
GeneralRe: Runtime Creation Of Button+Adding Events+Sourabh Pin
pmarfleet3-Nov-07 11:29
pmarfleet3-Nov-07 11:29 
GeneralRe: Runtime Creation Of Button+Adding Events+Sourabh Pin
Dot Net Jantu3-Nov-07 19:45
Dot Net Jantu3-Nov-07 19:45 
GeneralRe: Runtime Creation Of Button+Adding Events+Sourabh Pin
pmarfleet3-Nov-07 23:05
pmarfleet3-Nov-07 23:05 
AnswerRe: Runtime Creation Of Button+Adding Events+Sourabh Pin
Christian Graus3-Nov-07 12:19
protectorChristian Graus3-Nov-07 12:19 
QuestionPassing argument to function Pin
csinva3-Nov-07 8:36
csinva3-Nov-07 8:36 
AnswerRe: Passing argument to function Pin
pmarfleet3-Nov-07 9:03
pmarfleet3-Nov-07 9:03 
GeneralRe: Passing argument to function Pin
csinva3-Nov-07 9:12
csinva3-Nov-07 9:12 

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.