No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.
2 Posted Topics
Hi All, I am new to .Net. I am converting a source which is in .net 1.1 to .net3.5. In 1.1 those people had used scritps for calendar popup. Let me show the sample code first In JSCalendar.aspx ---------------------------------- <%@ Page Language="C#" AutoEventWireup="true" CodeFile="JSCalendar.aspx.cs" Inherits="JSCalendar" %> <!DOCTYPE html PUBLIC "-//W3C//DTD …
Hi, I am converting .Net 1.1 source code to .Net 3.5. The source code is working fine in 1.1 but not in 3.5. I have an popup.aspx page in which I am using a text box and a calender image. By clicking that calender image, popup with calender should appear …
The End.
AnilKumar_502