General Asp Net

  • June 2020
  • PDF

This document was uploaded by user and they confirmed that they have the permission to share it. If you are author or own the copyright of this book, please report to us by using this DMCA report form. Report DMCA


Overview

Download & View General Asp Net as PDF for free.

More details

  • Words: 1,732
  • Pages: 17
ASP.NET AJAX Performance Improvement http://lancezhang.wordpress.com/2008/11/15/aspnet-ajax-performance/ Asp.net & IIS Tricks:- Using GZip Compression http://smallworkarounds.blogspot.com/2009/01/aspnet-iis-tricks-using-gzip.html Build a Combobox in ASP.Net http://vincexu.blogspot.com/2008/11/build-combobox-in-aspnet.html Common Language Runtime Beginner Series Part 1:-CLR Basics http://smallworkarounds.blogspot.com/2008/11/common-language-runtime-beginnerseries.html Creating a Custom .NET Web Control With Events http://www.15seconds.com/issue/031023.htm Creating Thumbnail Images on the fly with ASP.Net http://www.west-wind.com/Weblog/posts/283.aspx Cross-Site Scripting in ASP.NET http://aspdotnetdevs.blogspot.com/2008/12/cross-site-scripting-in-aspnet.html Exploring Session in ASP.Net http://www.codeproject.com/KB/aspnet/ExploringSession.aspx Form-based Programming in ASP.NET http://msdn.microsoft.com/en-us/magazine/cc164151.aspx# Generics-Delegates-Enumerators http://dotnetpost.blogspot.com/2008/12/linq-explained-part-2.html Giving a .NET Assembly a Strong Name http://www.codeguru.com/columns/experts/article.php/c4643 Creating a Gravatar ASP.NET Control http://davidkiff.co.uk/Article.aspx?aid=13 Handle Browser Close Event on the Server-Side http://aspalliance.com/ 1294_CodeSnip_Handle_Browser_Close_Event_on_the_ServerSide.all How to implement impersonation in an ASP.NET application http://support.microsoft.com/kb/306158 An In-Depth Look at HTTP Redirection

http://dotnetslackers.com/articles/aspnet/An-In-Depth-Look-at-HTTP-Redirection.aspx Performance Optimization of ASP.NET Applications on Client-side http://www.codeproject.com/KB/aspnet/PeformanceAspnet.aspx ASP.NET Session State and Modes http://aspdotnetdevs.blogspot.com/2008/12/aspnet-session-state-and-modes.html Set the Culture and UI Culture for ASP.NET Web Page Globalization http://msdn.microsoft.com/en-us/library/bz9tc508.aspx Single sign-on with Forms Authentication Ref :- http://weblogs.asp.net/hernandl/archive/2004/06/09/ssoformsauth.aspx Best Practices for Speeding Up your Web Site http://developer.yahoo.com/performance/rules.html ASP.NET AJAX support in custom controls http://www.codeproject.com/KB/custom-controls/asp-ajax-custom-controls.aspx Adding multiple client-side event handlers to ASP.NET controls http://ashishware.com/ASPEventHandlers.shtml AJAX TabContainer with Data from Database http://yasserzaid.wordpress.com/2009/02/24/ajax-tabcontainer-with-data-fromdatabase/ Building applications for Windows Azure http://dotnetslackers.com/articles/aspnet/Building-applications-for-WindowsAzure.aspx Caching Data During the Lifespan of a Request http://dotnetslackers.com/articles/aspnet/Caching-Data-During-the-Lifespan-of-aRequest.aspx A CAPTCHA Server Control for ASP.NET http://www.codeproject.com/KB/custom-controls/CaptchaControl.aspx Building ASP.NET bot protection (CAPTCHA-like) http://www.c-sharpcorner.com/UploadFile/dsalko/adssantibot10282007030736AM/ adssantibot.aspx Using ASP.Net To Convert WMV To FLV Using FFMPEG http://successontheweb.blogspot.com/2008/10/using-aspnet-to-convert-wmv-toflv.html Dynamically Loading an assembly at Runtime and calling its methods

