Click here to Skip to main content
15,887,436 members

Comments by Member 11063279 (Top 22 by date)

Member 11063279 16-Aug-16 12:31pm View    
i have created website, now i want to give the user rights that he/she will be able to add new pages in the current website with different layout. Now please help me in this matter how can i enable the user to add, delete and edit the page.
Member 11063279 15-Aug-16 12:32pm View    
Thank you very much. i have done it :)
Member 11063279 15-Aug-16 11:01am View    
you are saying that i will access my data by making the external file?
please define me little bit more.. :(
I have paragraph like this
<p id="p1">

Some text


<p> Some text.....................................................................
</p>
</p>

please help me how can i save it?
Member 11063279 15-Aug-16 10:46am View    
Just Consider i have a Paragraph, now i want to save it in the database and then after saving want to show it on the Page. Please help me how can i do it?
Member 11063279 24-Sep-14 14:31pm View    
for example i note the time of the program using the
System.Diagnostics.Stopwatch stopwatch=Stopwatch.start;

this line use to not the time of the programe, then i convert it into string.now i want to convert it back into "System.Diagnostics.Stopwatch stopwatch" form. then who can i do it???