User Control Requirement
-
Hi All, I have a requirement for a user control. Below is the specification of that. This control should be able to read a quote from a database table (sqlserver2005) and it should display the Quote on daily basis. Randomly display a quote but once display on a particular date should be repeated until all the quotes are displayed. Before changing to a different quote display, the old quote should be stamped with the date it was displayed. Table name : DailyQuotes Fields:- QuoteId : integer Quote : nvarchar(Max) LastdisplayDate : datetime. I am developing usiing C# and Asp.net2.0 its very urgent kindly help me. Regards, chitra
-
Hi All, I have a requirement for a user control. Below is the specification of that. This control should be able to read a quote from a database table (sqlserver2005) and it should display the Quote on daily basis. Randomly display a quote but once display on a particular date should be repeated until all the quotes are displayed. Before changing to a different quote display, the old quote should be stamped with the date it was displayed. Table name : DailyQuotes Fields:- QuoteId : integer Quote : nvarchar(Max) LastdisplayDate : datetime. I am developing usiing C# and Asp.net2.0 its very urgent kindly help me. Regards, chitra