http://www.c-sharpcorner.com/UploadFile/sridhar_subra/ DynamicAssemblyMethod10132008214835PM/DynamicAssemblyMethod.aspx Export to Excell with Special Case http://www.highoncoding.com/Articles/ 197_Extensive%20Study%20of%20GridView%20Export%20to%20Excel.aspx Exploring the Global.asax file in ASP.NET http://www.dotnetcurry.com/ShowArticle.aspx?ID=126 ASP.Net DataTable Compute Column Sum using C# http://programming.top54u.com/post/ASP-Net-DataTable-Compute-Column-Sumusing-C-sharp.aspx Creating an ASP.NET GridView Custom Field of type DropDownList http://www.codeproject.com/KB/webforms/GridViewComboBoxField.aspx Export GridView from aspx page to Pdf using iTextSharp in asp.net http://csharpdotnetfreak.blogspot.com/2008/12/export-gridview-to-pdf-usingitextsharp.html CustomValidator - Validate with WebServices http://www.codegolem.com/post/The-power-of-CustomValidator-Validate-withWebServices.aspx Handling AJAX Errors http://www.c-sharpcorner.com/UploadFile/sridhar_subra/ HandlingAJAXErrors10172008204811PM/HandlingAJAXErrors.aspx Implementing Cascading DropDownList in ASP.NET GridView http://www.dotnetcurry.com/ShowArticle.aspx?ID=221 4-Tier Architecture in ASP.NET with C# http://www.dotnetfunda.com/articles/article18.aspx Easy incremental status updates for long requests http://encosia.com/2007/10/03/easy-incremental-status-updates-for-long-requests/ Implementing autocomplete textbox in gridview using Ajax autocomplete extender http://www.dotnetfunda.com/articles/article224.aspx How to implement numeric paging in DataList? http://forums.asp.net/p/1234777/2238140.aspx ModalPopup as an AJAX Progress Indicator http://mattberseth.com/blog/2007/07/modalpopup_as_an_ajax_progress.html

A new way to DataBind() http://weblogs.asp.net/davidfowler/archive/2009/02/04/a-new-way-to-databindpossibly.aspx Developing Multicolumn-DropDown/DropDownList with ASP.NET, the GridView and the AJAX Control Toolkit http://www.thomasclaudiushuber.com/blog/2008/07/31/developing-multicolumndropdowndropdownlist-with-aspnet-the-gridview-and-the-ajax-control-toolkit/ Tracking User Activity http://dotnetslackers.com/articles/aspnet/Tracking-User-Activity.aspx Automatically Translate your .NET resource files with Google Translate http://www.codeproject.com/KB/cs/translateresx.aspx How to open popup windows in IE/Firefox and return values using ASP.NET and Javascript http://www.dotnetcurry.com/(X(1)S(5m5sac45ss0wk245dn11ar55))/ ShowArticle.aspx?ID=99&AspxAutoDetectCookieSupport=1 3 Different Ways to Display Progress in an ASP.NET AJAX Application http://www.dotnetcurry.com/ShowArticle.aspx?ID=227 ASP.NET AJAX CollapsiblePanelExtender http://www.dotnetcurry.com/ShowArticle.aspx?ID=230 Part 1: Communication from User control to Page in ASP.NET http://mats.softgear.se/post/ASPNET-101---Part-1-Communication-from-User-controlto-Page-in-ASPNET.aspx Creating a GridView with Resizable Column Headers http://mattberseth.com/blog/2007/08/creating_a_gridview_with_resiz.html CRUD operations using the List View Web Server Control http://www.techbubbles.com/aspnet/crud-operations-using-the-list-view-web-servercontrol/ A Dynamic Menu For Your Dynamic Data http://mattberseth.com/blog/2008/08/a_dynamic_menu_for_your_dynami.html Using ASP.NET and jQuery to Highlight a Row in GridView without a PostBack http://www.dotnetcurry.com/ShowArticle.aspx?ID=250 Manually sorting and paging Gridview without using datasource control http://weblogs.asp.net/vikram/archive/2008/04/15/manually-sorting-and-paginggridview-without-using-datasource-control.aspx

