Advertisement

1 - 10 of 57 containing alltags:("c#, .net 2005") (0.002 seconds)
I am woking on webservice in .net. My problem is that, from client side i am sending a Dataset which contains two Datatables. I want to update these two Datatables in to two tables in the Datab...
Zones: .NET, C#, ASP.Net ProgrammingDate Answered: 03/24/2008 Grade: A Views: 4
I had a xml file, I need to check whether the attrribute exist in certain element, as you can see the code below, the attribute "NoName" is missing in the 3rd brand element. How to check whether it...
Zones: Visual Studio, XML, MS Visual C++Date Answered: 02/24/2008 Grade: B Views: 4
hi experts, on the follwoing , i 'd like to generate a file, put it in a specific place and, give the file to the browser for download. what is wrong with my code? any advice is welcom...
Zones: MS Visual C#, .NET Framework 2.xDate Answered: 04/09/2008 Grade: B Views: 0
Can someone please provide me with a code snippit that: For each line in the multiline text box    Validate that the line contains 4 numerical digits    Append "some text" before and after the...
Zones: C#, Visual StudioDate Answered: 04/10/2008 Grade: A Views: 19
Using OpenFileDialog, I want to display the selected filename in a textbox. I currently have:             OpenFileDialog pListFile = new OpenFileDialog();             pListFile.ShowDialog();...
Zones: C#, .NET Framework 2.xDate Answered: 04/10/2008 Grade: A Views: 4
Hi There, I want to develop a data layer.I think like that i can set data layer's provider. I have to use access database and sql server. But i don't want to write 1 differetent class. I hope i ca...
Zones: Visual Studio, C#, MS Visual C#Date Answered: 05/02/2008 Grade: B Views: 18
Hi, I am upload a file with System.Net.WebClient webClient = new System.Net.WebClient()... My server side is php. At server side, server process file which i uploaded file. And it can be take long...
Zones: .Net Editors & IDEsDate Answered: 05/21/2008 Grade: A Views: 29
I get the error on the following line of code in my .ASPX page: <img alt="Quad Chart Image" src="quad_stream.aspx?qid=<%= Encryption64.EncryptQueryString(quad_id.Value, "xxxx") %>" /> As near...
Zones: .Net Editors & IDEs, C#, ASP.N...Date Answered: 05/27/2008 Grade: A Views: 0
Hi, My program has to run just one instance. How can i control it? If program starts before so new instance must not don't start. c# and .net 2005...
Zones: .Net Editors & IDEs, C#Date Answered: 08/17/2008 Grade: A Views: 0
I have a DataGridView with 10 rows and 2 columns.  I need the second column to be a ComboBoxColumn.  I want the list source to exclude items that are already selected into the column.  My combo lis...
Zones: .NET, Visual StudioDate Answered: 09/10/2008 Grade: A Views: 36