Get Master Pages tutorials from ASP.Net web site,There are 10 tutorials what are very useful to learn and also for good pectic for coding. Specifying the Master Page Programmatically and Nested Master are realy useful.Click HereThere is also available code C# and VB to downloa...
30 July 2008



I was trying to validate FCK Editor, that user must have to enter some value in Editor using RequiredFieldValidator.But I found that, Required Field Validator will not work with FCK editor directly until you did not change “EnableClientScript” equal to “false".But CustomValidator will work with FCK editor.There are two ways to add FCK Editor in ASPX page.Add Editor using JavaScriptOr Add Editor using...
22 July 2008


How to Load User Control Dynamically and also access it's property dynamically.support u have two user controlUser Control "a0"%@ Control Language="C#" AutoEventWireup="true" CodeFile="a0.ascx.cs" Inherits="UserControlTest_a0" %asp:TextBox ID="TextBox1" runat="server">!--asp:TextBox>br /asp:Button ID="Button1" runat="server" Text="Button" /And there is a property to something for text value in it's CS file.public string TextValue{ get { return TextBox1.Text; } set { TextBox1.Text =...
14 July 2008
05 July 2008


Don't type too much in aspx page!just write asp: Labeland press enter asp:Label runat=”server” id=”asp_Label2943″ />Download this add-in from hereUnzip download and copy to :C:\Documents and Settings\[USER]\Application Data\Microsoft\MSEnvShared\Addinsif you did not found "MSEnvShared" and "Addins" folder then create it manuall...
Subscribe to:
Posts
(
Atom
)