Feeds:
Posts
Comments

Archive for the ‘Dot Net’ Category

C# Windows Validation by ErrorProvider   In ASP.Net 2.0 we use different Validation controls from Toolbox for validations (Just Drag & Drop, No need of writing code in C#). But in Case of C# windows application this feature is not available so we use Error Provider control to do any type of validation.     [...]

Read Full Post »

ASP.Net & C# Create HTML Controls Dynamically   It is very easy to create HTML controls before running a Web Page. Just Drag and Drop from ToolBox or write HTML code or ASP code for that Web Page (.aspx). But people think that generating HTML controls during runtime is difficult. But it’s quite easy. There [...]

Read Full Post »

ASP.Net, C# and Javascript Count Down Timer ASP.Net Code While displaying a count down timer on your Web Page you need to do following things : On the web page you need to add 7 controls. In that one is HTML Text box which displays the count down time <input type=”text” readonly =”true” size=”8″ id=”counter” style=”text-align:center; [...]

Read Full Post »

Follow

Get every new post delivered to your Inbox.