GridView Paging using ASP.NET AJAX Slider Extender http://www.dotnetcurry.com/ShowArticle.aspx?ID=219 Some Tips and Tricks while Using ASP.NET GridView Paging http://www.dotnetcurry.com/ShowArticle.aspx?ID=244 Search within records in GridView with searchbox in footer and highlight results using AJAX and C# ASP.NET http://csharpdotnetfreak.blogspot.com/2008/12/search-within-records-in-gridviewwith.html Making GridView Rows or Individual Cells Clickable http://interviews.dotnetthread.com/2009/02/making-gridview-rows-or-individual.html ASP.NET TreeView and SiteMap : 5 Common Tips http://www.dotnetcurry.com/ShowArticle.aspx?ID=257 Constructing Web Interfaces on the Fly http://www.novologies.com/post/2009/01/14/Constructing-Web-Interfaces-on-theFly.aspx Data Source Controls in ASP.NET 2.0 http://www.beansoftware.com/ASP.NET-Tutorials/Data-Source-Controls.aspx Implementing a Fixed GridView Header in ASP.NET http://www.codeguru.com/csharp/.net/net_asp/controls/article.php/c11443/ Freezing ASP.NET GridView Header With JavaScript and CSS http://www.codeproject.com/KB/webforms/FrozenGridHeader.aspx Real World GridView: Excel-like Frozen Headers for ASP.NET 2.0 http://blogs.msdn.com/mattdotson/archive/2006/03/02/542613.aspx GridView Examples for ASP.NET 2.0 http://msdn.microsoft.com/en-us/library/ms972948.aspx# GridView Sorting/Paging w/o a DataSourceControl DataSource http://ryanolshan.com/articles/c-gridview-sorting-paging-w-o-a-datasourcecontroldatasource/ How to update a database from a DataSet object by using Visual Basic .NET http://support.microsoft.com/kb/301248 How To: Use Forms Authentication with Active Directory in Multiple Domains in ASP.NET 2.0 http://msdn.microsoft.com/en-us/library/ms998345.aspx#

How to build Multi-Language Web Sites with ASP.NET 2.0 and VB.NET 2005 http://www.vbdotnetheaven.com/UploadFile/mosessaur/ aspnetlocalization02072006035253AM/ aspnetlocalization.aspx?ArticleID=541a527c-15ba-46e6-bedd-b6427d3dd4ac Retrieving the Just-Inserted ID of an IDENTITY Column Using a SqlDataSource Control http://aspnet.4guysfromrolla.com/articles/100108-1.aspx RSS Feed using ASP.NET 2.0 http://www.codeproject.com/KB/XML/RSSFeedEx.aspx A Simple DataGrid Row Tooltip For Beginners

http://www.codeproject.com/KB/webforms/ Tooltip.aspx?fid=102999&df=90&mpp=25&noise=3&sort=Position&view=Quick&fr=26&select=1407335 Uploading Files in ASP.NET 2.0 http://msdn.microsoft.com/en-us/library/aa479405.aspx# URL Rewriting in ASP.NET http://msdn.microsoft.com/en-us/library/ms972974.aspx# Using the ASP.NET 2.0 Wizard Control http://www.codeproject.com/KB/webforms/ASPNET20Wizard.aspx Sending Email in ASP.NET 2.0: HTML-Formatted Emails, Attachments, and Gracefully Handling SMTP Exceptions http://aspnet.4guysfromrolla.com/articles/080206-1.aspx Error Logging using ASP.NET 2.0 http://www.dotnetcurry.com/ ShowArticle.aspx?ID=94&AspxAutoDetectCookieSupport=1 Creating Custom GridView Control http://aspalliance.com/1768_Creating_Custom_GridView_Control.all Highlight text in GridView using javascript http://www.aspnetsource.com/Blog/article.aspx?articleId=17d25dc1-de7f-4e3d-b47ee4a6071eeb62 How to make image thumbnail using ASP.NET(C#) http://www.c-sharpcorner.com/UploadFile/raj1979/ ImageThumbnail11062008011338AM/ImageThumbnail.aspx How to prevent user going back to restricted area after logging out http://hemalrathod.spaces.live.com/blog/cns!DD18008EB0809405!144.entry

