Browse by Tags

Related Posts

  • 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
  • Infosys Guys are blogging about .NET

    Infosys is India's most well know company at we all know.Recently I have visited the Infosys and I found there blogs about Microsoft Technologies. I had read some entries and I found lots of things to learn. here is the link for there blogs about Microsoft technology. http://infosysblogs.com/microsoft...
    Posted to Dotnetworld (Weblog) by Jalpesh P. Vadgama on 02-14-2008, 12:00 AM
    Filed under: General, ASP.NET, C#.NET, VB.NET, Infosys, Microsoft
  • 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: Popup, .Net 2.0, ASP.Net, C#.Net, javascript, VB.Net
  • Reading file content from different webserver using HttpWebRequest

    I was replying to one of the post on the ASP.Net forum in which the requirement was like reading txt file contents from different webservers. When he got satisfied with the solution then I thought to put the piece of code in my blog as well for others and my future reference. --- .vb file if VB.Net is...
    Posted to Faraz Shah Khan (Weblog) by farazsk11 on 02-16-2008, 12:00 AM
    Filed under: Webserver, File, C#.Net, .Net 2.0, VB.Net, ASP.Net, StreamReader, HttpWebRequest
  • 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
  • ASP.NET MVC Framework Link collection

    Microsoft will release it's Model view controller base framework for asp.net. In this user will have built in support for model view controller architecture. Here are the some interesting collection of links related to asp.net MVC Framework.. ASP.NET MVC Introduction: http://weblogs.asp.net/scottgu/archive...
    Posted to Dotnetworld (Weblog) by Jalpesh P. Vadgama on 02-19-2008, 12:00 AM
    Filed under: General, ASP.NET, C#.NET, VB.NET, SilverLight, AJAx, Microsoft, ASP.NET MVC
  • Benefits of DotNetNuke

    Dotnetnuke is open source content management system which provides various kind of functionality for content management and modular development. It provides a very good platform based Microsoft.net technologies to create web portals on the fly. You can create portal and subportals on a fly. Within some...
    Posted to DotNetJaps (Weblog) by Jalpesh P. Vadgama on 07-16-2008, 12:00 AM
    Filed under: ASP.NET, C#.NET, ASP.NET MVC, Cotent Management System, Dotnetnuke
  • Previous week startdate and enddate in sql server 2000,sql server 2005

    Following are the some tricky code to find previous week startdate and enddate in sql server 2000/2005   Set @STimeStamp=GETDATE() set @PStartDate=@STimeStamp-DATEPART(dw,@STimeStamp)-6 set @PEndDate=@STimeStamp-DATEPART(dw,@STimeStamp)
    Posted to Dotnetworld (Weblog) by Jalpesh P. Vadgama on 04-26-2008, 12:00 AM
    Filed under: ASP.NET, C#.NET, VB.NET, SQL Server, Microsoft
Page 1 of 1 (8 items)
Page view counter