3
Answers

toolbox

rik bal

rik bal

10y
655
1


In my app the contents of a file is displayed in a TextBlock with ScrollViewer, as you can select each item from the TextBlock and edit it, delete it, and then save the file?

if it is not properly a TextBlock or textbox as a tool to display / select / edit each line as a tool I can use?

I've done the APP that does everything above but divided into multiple pages, with the search for the exact text to be edited etc etc ... I would make sure when you see the contents of the file if necessary, select the items to change the TextBlock or other instrument .... so do not search for text in the file to another page ...

I hope I was clear enough. Thank you
Answers (3)
0
Jignesh Trivedi

Jignesh Trivedi

NA 61k 14.2m 12y
hi,

your quesion is not too much clear....

correct me! from frend end you have dept name, emp name and you want to add record in emp Master.

so first of all get dept id from deptMaster table from dept name

select deptId from deptName = @deptName.

now insert record in empMaster.

hope this will help you.