by Vishwa
2. May 2012 14:26
I got an opportunity to perform Bachata for the first time. We performed at 4th Atlanta Bachata Festival.
[More]
dafbce0b-bb96-417a-ba64-2ac141deb65e|1|5.0
Tags: music
Random
by Vishwa
9. April 2012 14:18
It is one of the highly used Creational Pattern from Gang of Four patterns. It provides a way to encapsulate a group of individual factories that have a common theme. In normal usage, the client software creates a concrete implementation of the abstract factory and then uses the generic interfaces to create the concrete objects that are part of the theme.
The client does not know (or care) which concrete objects it gets from each of these internal factories since it uses only the generic interfaces of their products. This pattern separates the details of implementation of a set of objects from their general usage.
[More]
b0592381-e6de-46e9-9725-fab076da135d|1|5.0
Tags: Design
.NET
by Vishwa
23. March 2012 04:44
In Software Development, a design pattern is generally used as a reusable solution to a commonly occurring problem within a given context in software design. A design pattern is a template or format for how to solve a problem that can be used in many different situations. These Patterns are design and interaction of objects, as well as providing a communication platform for elegant and reusable solution.
[More]
b98f0b68-32ff-46c1-be3b-fc83a1df6455|1|5.0
Tags: Design
.NET
by Vishwa
1. March 2012 01:26
We meet different kind of people in our daily life; some are friends, family members or acquaintances. We experience that each of them behave or act differently. Sometime some of them may act in such a way that in few moments we simply loose peace of our mind or we do not know how to handle them appropriately so that our peace of mind stays intact. Here is a way to first determine the type of a person and then utilizing the right key for our own peace.
[More]
by Vishwa
1. February 2012 09:39
You may have used Master and Detail Gridview to show selected row data in detail Gridview. But what if you have to click on selected cell in one Gridview which happen to result filtered result set in another Gridview.
[More]
db765580-6aff-41d4-aec4-176b82f511fa|2|5.0
Tags:
.NET
by Vishwa
22. January 2012 09:19
Many times your customers will ask if they can export the Gridview data in one of the most popular formats like CSV, Excel or XML. I had written an example before for exporting Gridview data to Excel only, here I am combining all of three popular formats at one place so that you can choose whatever it may fit your need or give the opportunity to end user to select whatever format they would like to choose to export the data.
[More]
9373acf2-8bf9-4592-8612-cc220c08feaa|2|4.0
Tags: Tips
.NET
by Vishwa
30. December 2011 06:38
FRAMEs are tricky in nature; it is advisable to avoid them. But in many scenarios you have no other choices but to deal with it. Here are some useful tips while handling a FRAME.
[More]
b8386f36-c8c2-4959-bed1-6f0e31a73a9a|1|5.0
Tags: Tips
Random
by Vishwa
20. December 2011 08:49
You may come across a situation, where you may have to display multiple headers rather just single one, and also some of these header or footer values has to be updated dynamically. Here is a simple example on how to do it using a simple ASPX page.
[More]
78ff0d85-9e4e-4541-97c3-650c2106cd3f|1|5.0
Tags: Tips
.NET
by Vishwa
30. November 2011 10:34
You may come across the above error while configuring and deploying SQL Server Reporting Services.
[More]
by Vishwa
11. October 2011 11:23
If you are using ASP.NET and JavaScript, also using some client side code to read Server side variables, you may get an error specially when you put that JavaScript Code inside Head section of the pager or if you are doing a dynamic operation such as exporting the Form’s data to Excel.
[More]
1c264119-c6d0-4508-b3a9-be610618e870|1|5.0
Tags: Tips
.NET