Hi, I was wondering if anyone could tell me if it is possible to write a xml program that would upload documents via HTTPS to a server. Is this possible?. If so please can someone explain how i would have to do this. Thanks Thanks J
Jag_K
Posts
-
Uploading documents via HTTPS via xml? -
xslt table iterationHi, i was wondering if anyone can help. i am looking to find out how i place data from a query into my table. However this is being done via xml and xslt. The data file arrives as xml. the xslt should then take the data and place it into a table. if there are 6 rows it should draw 6 rows only in the table etc. does anyone know how this can be done in xslt? and if so how?. Thanks Jagdish Thanks J
-
Connecting to an External Access databaseHi, I am using .Net and will need to connect to access database's from my c# application that i am developing. Please can someone advise if this is possible, and if so if they can point me to the right direction in terms of literature and code. Note: External meaning connecting to other company databases. Thanks for your time. Thanks J
-
MDIHi, I have the following code, Form MDIChild = new Form1(); mdiChild.MdiParent = this; not sure what this does MDIChild.Show(); When i run the code with line 2 it gives me the error message "namespace mdichild can not be found" However if i comment out line 2,it works fine. I am not sure what line 2 does. Please can someone explain,and also explain how i should fix this. Thanks