Create notepad in runtime asp.net
-
Hi guys how to creat note pad in runtime in asp.net plz give some sample code
Praveen Kumar.R
-
Hi guys how to creat note pad in runtime in asp.net plz give some sample code
Praveen Kumar.R
Your question is illogical. You can't create a notepad in ASP.NET, because you can't save files locally. You can trivially add a text control, and save the contents to the server, however. What do you mean by 'in runtime'. What is it you want to do ?
Christian Graus - Microsoft MVP - C++ "I am working on a project that will convert a FORTRAN code to corresponding C++ code.I am not aware of FORTRAN syntax" ( spotted in the C++/CLI forum )
-
Hi guys how to creat note pad in runtime in asp.net plz give some sample code
Praveen Kumar.R
Did U mean text editor ? U should use javascript to ceate that. www.fckeditor.net Hope this will help U
Regard, Edwin