How do you declare static variable and how it is declared
and what is its lifetime?
Answers were Sorted based on User's Feedback
Answer / firoz ahmed
Static variable are declared within the procedure.
and it preserves the value of variable.whether is
called 10000 times.no problem.
| Is This Answer Correct ? | 12 Yes | 3 No |
Answer / pratik
Hi,
Static variables are declare through the
Static Var1 as Integer
The scop of the Var1 is within the module where its is
defined
| Is This Answer Correct ? | 18 Yes | 20 No |
Explain about rapid application development tool?
What are the advantages of vb.net and c#?
What is the purpose of objects present in asp.net?
What is vb.net used for?
diff b/w windows and console application?
code for itemstockgroupwise record?
What is the use of errorprovider control?
What is a literal control?
What is the feature anonymous type?
What is the Difference between Overriding and overloading?
Regarding Types of compatability in VB and their usage ?
hi,everyone. i got a problem in handling linklabels. i've more than one linklabels in a form. i used following event handler to handle the event 'LinkClicked' of Linklabel. private sub LinkLabel1_LinkClicked() Handles LinkLabel1.LinkClicked,LinkLabel2.LinkClicked ............... .......... end sub My question is how to identify the 'Linklabel1' and 'Linklabel2'. i dont want to handle the events of linklabels individually.
Visual Basic (800)
C Sharp (3816)
ASP.NET (3180)
VB.NET (461)
COM+ (79)
ADO.NET (717)
IIS (369)
MTS (11)
Crystal Reports (81)
BizTalk (89)
Dot Net (2435)
Exchange Server (362)
SharePoint (720)
WCF (340)
MS Office Microsoft (6963)
LINQ Language-Integrated Query (317)
WPF (371)
TypeScript (144)
Microsoft Related AllOther (311)