Installing MS chart adding into vs 2008 toolbox and using MS chart with sample code http://aspnetnova.blogspot.com/2009/01/installing-ms-chart-adding-into-vs-2008.html Loading Images Asynchronously Inside an ASP.NET GridView http://dotnetcurry.com/ShowArticle.aspx?ID=193 Looking back at the Year 2008 and the Year Ahead @dotnetcurry.com http://www.dotnetcurry.com/ShowArticle.aspx?ID=251 ASP.Net 2.0 - Master Pages: Tips, Tricks, and Traps http://www.odetocode.com/Articles/450.aspx Mystries of when does Session_End event fires in Asp.Net http://www.vikramlakhotia.com/ Mystries_of_when_does_Session_End_event_fires_in_AspNet.aspx State Management http://dotnetslackers.com/Community/blogs/haissam/archive/2007/11/26/ways-topass-data-between-webforms.aspx ASP .NET -Populating dropdown based on the selection of first drop down in DetailsView using FindControl and ItemTemplate http://csharpdotnetfreak.blogspot.com/2008/10/asp-net-populating-seconddropdown.html Pouplating Multiple DetailsView based on single GridView using DataKeyNames in ASP.NET http://csharpdotnetfreak.blogspot.com/2008/11/pouplating-multiple-detailsviewbased.html ASP.net Read gmail Email http://weblogs.asp.net/satalajmore/archive/2008/06/19/asp-net-read-email.aspx Read Excel using ADO.Net http://www.aspsnippets.com/post/Read-Excel-using-ADONet.aspx Retain position of a DragPanel Extender after postback using ASP.NET AJAX http://dotnetcurry.com/ShowArticle.aspx?ID=181 Save Changes on Close of Browser or when existing the page http://www.codeproject.com/KB/aspnet/Save_on_Close_of_Browser.aspx Search Engine Optimization - Moving View State to the bottom of the page http://www.manuelabadia.com/blog/ PermaLink,guid,7924eaf8-b406-43af-9444-b816f6dfa246.aspx ASP.NET Security – Securing Access to Files using the ASP.NET IHttpHandler

http://www.dotnetcurry.com/ShowArticle.aspx?ID=270 Select, Add, Update, and Delete Data in a ASP.NET GridView Control http://www.c-sharpcorner.com/UploadFile/raj1979/ GridViewExample11232008075052AM/GridViewExample.aspx Set Focus to an ASP.NET Control http://ryanfarley.com/blog/archive/2004/12/21/1325.aspx Storing and Retrieving Connection Strings in ASP.NET 2.0/3.5 http://www.c-sharpcorner.com/UploadFile/mamta_m/111032008120551PM/1.aspx ASP.NET AJAX TabContainer http://dotnetcurry.com/ShowArticle.aspx?ID=178 TWOSELECT USER CONTROL, MOVING ITEMS BETWEEN LISTBOX CONTROLS PART 1 http://weblogs.asp.net/brijmohan/archive/2008/10/26/twoselect-user-control-movingitems-between-listbox-controls-part-1.aspx Use image for error display in ASP.Net validators http://www.c-sharpcorner.com/UploadFile/sudhi.pro/ errorimageforvalidator05212008080352AM/errorimageforvalidator.aspx User validation across pages using session after login in ASP.NET using C sharp http://csharpdotnetfreak.blogspot.com/2008/12/user-validation-across-pagesusing.html ASP.NET HTTP Modules: http://worldofasp.net/tut/prjaspxmod/ASPNET_HTTP_Modules_168.aspx ASP.NET Social Networks - Making Friends - Part 1 http://www.codedigest.com/Articles/ASPNET/ 177_ASPNET_Social_Networks—Making_Friends_(Part_1).aspx ASP.NET Social Networks - Making Friends - Part 2 http://www.codedigest.com/Articles/ASPNET/ 178_ASPNET_Social_Networks—Making_Friends_(Part_2).aspx Create an ASP.NET Dynamic Data Website Using ADO.NET Entity Framework http://www.dotnetcurry.com/ShowArticle.aspx?ID=232 Display Master-Detail Data with the ModalPopup Extender and GridView http://www.dotnetcurry.com/ShowArticle.aspx?ID=212 EntityDataSource Control in ASP.NET 3.5

