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|1|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|1|5.0
Tags: Tips
.NET
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
by Vishwa
15. September 2011 10:10
You may see the following error in your Event Log, specially when running a Windows Service.
The [Service_Name] service terminated unexpectedly. It has done this 1 time(s).
[More]
by Vishwa
23. August 2011 11:00
You may face a situation, when you are updating schema of a WCF Service under another service or .NET project, but unfortunately, the project is not updating the schema.
[More]
f6ab9bba-ef30-4453-aeb6-9460e11e53a4|1|5.0
Tags: Tips
.NET
by Vishwa
15. July 2011 03:03
Many times you come across a situation when you have to execute the same logic across different clients or batch. While running them in simplest manner without multi-threading, your records will be sequentially processed means your process will take longer time to finish. So here is an example to implement Multi-threading
[More]
92dae69d-7bd4-4429-8f32-06f0f8a27fa8|1|5.0
Tags: Tips
.NET
by Vishwa
15. June 2011 07:53
XDocument was introduced with LINQ to manipulate and query XML Document with ease. Here are some useful tips.
[More]
a184b0e2-99fe-4ac2-969f-e1b273804a26|2|3.5
Tags: Tips
.NET
by Vishwa
23. November 2010 08:28
The following examples show a simple variation of Group By Statement in LINQ.
[More]
06dcc8a2-1101-48c9-9029-d052e9cbd3fa|1|5.0
Tags: Tips
.NET