6
Answers

Developing a word processor like Tx Text Control

shaik akhtar

shaik akhtar

15y
7.3k
1

Hi all,
Tx Text Control has almost all the features that a word processor has. It does not require MS Office installed for creating word documents.
I wanted to modify the project titled "Word Processing with an Extended Rich Text Box Control" . Can some one help me to progress on this.
Initially, I want to start with reading and writing/creating doc files.
 
Thanks in advance
Answers (6)
0
Mahesh Bodepudi

Mahesh Bodepudi

NA 90 14.3k 9y
As of now in Controller's Action method I am using the code below to set no of records per page
 
return View(viewModel.ToList().ToPagedList(page ?? 1, 50)); 
0
Manas Mohapatra

Manas Mohapatra

NA 29.3k 3.3m 9y
How you are getting data from Controller's action: AJAX or direct call to action.
 
Provide some code snippet.