http://www.c-sharpcorner.com/UploadFile/raj1979/ EntityDataSource08112008131006PM/EntityDataSource.aspx Fight 404 errors with ASP.NET Routing http://www.codeproject.com/KB/aspnet/routing404.aspx ASP.NET File Upload with *Real-Time* Progress Bar http://mattberseth.com/blog/2008/07/aspnet_file_upload_with_realti.html Using FlexiGrid in your ASP.NET application http://www.raihaniqbal.org/blog/using-flexigrid-in-your-aspnet-application/ ASP.NET Security http://www.csharp-station.com/Articles/AspDotNetSecurity.aspx Server Control Basics http://www.c-sharpcorner.com/UploadFile/prvn_131971/ ServerControlBasics04232008031958AM/ServerControlBasics.aspx SQL Cache Dependency with SQL Server, LINQ and ASP.NET 3.5 http://www.dotnetcurry.com/ShowArticle.aspx?ID=263 Visual Studio 2008 Tips & Tricks for Developers:http://smallworkarounds.blogspot.com/2008/12/visual-studio-2008-tips-tricks-for.html Using ASP.NET 3.5 History Control with ASP.NET 2.0 http://www.dotnetglobe.com/2008/08/using-asp.html Enabling browser back button for GridView Paging and Sorting in Ajax 1.1 and 3.5 (using Visual Studio 2005/ Visual studio 2008) -- ASP.NET 3.5 http://interviews.dotnetthread.com/2009/02/enabling-browser-back-button-for.html Using HoverMenuExtender with ASP.NET ListView to Update, Delete and Insert Records http://dotnetcurry.com/ShowArticle.aspx?ID=191&AspxAutoDetectCookieSupport=1 Using SiteMap and MasterPages to set META Tags in ASP.NET and C# http://www.programminghelp.com/web-development/asp-net/using-sitemap-andmasterpages-to-set-meta-tags-in-asp-net-and-c/ Using JavaScript Effectively in ASP.NET 2.0 – Part 1 http://aspalliance.com/1701_Using_JavaScript_Effectively_in_ASPNET_20__Part_1.all Introducing the ASP.NET Silverlight Controls http://www.aspnetpro.com/articles/2009/04/asp200904aa_f/asp200904aa_f.asp

Managing Entity Framework ObjectContext lifespan and scope in n-layered ASP.NET applications http://dotnetslackers.com/articles/ado_net/Managing-Entity-FrameworkObjectContext-lifespan-and-scope-in-n-layered-ASP-NET-applications.aspx Create Dynamic GridView Control in C#/ASP.Net http://www.codedigest.com/Articles/ASPNET/ 168_Create_Dynamic_GridView_Control_in_C_ASPNet.aspx Creating RadioButton Validation Using Custom Validator http://highoncoding.com/Articles/ 502_Creating_RadioButton_Validation_Using_Custom_Validator.aspx Extending the ASP.NET Panel Control to Produce Rounded Corners http://www.c-sharpcorner.com/UploadFile/Mike%20Clark/PartA03042007200536PM/ PartA.aspx Using Session State in a Web Service http://www.codeproject.com/articles/35119/Using-Session-State-in-a-WebService.aspx Microsoft Project Code Named “Velocity”: a Practical Overview http://andreacol.net/blog/microsoft-project-code-named-velocity-a-practical-overview/ Performance Killer: Disk I/O http://nathanaeljones.com/11061_Performance_killer_Disk_I_O How To Read A PayPal Notification Email http://www.databasejournal.com/features/msaccess/article.php/3813406/How-ToRead-A-PayPal-Notification-Email.htm Retrieve data from a web page http://aspnetlibrary.com/articledetails.aspx?article=Retrieve-data-from-a-web-page Securing ASP.NET Applications http://www.novologies.com/post/2009/04/08/Securing-ASPNET-Applications.aspx Grouping in Silverlight 3 DataGrid http://www.dotnetcurry.com/ShowArticle.aspx?ID=305 Calling Silverlight Methods using JavaScript http://www.dotnetcurry.com/ShowArticle.aspx?ID=302 ASP.NET Popup Windows With Return Value http://www.eggheadcafe.com/articles/20060117.asp

Extending the GridView to Behave Like an Excel SpreadSheet (An Excel Like GridView) http://www.aspboy.com/Categories/GridArticles/Excel_Like_GridView.aspx Introduction to Dynamic Data Web Application Model: Part II http://www.c-sharpcorner.com/UploadFile/satisharveti/ DynamicWebappln201152009071350AM/DynamicWebappln2.aspx Creating Crystal Report in ASP.NET http://highoncoding.com/Articles/550_Creating_Crystal_Report_in_ASP_NET.aspx How to Create a Syndication Feed for your Website http://dotnetslackers.com/articles/aspnet/How-to-create-a-syndication-feed-for-yourwebsite.aspx header Calling JavaScript from ASP.NET Master Page and Content Pages - Part I http://www.dotnetcurry.com/ShowArticle.aspx?ID=273 Calling JavaScript from ASP.NET Master Page and Content Pages - Part II http://www.dotnetcurry.com/ShowArticle.aspx?ID=274 How to Export a Crystal Report to a PDF file Programmatically in ASP.NET? http://www.c-sharpcorner.com/UploadFile/mahesh/ ExportCRtoPDF10062006161918PM/ExportCRtoPDF.aspx Printing PDF from .NET http://aspalliance.com/514_CodeSnip_Printing_PDF_from_NET.all Displaying , Exporting and Printing Crystal Reports in ASP.NET http://www.codeproject.com/KB/aspnet/crCode.aspx Hierarchical GridView With Clickable Rows. http://www.aspboy.com/Categories/GridArticles/ Hierarchical_GridView_With_Clickable_Rows.aspx Custom Error Pages In ASP.NET http://www.beansoftware.com/ASP.NET-Tutorials/Custom-Error-Pages.aspx Creating a RequiredTextBox Web Server Control in ASP.NET http://highoncoding.com/Articles/ 529_Creating_a_RequiredTextBox_Web_Server_Control_in_ASP_NET.aspx Uploading Files and Validating Them Using the ASP.NET FileUpload and CustomValidator Controls

