Monday, September 27, 2004

Tips in VB.NET - Tip #3

How to get more than one value from a function or sub routine - Part II

In this section, we will use the other way of getting more than one processed value from a function.

Before that lets see what is Collection and what can be done with a collection.

Collections
Collection represents a set of objects that can be access by stepping through each element in turn.
What is the big deal ?. Even an array can hold a set of objects.

True, but we have more flexibility when we use a collection object when compared to arrays.


http://www.dotnetspider.com/Technology/KB/ShowSample.aspx?SampleId=292


 

Posted by Sadha in 12:42:10 | Permalink | Comments (1) »

Friday, September 24, 2004

Tips in VB.NET - Tip #2

Tips in VB.NET - Tip #2

How to get more than one value from a function or sub routine - Part 1

In this part of tip we will how we can get more than one processed data from a function or a sub routine.

First lets see how to get the multiple values from a Function.
As we all know that we can get only one value or an object from a function. What can we do, if we want to get more than one processed data. There is no possible way directly to get more than one value. But we can find more number of Indirect ways of getting processed data from the function.

Click here to view the comple article.....

Posted by Sadha in 04:48:44 | Permalink | Comments (1) »

Thursday, September 16, 2004

Tips in VB.NET - Tip #1


Tips in VB.NET - Tip #1

Introduction

Hai everybody, In this series of articles, I am going to give you some tips in .Net which may help you a lot.
I want you people to ask me a lot of questions, so that I can deliver more to you. Send me your doubts and questions to sadhasivam1981@yahoo.com.

Now, lets get into the Tip #1.

Tip #1 Generally to invoke a method or to get a value of a property we will be declaring an object and initialising it and then using that object we will be calling it. Lets have a look at the following code

Click here to view the tip from dotnetspider.com


Posted by Sadha in 12:13:45 | Permalink | No Comments »

Wednesday, September 15, 2004

A Small Tip in ASP.NET #1


Introduction

Hai everybody, i am back wiht one more tip for all you.

Asusual, this tip is also going to be simple one. That all of you might me be knowing. But most of you would have not thought how to use that. I am writing such articles, to improve your thinking. Every thing has something in it, we should explore it and try to use it differently whenever possible.

Ok now I am going to tell “How to show an Message Box ?“, I am not going to use any new function, I am just going to use Java Script alert method and display the message box.

How to use the alert method in ASP.NET

There are two methods of using this alert method in ASP.Net.

  • Using Response.Write
  • Using Page object

Click here to read more…….


Posted by Sadha in 13:19:09 | Permalink | Comments (2)

Hi Everbody!

DSCF0002.JPG

Hai everybody !

I have stareted this blog in order to help the developer community and to help the freshers. I hope every one will utlize this blog in a good way. Please send me ur valuable feedbacks to improve this blog.

Wishing you all a good luck.

Sadha Sivam S,
Microsoft Community Star,
Project Leader,

Aspire Systems,
Chennai.
Mobile: +91-9841080321,
Res: +91-44-23621655
Email: sadhasivam1981@gmail.com

Posted by Sadha in 12:16:12 | Permalink | Comments (1) »