Shine S

Send a gift to Shine S Add Shine S As Your Friend Recent Posts  
Profile
Gifts & Awards
Contributions
Friends
Referrals
Visitors
Messages

Name Shine S
Email You must Sign In to access the contact details.
Country India
Member Level Gold
Total Points 3232
Member Rank 17

Social Profiles

Member has not configured any public social profiles.

Awards & Medals

Bronze Membership Level   Silver Membership Level   Gold Membership Level   

Profile

Recent Posts by Shine S

Forum Responses: did you tried this List<string> lstItems = new List<string>(); //add list items object[] obj=ne
Forum Responses: while creating child form, pass the reference of the parent form, say by overloading constructor.
Forum Responses: there is nice explanation given here. http://mycodelines.wordpress.com/2009/09/01/in-which-scenar
Forum Responses: Rectangle rectangle1 = new Rectangle(4,4,14,13); Rectangle rectangle2 = new Rectangle(4,4,14,13);
Forum Responses: i am not sure what is the purpose of this code. the problem why the form is getting closed is , y
Forum Responses: made some modifications to your code. [CODE] using System; using System.Collections.Generic;
Forum Responses: you can change the parameters of func() like func(string strMethod,int firstNum, int SecondNum, int
Forum Responses: change the code in foreach loop as [CODE] foreach (var item in query) {
Forum Responses: [CODE] XmlTextReader reader = new XmlTextReader ("D:\\sample.xml"); string strLine = st
Forum Responses: use Visual Studio Class Diagram add New Item -> Class Diagram. drag drop the project to class
Forum Responses: before converting the byte array to string can you reverse? not sure whether it works for your sc
Forum Responses: for using visio programmatically you need to use the visio api. i am not sure now to use in asp.n
Forum Responses: why create a new id every time page loads ? isn't it enough you create the new id on button click w
Forum Responses: see if this links can help http://aspalliance.com/687_Preventing_Duplicate_Record_Insertion_on_Pa
Forum Responses: Answer to Qn .1 say your base class has a method named DoWork(). this base class can be yours o
Forum Responses: you have to republish the events of controls in the user control. for eg, for the keydown event
Forum Responses: Answer to Qn. no 2 delegates is a type which can hold a list of similar functions. similar in th
Forum Responses: i guess you are looking for something like this [CODE] namespace ConsoleApplication3 { cla
Forum Responses: yes you can use protected. but for class c it must be public as it is accessing getvalues outside of
Forum Responses: then you have to create an object of class A in class C and to access that method of class A, it sho

Return to Members



Follow us on Twitter: https://twitter.com/dotnetspider

Copyright © SpiderWorks Technologies Pvt Ltd., Kochi, India
2005 - 2012 All Rights Reserved.
.NET and other trademarks mentioned in this site belong to Microsoft and other respective trademark owners.
Articles, tutorials and all other content offered here is for educational purpose only.
We are not associated with Microsoft or its partners.