In this blog I will explain how to write a text file in ASP.NET. Here is my code:- There is a Textbox and one button. You can type your name in textbox and it will write into your text file. You can c...
Last week I have checked a website. In that website I saw my name and when I clicked on my name, it changed into a textbox and asks me update for my name. I found it very good. Today I have created a ...
Today I was working on checkbox. I have faced a problem and problem was how I can insert value in Textbox on Checkbox‘s checked event (without postback) . But at last I have solved this problem.I thou...
When you set the mode of the TextBox is Password and retrive the password from the DB then the TextBox will be blank for security purpose If you want to display the password in the textbox in * format...