Hello, I have created a page that allows users to retrieve, delete, Edit & Update information to a database. I am trying to write write a flat file that will write all the text boxes that have been changed. The code in VB is:

For Each Item In Request.Form ' if instr(1,Item,"HID_") > 0 then 'FormFile.WriteLine(Replace(Item,"HID_","") & " = " & (Request.Form(Item) = Request.Form(Replace(Item,"HID_","")))) ' if not Request.Form(Item) = Request.Form(Replace(Item,"HID_",""))) then

How do I do this in C#?

Thank you.

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.