http://www.csharpuniversity.com/2009/03/05/uploading-files-and-validating-themusing-the-aspnet-fileupload-and-customvalidator-controls/ Errors And Exceptions In ASP.NET http://www.beansoftware.com/ASP.NET-Tutorials/Handling-Errors-Exceptions.aspx Best ASP.NET FAQ for Interviews http://forums.asp.net/t/967937.aspx Session Timeouts Causes and Remedies http://www.c-sharpcorner.com/UploadFile/technoNet/ SessionTimeout02192009052301AM/SessionTimeout.aspx Creating a Tabbed Wizard Interface in ASP.NET using jQuery Tabs http://www.dotnetcurry.com/ShowArticle.aspx?ID=316 Automatically Printing Crystal Reports in ASP.NET http://aspalliance.com/509_Automatically_Printing_Crystal_Reports_in_ASPNET.all Report Design Tips and Tricks http://technet.microsoft.com/en-us/library/bb395166(SQL.90).aspx Debugging AJAX using Microsoft AJAX Library, Internet Explorer and Mozilla Firefox http://www.codedigest.com/Articles/ASPNETAJAX/ 214_Debugging_AJAX_using_Microsoft_AJAX_Library_Internet_Explorer_and_Mozilla_Firefox.aspx Creating 3DBarChart Using ASP.NET 2.0 http://www.codeproject.com/KB/aspnet/Creating3DBarChart.aspx Sorting Custom Paged Results http://www.4guysfromrolla.com/articles/032206-1.aspx Ajax Update Panel Condition http://www.asp.net/Ajax/Documentation/Live/mref/ P_System_Web_UI_UpdatePanel_UpdateMode.aspx Live Data Binding using ASP.NET AJAX 4.0 Preview 4 http://dotnetslackers.com/articles/ajax/Live-Data-Binding-using-ASP-NETAJAX-4-0-Preview-4.aspx AJAX 3.5 http://msdn.microsoft.com/hi-in/library/bb398822(en-us).aspx Automatically Printing Crystal Reports in ASP.NET http://aspalliance.com/509_Automatically_Printing_Crystal_Reports_in_ASPNET.all

SumColumn: Custom DataGrid Column that automatically shows Sum/Count/ Average in DataGrid Footer http://www.vbdotnetheaven.com/UploadFile/sazizrahman/ SumColumn02192006041425AM/SumColumn.aspx Nine Options for Managing Persistent User State in Your ASP.NET Application http://msdn.microsoft.com/en-us/magazine/cc300437.aspx Picasa Style Photo Album Using ListView Control in ASP.Net 3.5 http://www.codedigest.com/Articles/ASPNET/ 232_Picasa_Style_Photo_Album_Using_ListView_Control_in_ASPNet_35.aspx Accessing Invisible Columns of GridView Control http://www.highoncoding.com/Articles/ 87_Accessing_Invisible_Columns_of_GridView_Control.aspx Using Lightbox in an ASP.NET Application (C#) http://www.c-sharpcorner.com/UploadFile/scottlysle/LightboxCS11142008232152PM/ LightboxCS.aspx Handling Empty Data in an ASP.NET Repeater control http://www.dotnetcurry.com/ShowArticle.aspx?ID=271 Bulk Insert into SQL Server using SqlBulkCopy http://www.dotnetcurry.com/ShowArticle.aspx?ID=323 IP Address Location In ASP.NET http://www.dotnetcurry.com/ShowArticle.aspx?ID=325 May 30th Links: ASP.NET, AJAX, ASP.NET MVC, Visual Studio http://weblogs.asp.net/scottgu/archive/2009/05/30/may-30th-links-asp-net-ajax-aspnet-mvc-visual-studio.aspx Read Data From an Excel File (.xls) in ASP.NET http://www.dotnetcurry.com/ShowArticle.aspx?ID=138 Using DataKeyNames in the ASP.NET GridView control http://www.dotnetcurry.com/ShowArticle.aspx?ID=291 How to Bridge the Client-Server Gap using AJAX and jQuery-Part 1 http://www.codedigest.com/Articles/jQuery/219_How_to_Bridge_the_ClientServer_Gap_using_AJAX_and_jQuery-Part_1.aspx How to migrate Visual Studio 2005 Web Application Project to Visual Studio 2008

