In my application i used some dialog boxes like about of company some customize message boxes and all that in some dialog boxes I used start position as Center parent but i forget to pass the IWin32Window Owner in show dialog as a parameter regarding that when focus is lost from my application then dialog took desktop as a parent and opens in different locations so always pass window owner as a parameter.
About aboutInfo = new About(); aboutInfo .ShowDialog(this); or, aboutInfo .ShowDialog(this.toplevelcontrol);
What are different types of JIT ?In .net there are three type of JIT.JIT compiler is a part of the runtime execution environment.Three JIT are following :-Pre-JIT :- Pre-JIT compiles …Read More
Lambda Expressions in C#Lambda expressions makes the searching life much easier.Have a look on this example :-public class TestLambdaProgram{ public static void Main( strin…Read More
Basics of .Net (What is IL,CLR,CTS,CLS ?)1: IL(Intermediate Language) :-(IL)Intermediate Language is also known as MSIL (Microsoft Intermediate Language) or CIL (Common Intermediate Language)…Read More
Order of Event firing in ASP.NetEvent firing order becomes critically important when you add event handling code to master pages and the content forms based on them. The following ev…Read More
Hii,Just click on that button and you will get the cs file You can code on that cs file related to that button and all the coding related to button will be in apx file where designer lives.
This is my personal blog and i write articles on .Net, WPF, C#, OOPS, Threading and other .Net technologies. This is not related to any of my employer and organizations. This is the result of my personal interest.
how can we find code-behind of any flash button in asp.net
ReplyDeleteHii,Just click on that button and you will get the cs file You can code on that cs file related to that button and all the coding related to button will be in apx file where designer lives.
ReplyDelete