Home / ASP.NET Weblogs

Browse by Tags

Related Posts

  • How to add service reference dynamically from user control? Microsoft Ajax

    First, Create a web page default.aspx and put the html code as following.. --------------------------------------------------------------------------- <asp:ScriptManager ID="MainScriptManager" runat="server"> </asp:ScriptManager> --------------------------------------...
    Posted to DotNetJaps (Weblog) by Jalpesh P. Vadgama on 08-11-2008, 12:00 AM
    Filed under: ASP.NET, C#.NET, VB.NET, JavaScript, AJAx, ASP.NET MVC, WebService
  • Javascript Enable/Disable Dropdown in Gridview using Checkboxes

    If you come up with some requirement in which you have a Checkbox and a DropDownList in GridView control and you are requried to enable disable the DropDownList on the basis of the CheckBox value you can use following Code. -----------------------------------.aspx file ------------------------------...
    Posted to Faraz Shah Khan (Weblog) by farazsk11 on 02-27-2008, 12:00 AM
    Filed under: javascript, C#.Net, Checkbox, GridView, VB.Net, ASP.Net, ASP.NET 2.0, dropdown
  • Passing value from popup window to parent form's TextBox

    Once again seen lot of questions on the forum related to passing values from popup window to the parent form textbox. Specially when they have some GridView type control in the popup. In the following example I will be using two forms, parent form will be parent.aspx and popup will be popup.aspx. Also...
    Posted to Faraz Shah Khan (Weblog) by farazsk11 on 02-16-2008, 12:00 AM
    Filed under: javascript, C#.Net, .Net 2.0, VB.Net, ASP.Net, Popup
  • Check/Uncheck checkboxes in GridView using javascript

    Seen a lot of questions regarding how to check/uncheck CheckBoxes within a GridView control using JavaScript. So I thought to put it on my blog for quick reference for others and for myself. Following is the code: ------------------------------------------- .aspx code -------------------------------...
    Posted to Faraz Shah Khan (Weblog) by farazsk11 on 02-13-2008, 12:00 AM
    Filed under: javascript, Check/Uncheck, C#.Net, Checkbox, .Net 2.0, Select All, GridView, VB.Net, ASP.Net
  • Callback and JSON-Based JavaScript Serialization

    FYI: sample code is attached @ the end When working in ASP.NET, sometimes you need to call server-side methods asynchronously without having either full-page or partial-page postback. Thanks go to the ASP.NET team to provide an easy implementation of ICALLBACK. ICALLBACK ICALLBACK is a lightweight process...
    Posted to Muhammad Adnan Amanullah (Weblog) by Muhammad Adnan Amanullah on 01-26-2008, 12:00 AM
    Filed under: C#.NET, ASP.NET, JAVASCRIPT, JSON, CALLBACK
  • client server hell

    It is always been a tension for web developers to write/read/run/access code between client side and server side. like write script at server side and use that @ client side or vice versa. today i would like to share some of my knowledge about this. HTH write javascript script @ server side and invoking...
    Posted to Muhammad Adnan Amanullah (Weblog) by Muhammad Adnan Amanullah on 01-26-2008, 12:00 AM
    Filed under: C#.NET, ASP.NET, JAVASCRIPT
  • ASP.NET Performance tip- Combine multiple script file into one request with script manager

    We all need java script for our web application and we storing our JavaScript code in .js files. Now If we have more then .js file then our browser will create a new request for each .js file. Which is a little overhead in terms of performance. If you have very big enterprise application you will have...
    Posted to DotNetJalps (Weblog) by Jalpesh P. Vadgama on 12-30-2010, 12:00 AM
    Filed under: ASP.NET, C#.NET, JavaScript, AJAx, ScriptManager, UpdatePanel
  • Converting a generic list into JSON string and then handling it in java script

    We all know that JSON (JavaScript Object Notation) is very useful in case of manipulating string on client side with java script and its performance is very good over browsers so let’s create a simple example where convert a Generic List then we will convert this list into JSON string and then we will...
    Posted to DotNetJalps (Weblog) by Jalpesh P. Vadgama on 01-09-2011, 12:00 AM
    Filed under: ASP.NET, C#.NET, JavaScript, AJAx, WebService, C#, jQuery, ASP.NET 4.0, JSON
  • Page methods in asp.net

    Now days people are looking for richer and fluid user experience and to create that kind of application Ajax is required. There are several options available to call server-side function from JavaScript with ASP.NET Ajax and if you are using asp.net 2.0 or higher version of Microsoft.NET Framework then...
    Posted to DotNetJalps (Weblog) by Jalpesh P. Vadgama on 12-24-2011, 12:00 AM
    Filed under: ASP.NET, C#.NET, JavaScript
Page 1 of 1 (9 items)