I've made myslef a custom browse for folder with checkboxes for multiple selection of folders but i'm having trouble browsing through the network. I want to be able to browse through network c...
sir,
I want to converting rupees in words by using javascript in asp.net with c#
send me that code
I want to write a program chat like yahoo. Using remoting in C#
Please help me.
The program can: private chat, public chat. Send file in private chat
I am trying to explore security in XML Web Services deployed in IIS. I need a sample application (which can be quite simple) on which I can demonstrate the security protocols i have chosen to ...
New to C# programming. Need help to write a dll component for changing the database connection to a ODBC system data source name. Using SQL Server 2005 and Visual Studio 2005
Thank you fo...
Hi all!
Whatever I do, I cannot get hold of the ReportExecutionService class from the ReportExecution2005.asmx.
I connect to it with a "Service referance" and I can see alot of elements ...
I've developed a web service that I want to require the client to pass a username / pwd to invoke the web service. The web service will run on a server that's part of an Active Directory windo...
Hi,
I have filled in my list box with data from my database. I would like to know if it will be possible to display in the list box as default 'Please select' and then have all the values??...
I've got the following code...
cmd = new SqlCommand(strSQL, conn);
cmd.Connection.Open();
strScalar = cmd.ExecuteScalar(); <======= Line causing error
What is the ret...
Hi,
I'm using the Telerik AJAX Manager to ajaxify a page, and I want to have a sound played at some point. I have been unable to consistently get a postback coming from an ajax request to ...
I am relatively new to using XML, so please bear with me.
I have an application which retrieves an XML file from a website. The XML file is the deserialised using a class created using XSD....
I want to convert a date value to integer UTC time format?
How is it done?
I have found a method that will convert to gray scale but it turns the entire transparent area black instead of keeping the background transparent and I would also like to just change the colo...
how do I script within a WinForm (C#) -- a label displaying a countdown counter.
that is obviously accurate in timing .. but not stop the user from doing other stuff within the same WinForm...
Hello, I am using C# with ASP.NET 2.0 and the jquery library. I am having a problem with setting the dispaly property of an element inside of the page, and then, when i call a server side met...
I have a MarqeeProgressBar control that should entertain the user while some time consuming operations take place. When I try to use it, it looks like it is being blocked by the very same oper...
I have a Grid which is populated with a DataTable in the code behind with c#. Each row in the datagrid has a checkbox. Since there are many rows, NewPageIndex is implemented(Codebehind). Which...
Hi,
I have been using VB for around a year now and have picked it up relatively well, I wanted to try something new so have moved onto C#. I am working on creating a simple RPG to play wit...
Hi,
I am creating an image by executing this statement,
colourInformation.DisplayImage = ScreenShot.CaptureImage(Point.Empty, Point.Empty, bounds);
in ScreenShot.CaptureImage (another cs...
I'm building an application that will download a text file of data into a directory in our site. My buddy is building the portion of the application that goes out and downloads the text file....
the attached script works -- but the vs compiler is giving me a warning message - indicating is obsolete...how do I upgrade this script statement ?
hi , i just find this code in a website. One thing i need your help. how to create a datatable with all the file information inside the foreach and display the information in the Gridview. Ho...
Hi,
I need to write some data into an XML file. I am using C# and that should work with (.Net Compact Frame Work).
My XML file almost looks like:
<student>
<id>1001</id>
...
I have a datatable fill from my sqlserver database and I would like to save this table into access DB (the access DB is empty, no table).
I would like to know if is it possible!!
Thanks!
leadSourceProvidersMemberID -- integer
the leadSourceProvidersMemberID value is being picked up from a database retrieve ok.
but, the DropDownList_LeadSourceProviders_ID.SelectedValue is...