What i am trying to do is use a textbox to unminify js and css, but the problem is that i don't really know how to go about getting the textbox to read the external code. Also should i be using VB.NET to complete the task i am trying to do.
So what i have is a textbox, a button (btnCSS) that will convert css and another button (btnJS) that will convert JavaScript. I also have another button that will do the opisite of what i'm trying to do but if i learn how to unminify it first then i should be able to figure out the other way around.
So what i have is a textbox, a button (btnCSS) that will convert css and another button (btnJS) that will convert JavaScript. I also have another button that will do the opisite of what i'm trying to do but if i learn how to unminify it first then i should be able to figure out the other way around.