http://blogs.msdn.com/webdevelopertips/archive/2009/06/18/migrating-vs-2005-webapplication-project-to-vs-2008.aspx sending sms through Website using asp.net http://forums.asp.net/t/1441023.aspx ASP.NET DropDownList with Custom Paging http://www.dotnetcurry.com/ShowArticle.aspx?ID=34 1 ASP.NET GridView with Custom Paging UI http://www.dotnetcurry.com/ShowArticle.aspx?ID=339 15 Books You Must Have If You Are Doing ASP.NET Web Development http://www.dotnetcurry.com/ShowArticle.aspx?ID=329 Understanding ASP.NET View State http://msdn.microsoft.com/en-us/library/ms972976.aspx Master-Detail with the GridView, DetailsView and ModalPopup Controls http://mattberseth.com/blog/2008/04/masterdetail_with_the_gridview.html ASP.NET Formview & GridView Coltrol. Insert, Update, Paging And Delete http://www.knowlegezone.com/documents/70/ASPNET-Formview--GridView-ColtrolInsert-Update-Paging-And-Delete/ Custom GridView Paging with ObjectDataSource Control with ASP.Net 2.0 http://www.codedigest.com/Articles/ASPNET/ 180_Custom_GridView_Paging_with_ObjectDataSource_Control_with_ASPNet_20.aspx ObjectDataSource Source Object Example http://msdn.microsoft.com/en-us/library/ms178538.aspx Using Parameters with the ObjectDataSource Control http://msdn.microsoft.com/en-us/library/57hkzhy5.aspx GridView with custom Digg-like paging http://kpumuk.info/asp-net/gridview-with-custom-digg-like-pager/ File Upload in UpdatePanel, ASP.NET AJAX http://geekswithblogs.net/ranganh/archive/2008/04/01/file-upload-in-updatepanelasp.net-ajax.aspx Logging ASP.NET Application Shutdown Events http://weblogs.asp.net/scottgu/archive/2005/12/14/433194.aspx

ASP.NET AJAX Control Toolkit ModalPopupExtender Control in Action http://www.codeproject.com/KB/ajax/ASPModalInAction.aspx CodeDigest.Com - Articles, FAQs, Codesnippets - July,2009 http://forums.asp.net/t/1444208.aspx Cleaner, Faster Ajax in ASP.NET http://www.novologies.com/post/2009/05/06/Cleaner-Faster-Ajax-in-ASPNET.aspx Creating a Tabbed Wizard Interface in ASP.NET using jQuery Tabs http://www.dotnetcurry.com/ ShowArticle.aspx?ID=316&AspxAutoDetectCookieSupport=1 Many Ways to Communicate With Your Database Using jQuery AJAX and ASP.NET http://www.mikesdotnetting.com/Article.aspx?ArticleID=104 Reading a csv file http://www.obilit.com/Examples/ReadCSV/ Fixed header and footer http://limpid.nl/lab/css/fixed/header-and-footer Calling Java Code from ASP.NET Web Applications http://www.aspnetpro.com/newsletterarticle/2009/01/asp200901wc_l/ asp200901wc_l.asp jQuery Ajax uploader plugin (with progress bar!) http://blog.codeville.net/2008/11/24/jquery-ajax-uploader-plugin-with-progress-bar/

Related Documents

General Asp Net
June 2020 4
Asp Net 1
December 2019 8
Mobile Asp Net
November 2019 11
Farsi Asp Net
November 2019 6
Asp Dot Net
November 2019 10