Hi again, Nearly two years a go I probed Internet to find out a good reference architecture for my ASP.NET applications. What I meant GOOD ARCHITECTURE was an architecture that: IS FAIRLY SIMPLE IS … more →
Aspguy's WeblogKobi wrote 1 month ago: One of the first things shown to me when I started working in my company was Microsoft’s Data … more →
ubk wrote 1 month ago: Hi, I have just came into a problem where I need to execute many different stored procedures which m … more →
sujitkumar21 wrote 1 month ago: Following line will give you distict result from dataset/datatable . DataSet ds=new DataSet(); //cod … more →
yogiekurn wrote 1 month ago: Sometimes, maybe you need rendering nested dataTable in JSF/Richfaces pages. It’s very easy to … more →
Ramesh wrote 7 months ago: public static void ExportToSpreadsheet(DataTable table, string name) { HttpContext context = HttpCon … more →
Edem Morny wrote 7 months ago: <Seam 2.0 on Tomcat … | Seam Portlet Bridge Released > RichFaces 3.1.3.GA came with a so … more →
faith-hope-trick wrote 7 months ago: .Net DataGrid does not support inserting since it is dependent on a datasource for its data. You ca … more →
casademora wrote 8 months ago: I’ve been a huge fan of Rhino Mocks since I heard about it on a way-back-episode of Dot Net Ro … more →
gchandra wrote 9 months ago: Filter Datatable by Rows If you need to get subset of a big dataset into datatable Rowwise … … more →
peteohanlon wrote 9 months ago: Sorry for the delay in continuing with the discussions on regular expressions, but I got a little si … more →
gchandra wrote 11 months ago: Copying a datatable from one dataset to another was not that straightforward as I thought. Dim … more →
jv wrote 12 months ago: Recently we were looking up different Ajax frameworks for one of the project that I am currently wor … more →
tbollers wrote 2 months ago: Richfaces is a nice JSF component library packed with very stylish looks and skinning capabilities. … more →
Aref Karimi wrote 3 months ago: Hi again, Nearly two years a go I probed Internet to find out a good reference architecture for my A … more →
Aref Karimi wrote 3 months ago: In many cases Microsoft Excel can do much for you and reduce your programming efforts. For example, … more →
Vishal Reddy wrote 4 months ago: this is an amasing set of codes which can help programmers to query for distinct rows in datatable b … more →
ken zheng wrote 4 months ago: Datatable dt = ???; dt.DefaultView.Sort = SortByName; int i = 1; … more →
makka wrote 5 months ago: I found this solution to import in my database an XML file received from an external legacy system v … more →