Posts by Bruno Santos • 43 points
4 posts
-
1
votes1
answer32
viewsQ: Javascript src link
Boas, I have the following code, in a function Javascript, function(){ var noDataIcon = document.createElement("img"); noDataIcon.src = "~/Images/delete_database.png"; } happened to give me error in…
-
1
votes1
answer55
viewsQ: ado.net version of iis
Good, I have the following code: private void AspNet35() { String sWebSite = "W3SVC/1"; DirectoryEntry site = new DirectoryEntry("IIS://localhost/" + sWebSite + @"/Root"); try {…
-
1
votes1
answer331
viewsQ: Check that framework 3.5 is installed on the machine
I have to perform a function in C# to check that framework 3.5 is installed on the machine but not using Registry.LocalMachine.OpenSubKey("Software\Windows\Microsoft.NET\..."), because this function…
-
0
votes2
answers410
viewsQ: Loop Loop in Angularjs Cat Types
How to create a dynamic form at the angular, this form is composed of categories and types. It was supposed to create a tab with the various categories and within each category show the types. Below…
angularjsasked Bruno Santos 43