Here on the click event of button submit will refresh the page inside the update panel.
Nice and easy way of coding!Here I like to share my views about the nice place named earth ; here I like to share my feelings towards a journey , named life :-) "Enjoy " is the biggest shout of my life!
Wednesday, November 11, 2009
Trigger in ASP.NET-AJAX
To partially refresh a part of the page, we can use Trigger inside the Update Panel. If we can insert a trigger with an update panel, then only the update panel will be refreshed. To partially refresh a part of the page, we can use Trigger inside the Update Panel.If we can insert a trigger with an update panel, then only the update panel will be refreshed.
Saturday, October 24, 2009
India US national song together -- nice video
This video is a testimony of growing cooperation between India and US. Lets hope two of the most significant democratic country will build more cooperation in future so that world will be enriched more and earth will be a better place to leave.
Respect National Anthem first
We need to respect our nation and for that purpose we need to respect our national anthem first. How a nation can be build without respecting that?
The following video points out that our country will move if and only if we move. I really like the song and the message that has passed with this video.
The following video points out that our country will move if and only if we move. I really like the song and the message that has passed with this video.
Saturday, October 10, 2009
Grandmom passed away, left her memory with us
BECAUSE I could not stop for Death,
He kindly stopped for me;
The carriage held but just ourselves
And Immortality.
We slowly drove, he knew no haste,
And I had put away
My labor, and my leisure too,
For his civility.
We passed the school where children played
At wrestling in a ring;
We passed the fields of gazing grain,
We passed the setting sun.
We paused before a house that seemed
A swelling of the ground;
The roof was scarcely visible,
The cornice but a mound.
Since then ’t is centuries; but each
Feels shorter than the day
I first surmised the horses’ heads
Were toward eternity.
--Emily Dickinson
--Emily Dickinson
Knowing the fact is that death is unavoidable and one of the few eternal truths of life, we always find it difficult to accept. Couple of months ago, when doctors diagnosed that my Grand mom had Gall Bladder cancer which was in the last stage, we all knew that the death was approaching to her and at her age and in other physical complexity it would be a lost battle but still after her death I feel yet another person with whom I'd spent my childhood , passed away. Now only memories of her will accompany me...
Tuesday, September 15, 2009
Playing with Transaction in .Net 2.0
That's why I love so much about .Net. Recently I came across a scenario where one of my junior colleague is using the old and little bit lengthy way of implementing transaction in C# code. I suggested her to use the single liner crispy TransactionScope in the System.Transactions namespace. I'm just adding a sample code snippet here


Pretty easy, don't you think so? TransactionScope will take care of all the transactional related stuff in the above code block. We need to commit the transaction by calling the ts.Complete() method. As the connection object itself is confined within the scope so it automatically participates in the transaction.(Kindly note as its a code snippet so everything is not defined here properly as its only part of the whole demo project)
Please explore more the transaction context with Transaction.Current. And last but not the least thing that this feature is not limited to SQL Server operations. You can use the same transaction for Oracle, SQL Server data-storages, MSMQ messaging and even bulk copying filesystem operations.
Please explore more the transaction context with Transaction.Current. And last but not the least thing that this feature is not limited to SQL Server operations. You can use the same transaction for Oracle, SQL Server data-storages, MSMQ messaging and even bulk copying filesystem operations.
Saturday, September 5, 2009
Airtel Digital TV Advertisement--- good music
Except the last twist the advertisement is simply awesome... sweet music , sweet words. Some part of the lyrics matched with almost everyone's life. If life is a journey then sometimes we need to leave from one place to another and in the process of doing that we have left something!
Saturday, August 15, 2009
Meaning of Freedom

What is freedom?
Is it synonymous with the right to do anything?
Does this give us a right to articulate our feelings as we wish to do so? I’m really confused and hence trying to explore the meaning of the apparently simple word.
Then I have started asking people about their understanding of freedom?
A taxi driver answered that buying his own cab in one day is the freedom for him.
College girl told me that to buy as many as apparels is the definition of freedom for her.
A kid replied to me that if he doesn’t need to go to the school for one day, he’ll consider to be free!!!
One of my friends told me to spend a day uninterrupted in hill station is a freedom for her.
Another said to read the book that he loves through out the day defines the freedom for him.
And for me freedom means:
To write in my blog,
To sing a song or to play a guitar---
To paint on a canvas
To chat with my close friends for hour
To travel to some unknown place
To walk in the drizzle
And to reach at the zenith!!!”
Is it synonymous with the right to do anything?
Does this give us a right to articulate our feelings as we wish to do so? I’m really confused and hence trying to explore the meaning of the apparently simple word.
Then I have started asking people about their understanding of freedom?
A taxi driver answered that buying his own cab in one day is the freedom for him.
College girl told me that to buy as many as apparels is the definition of freedom for her.
A kid replied to me that if he doesn’t need to go to the school for one day, he’ll consider to be free!!!
One of my friends told me to spend a day uninterrupted in hill station is a freedom for her.
Another said to read the book that he loves through out the day defines the freedom for him.
And for me freedom means:
To write in my blog,
To sing a song or to play a guitar---
To paint on a canvas
To chat with my close friends for hour
To travel to some unknown place
To walk in the drizzle
And to reach at the zenith!!!”
Subscribe to:
Posts (Atom)