Forum: ASP.NET Jul 14th, 2008 |
| Replies: 0 Views: 923 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... |
Forum: RSS, Web Services and SOAP Jul 12th, 2008 |
| Replies: 0 Views: 2,735 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... |
Forum: C# May 16th, 2008 |
| Replies: 0 Views: 376 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. |
Forum: C# May 15th, 2008 |
| Replies: 2 Views: 9,970 Hi,
Can anyone let me know how to list all the users from a windows active directory using C#.
thanks.
santosh. |
Forum: RSS, Web Services and SOAP May 5th, 2008 |
| Replies: 3 Views: 2,320 Hi,
I am working from home for my client.Actually I have written a webservice in C#.net which is working fine.I also have a webapplication which uses this webservice..and the application works fine... |
Forum: RSS, Web Services and SOAP May 2nd, 2008 |
| Replies: 3 Views: 2,320 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... |
Forum: ASP.NET May 1st, 2008 |
| Replies: 0 Views: 453 hi,
how can i display the range of record being shown in the page..
i.e like "Showing 15-25 of 100 records".
thanks. |
Forum: XML, XSLT and XPATH Apr 29th, 2008 |
| Replies: 0 Views: 987 Hi,
this is my xml fragment
<?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>
... |
Forum: C# Apr 18th, 2008 |
| Replies: 3 Views: 645 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... |
Forum: C# Apr 17th, 2008 |
| Replies: 6 Views: 1,808 Hi...this is the complete code.I had set the timer for 1min.When I start the service it is working fine for about 3 or 4 min..and it stopps working.what is the reason.
using System;
using... |
Forum: C# Apr 16th, 2008 |
| Replies: 6 Views: 1,808 public partial class LDMSN : ServiceBase
{
private Timer _timer;
private bool _IsStarted;
private int TimerValue=60000;
public LDMSN()
{
... |
Forum: C# Apr 15th, 2008 |
| Replies: 6 Views: 1,808 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... |
Forum: JavaScript / DHTML / AJAX Apr 11th, 2008 |
| Replies: 2 Views: 1,386 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. |
Forum: JavaScript / DHTML / AJAX Apr 10th, 2008 |
| Replies: 3 Views: 1,555 SET1
<asp:RadioButton ID="rdintrvl" runat="server" Text="Interval" GroupName="set1" />
SET2
<asp:RadioButton ID="rddays" Text="Days" GroupName="set2" runat="server" Enabled="False"/>... |
Forum: JavaScript / DHTML / AJAX Apr 9th, 2008 |
| Replies: 3 Views: 1,555 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... |
Forum: ASP.NET Mar 30th, 2008 |
| Replies: 2 Views: 1,683 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... |
Forum: ASP.NET Mar 26th, 2008 |
| Replies: 1 Views: 724 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... |