Export dataset to Excel with XSLT in Asp.Net 2.0 There are numerous ways to export the dataset content to excel, like binding it to grid and rendering to excel by setting the MIME type of the output … more →
Adventures of Sudheerwrote 1 week ago: Response.AddHeader(“refresh”, “2;url=create.aspx”); … more →
wrote 1 week ago: In form load { (is not post back) write following line. ViewState["sortdirection"] = “asc … more →
wrote 2 weeks ago: The full error message is: Error 1 Indirect reference is being made to assembly System.Web.Extension … more →
wrote 4 weeks ago: One of the most interesting features of ASP.NET 2.0 is the open way it allows the programmer to mani … more →
wrote 4 weeks ago: The default max request size is 4MB (4096). You can change a setting in your web.config to allow lar … more →
wrote 1 month ago: Today I was reading www.asp.net forums for some Q/A & I found one interesting Query regarding G … more →
wrote 1 month ago: In asp.net 2.0 you can’t set linkbutton as default button of your page as it render as <a … more →
wrote 2 months ago: There are lots of way show color picker on web site. Today I was search for such color picker which … more →
wrote 2 months ago: The “App_Offline.htm” feature in ASP.NET 2.0 provides a super convenient way to b … more →
wrote 2 months ago: Question: for should be used instead of foreach to iterate over collections in performance-critical … more →
wrote 2 months ago: ASTreeView is a powerful treeview with drag drop, ajax loading, context menu, xml import/export, che … more →
wrote 2 months ago: The full error message is “Showing a modal dialog box or form when the application is not runn … more →
wrote 2 months ago: I got a little anxious and embarrassed to see my source code exposed at the browser when I got an er … more →
wrote 2 months ago: hi readers , here is a very useful book that explore the jQuery usage with ASP.NET Controls. This is … more →
wrote 3 months ago: We’ve recently upgraded a .NET 1.1 project to 3.5 to benefit from all its goodies. Almost ever … more →
wrote 4 months ago: I am sure I have came across this before. In Asp .net 2.0, a readonly textbox value will not be pass … more →
wrote 4 months ago: Sumber: .NetSlackers Published: 08 Jan 2007 By: Xun Ding ASP.NET 2.0 has made quite a few enhancemen … more →
wrote 4 months ago: Sumber: .NetSlackers Published: 14 Feb 2007 By: Xun Ding ASP.NET provides a number of ways of workin … more →
wrote 5 months ago: I’m explaining Delegates and Event with the use of UserControl and Form in the Asp.Net Webpage … more →