- Upvotes Received
- 0
- Posts with Upvotes
- 0
- Upvoting Members
- 0
- Downvotes Received
- 1
- Posts with Downvotes
- 1
- Downvoting Members
- 1
13 Posted Topics
HI, Here is what the requirement is like.There are few cctv's placed at a construction site,I want to view whats happening out there by sitting at some other place..i.e watch the action live on my website.How can this be done....can this be done using asp.net. Please some one help me … | |
Hi, I want to trace the SOAP messages using WSE3.0 by enabling trace.I am not able to see the trace output files. Here is what I am doing...I have developed a webservice Helloservice.asmx and configured it using WSEsettings for tracing. Also I developed a client application to test the service … | |
Hi, Can anyone let me know how to list all the users from a windows active directory using C#. thanks. santosh. | |
hi, Can someone help me in getting the userinformation from the windows Active Directory. My PC is installed with windowsXP.How to set the LDAP Path ? thanks. santosh. | |
Hi, I have written a webservice and is working fine when tested usng a client application.Now I want to deploy my webservice on a server other than the development server.How can this be done.what are steps to be followed. thanks. | |
hi, how can i display the range of record being shown in the page.. i.e like "Showing 15-25 of 100 records". thanks. | |
Hi, this is my xml fragment [B]<?xml version="1.0" encoding="ISO-8859-1"?> <Table xmlns="urn:UMS-application" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance/UMS_APP.xsd"> <Row> <APP_ID>skumar</APP_ID> <APP_NAME>1</APP_NAME> <APP_DESC>Sample test application 2</APP_DESC> <ACTIVE>true</ACTIVE> </Row> <Row> <APP_ID>10</APP_ID> <APP_NAME>Test3</APP_NAME> <APP_DESC>sample test</APP_DESC> <ACTIVE>true</ACTIVE> </Row> <Row> <APP_ID>11</APP_ID> <APP_NAME>Test4</APP_NAME> <ACTIVE>true</ACTIVE> </Row> </Table> [/B] this is the xsd schema file for validating the above xml [B]<?xml version="1.0" encoding="utf-8"?> <xs:schema … | |
[B]Hi, How to connect to sql server...on a remote system using the IP address of the machine. I actually want to start the MSSQLSERVER on a remote machine using the sql service manager. how can this be done. thanks.[/B] | |
Hi, I am sorry if I am posting ...at wrong place.I donno where to post this. I have developed a windows service which uses a timer...to run the SQL Server for exactly 30min.If sqlserer service is stopped it starts the service and stops it after 30min and vice versa. I … | |
Hi, I am using 3 radiobuttons which are disabled by default.I want to enable them when i check an other radiobutton on my form.what is the solution for this. plzz reply. thanks. | |
[B]Hi, I have some radiobuttons which I grouped them as set1..and another set of radiobuttons which I grouped as set2 which are disabled by default.When I click a radiobutton in set1 all the radiobuttons in set2 should be enabled and when I uncheck, all the radiobuttons should again become disabled. … | |
[B]HI, I want to define short keys (access key) for button and radiobutton list,checkbutton list in my page.It is working fine for simple radio button and checkbox but it is not working for radiobuttonlist and checkbox list. How to add access keys for Checkbox list and radiobutton list.[/B] thanks. | |
HI all, I have developed a master page with menu on left hand side.when I click the menu it collapses, and expands.I am not able to fix the size of the <td> element which has the menu. whenever I click the menu the height is decreasing...the height of the menu … |
The End.