Click here to Skip to main content
15,911,306 members
Home / Discussions / .NET (Core and Framework)
   

.NET (Core and Framework)

 
QuestionMessage Closed Pin
24-Mar-18 5:47
serpzen-pakar-seo24-Mar-18 5:47 
RantRe: What is reflector? Pin
Eddy Vluggen24-Mar-18 6:51
professionalEddy Vluggen24-Mar-18 6:51 
QuestionGet MAC address only from internal ethernet connection Pin
blueye8923-Mar-18 11:58
blueye8923-Mar-18 11:58 
AnswerRe: Get MAC address only from internal ethernet connection Pin
Dave Kreskowiak23-Mar-18 13:44
mveDave Kreskowiak23-Mar-18 13:44 
GeneralRe: Get MAC address only from internal ethernet connection Pin
blueye8924-Mar-18 7:32
blueye8924-Mar-18 7:32 
GeneralRe: Get MAC address only from internal ethernet connection Pin
Dave Kreskowiak24-Mar-18 7:41
mveDave Kreskowiak24-Mar-18 7:41 
GeneralRe: Get MAC address only from internal ethernet connection Pin
blueye8924-Mar-18 8:59
blueye8924-Mar-18 8:59 
GeneralRe: Get MAC address only from internal ethernet connection Pin
Dave Kreskowiak24-Mar-18 9:21
mveDave Kreskowiak24-Mar-18 9:21 
GeneralRe: Get MAC address only from internal ethernet connection Pin
blueye8924-Mar-18 9:29
blueye8924-Mar-18 9:29 
QuestionBest Practice Question When Enumerating Directories Pin
Alan Burkhart22-Mar-18 5:24
Alan Burkhart22-Mar-18 5:24 
AnswerRe: Best Practice Question When Enumerating Directories Pin
Gerry Schmitz22-Mar-18 5:52
mveGerry Schmitz22-Mar-18 5:52 
SuggestionRe: Best Practice Question When Enumerating Directories Pin
Richard MacCutchan22-Mar-18 5:56
mveRichard MacCutchan22-Mar-18 5:56 
GeneralRe: Best Practice Question When Enumerating Directories Pin
Alan Burkhart22-Mar-18 11:39
Alan Burkhart22-Mar-18 11:39 
GeneralRe: Best Practice Question When Enumerating Directories Pin
Richard MacCutchan22-Mar-18 23:02
mveRichard MacCutchan22-Mar-18 23:02 
GeneralRe: Best Practice Question When Enumerating Directories Pin
Alan Burkhart23-Mar-18 8:31
Alan Burkhart23-Mar-18 8:31 
AnswerRe: Best Practice Question When Enumerating Directories Pin
Eddy Vluggen22-Mar-18 6:55
professionalEddy Vluggen22-Mar-18 6:55 
GeneralRe: Best Practice Question When Enumerating Directories Pin
Alan Burkhart22-Mar-18 11:40
Alan Burkhart22-Mar-18 11:40 
QuestionVb.net delete rows based on search criteria Pin
Andiko21-Mar-18 23:11
Andiko21-Mar-18 23:11 
AnswerRe: Vb.net delete rows based on search criteria Pin
Gerry Schmitz22-Mar-18 6:00
mveGerry Schmitz22-Mar-18 6:00 
GeneralRe: Vb.net delete rows based on search criteria Pin
Andiko22-Mar-18 22:20
Andiko22-Mar-18 22:20 
GeneralRe: Vb.net delete rows based on search criteria Pin
Gerry Schmitz22-Mar-18 22:40
mveGerry Schmitz22-Mar-18 22:40 
GeneralRe: Vb.net delete rows based on search criteria Pin
Andiko23-Mar-18 0:14
Andiko23-Mar-18 0:14 
I can't create a list of string based on search criteria. If a search for "user= test" form textbox I want all the paragraph which belongs to this user to be included in list of string not just one row and then delete all rows which belongs to this user including [account], user,pwd,description,email,address,zip.

I think I don't need to split but join this in a string based in search criteria. (user= test)

Please help me with real code based on the list below

thanks


<b>[account]
user = test
pwd = test
description = test
email = "test@test.com"
address = "balalala"
zip = 235555</b>
AnswerRe: Vb.net delete rows based on search criteria Pin
Richard Deeming23-Mar-18 2:23
mveRichard Deeming23-Mar-18 2:23 
GeneralRe: Vb.net delete rows based on search criteria Pin
Andiko23-Mar-18 2:51
Andiko23-Mar-18 2:51 
GeneralRe: Vb.net delete rows based on search criteria Pin
Richard Deeming23-Mar-18 2:59
mveRichard Deeming23-Mar-18 2:59 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.