Click here to Skip to main content
15,904,153 members
Home / Discussions / ASP.NET
   

ASP.NET

 
QuestionHow to deploy web application(asp.net 2.0) Pin
vidyasankar1-Jan-08 20:07
vidyasankar1-Jan-08 20:07 
AnswerRe: How to deploy web application(asp.net 2.0) Pin
N a v a n e e t h1-Jan-08 22:12
N a v a n e e t h1-Jan-08 22:12 
AnswerRe: How to deploy web application(asp.net 2.0) Pin
Abhijit Jana2-Jan-08 3:19
professionalAbhijit Jana2-Jan-08 3:19 
Generalupdate 2 tables Pin
Member 38798811-Jan-08 20:07
Member 38798811-Jan-08 20:07 
GeneralRe: update 2 tables Pin
DotNetXenon2-Jan-08 9:54
DotNetXenon2-Jan-08 9:54 
Generalevent handler in asp.net 2.0 Pin
keyto1-Jan-08 20:06
keyto1-Jan-08 20:06 
GeneralRe: event handler in asp.net 2.0 Pin
N a v a n e e t h1-Jan-08 20:17
N a v a n e e t h1-Jan-08 20:17 
GeneralRe: event handler in asp.net 2.0 Pin
Michael Sync1-Jan-08 22:22
Michael Sync1-Jan-08 22:22 
I assume that standard controls means the controls that included in .NET framework by default..

It's simple. For example, if you want to add the event handler to button, you can wrote like that .

C#

this.saveButton.Click += new System.EventHandler(this.saveButton_Click);<br />
 void myButton_Click(object sender, EventArgs e) {<br />
     Response.Write("Button Clicked");<br />
  }


Thanks and Regards,
Michael Sync ( Blog: http://michaelsync.net)


GeneralInserting Record from Dynamic Textboxes Pin
Imranlogi1-Jan-08 19:50
Imranlogi1-Jan-08 19:50 
GeneralRe: Inserting Record from Dynamic Textboxes Pin
Michael Sync1-Jan-08 22:18
Michael Sync1-Jan-08 22:18 
QuestionHow to hide all base class properties but one in Custom Control? Pin
Blumen1-Jan-08 19:44
Blumen1-Jan-08 19:44 
AnswerRe: How to hide all base class properties but one in Custom Control? Pin
N a v a n e e t h1-Jan-08 20:02
N a v a n e e t h1-Jan-08 20:02 
GeneralRe: How to hide all base class properties but one in Custom Control? Pin
Blumen1-Jan-08 21:52
Blumen1-Jan-08 21:52 
GeneralRe: How to hide all base class properties but one in Custom Control? Pin
N a v a n e e t h1-Jan-08 22:09
N a v a n e e t h1-Jan-08 22:09 
GeneralRe: How to hide all base class properties but one in Custom Control? Pin
Blumen1-Jan-08 22:34
Blumen1-Jan-08 22:34 
GeneralRe: How to hide all base class properties but one in Custom Control? Pin
N a v a n e e t h1-Jan-08 23:12
N a v a n e e t h1-Jan-08 23:12 
GeneralRe: How to hide all base class properties but one in Custom Control? Pin
Blumen2-Jan-08 0:36
Blumen2-Jan-08 0:36 
Questionadd key press Event on Asp:control Pin
keyto1-Jan-08 19:34
keyto1-Jan-08 19:34 
GeneralRe: add key press Event on Asp:control Pin
Ravi_211-Jan-08 20:06
Ravi_211-Jan-08 20:06 
GeneralSite Map Path Control in asp.net Pin
Satish - Developer1-Jan-08 19:14
Satish - Developer1-Jan-08 19:14 
GeneralRe: Site Map Path Control in asp.net Pin
N a v a n e e t h1-Jan-08 19:58
N a v a n e e t h1-Jan-08 19:58 
GeneralByte Conversion Pin
SreejithAchutan1-Jan-08 18:35
SreejithAchutan1-Jan-08 18:35 
AnswerRe: Byte Conversion Pin
Sonia Gupta1-Jan-08 18:44
Sonia Gupta1-Jan-08 18:44 
GeneralRe: Byte Conversion Pin
SreejithAchutan1-Jan-08 19:07
SreejithAchutan1-Jan-08 19:07 
GeneralRe: Byte Conversion Pin
Sonia Gupta1-Jan-08 21:14
Sonia Gupta1-Jan-08 21:14 

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.