Click here to Skip to main content
15,891,513 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
See more:
C#
textBoxRecords.AppendText(match.Groups[1].Value + "\r\n");

out put:
time="2016-08-28 14:04:33" id="8888" name="Manik" workcode="0" status="0" authority="0X11" card_src="from_check"

can not item wise declare

need update below...
time=2016-08-28 14:04:33;
id=8888;.........

please help me....


What I have tried:

textBoxRecords.AppendText(match.Groups[1].Value + "\r\n");
Posted
Updated 4-Sep-16 0:18am

1 solution

If you look at the first time you posted this question, you will find the Regex to do exactly what you want: http://www.codeproject.com/Questions/1123110/String-insert-to-database[^]
Reposting the same question repeatedly without looking at solutions you have been given or even commenting is not going to make you any friends...
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900