473,574 Members | 2,580 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

.NET Framework Forum

Microsoft . NET Framework - Ask questions about Windows Communication Foundation(WCF), Windows Workflow Foundation(WF), applications (web, server, smart clients, console and database).
0
997
thread by: Amanbbk | last post Sep 17 '13 by: Amanbbk
Which Xceed component(library) supports SFTP? I have compression,zip and FileSystem. Which one should I be looking for?
0
1,109
thread by: Amanbbk | last post Sep 16 '13 by: Amanbbk
Hi All, Is there any way that we can login to SFTP server without using password, but only by using the public certificate provided? I know that the client can connect if it has a private key file and the public certificate resides at the server. Here, the situation is that the SFTP server has provided the client with the username and a...
1
1,465
thread by: Anki1989 | last post Sep 30 '13 by: jeffreyk16
Hello all, I have an issue in LinkButtonCss. I've an javascript funtion, function ActiveLink() { var InpHide1 = document.getElementById('<%= InpHide.ClientID %>'); var InpHideLB = document.getElementById('<%= InpHideLB.ClientID %>'); if (InpHide1.value != "0") { //link button text color css is pending...
0
1,016
tsubasa
thread by: tsubasa | last post Sep 10 '13 by: tsubasa
I have an array that is in C# using the .Net framwork and I have the code to delete items from the array, but I am trying to figure out how to update an item in the array. public DataSet GetDataSetCar() { if (Session == null) { DataSet ds = new DataSet(); DataColumn colID = new...
0
1,040
thread by: robertybob | last post Sep 9 '13 by: robertybob
Hi As a newbie with all this I'm now at the stage where I need to think about protecting my code but it's like I've stepped up way above my head with all this talk of obfuscation etc. My application has 2 major causes for concern. 1. I have proprietary algorithms in the code that have taken me months to develop and form the basis for the...
0
1,158
thread by: hr007 | last post Sep 5 '13 by: hr007
I'm displaying a PDF within an Iframe and I have a dynamic button which says Print. On the click of that button, I want to print only the PDF which is displayed in the iframe and not the complete page. I'm using the below code to print but it is printing the whole page. try { iframe = document.getElementById('id of...
0
1,318
scriptick
thread by: scriptick | last post Sep 4 '13 by: scriptick
Hello, I was write a class on VB.NET and i wanna move my project on C#.NET. I know VB.NET class can be converted to DLL. I also do that but i have a problem with just one line code : On the class i wrote a code like this : MyProject.Forms.frmMain.ComboBox1.Items.Add(modKb.Items(i).Name) More Details : Public Class modLay
0
1,233
thread by: ron2k14 | last post Sep 1 '13 by: ron2k14
My Solution is working without getting this error in my last laptop but when i copy my solution to other computers it receive an error like this. What is the solution to my problem? Thanx
1
1,749
thread by: sanjay14121990 | last post Aug 28 '13 by: hosting charges
Vb.net 2008 feature.all versions of vb.net.
1
1,261
thread by: Mudassir | last post Aug 27 '13 by: buy phone
Dear all, i want to use asp.net templates for developing an article like website. For Examples, the user will visit the site and on the home page will be different categories. the user will be able to browse categories and subcategories and so on.. my question is that is there any .Net Template like those of wordpress..?? where can i get help...
0
1,166
thread by: Radzhab | last post Aug 25 '13 by: Radzhab
I want add data to Mozilla Thunderbird address book. Anybody have c# example of it?
0
1,281
thread by: JudgeRoyBean | last post Aug 25 '13 by: JudgeRoyBean
I've got a "simple" app (Windows Forms) in which I'd like to have a ComboBox (takes up one line) with dropdown list (display multiple lines), but I'd like to be able to select multiple items (like a ListBox). I've tried to "fake it" by designing a control with a ComboBox (with no entries) and an invisible ListBox with multiple lines that...
0
1,244
fugio
thread by: fugio | last post Aug 19 '13 by: fugio
I'm implementing a function. While choosing any of datagridviewcheckboxcolumn in form1 and show form2 when click button to close, datagridviewcheckboxcolumn in the form1 will is false ? Please help on this. using System; using System.Collections.Generic; using System.ComponentModel; using System.Data; using System.Drawing; using...
0
985
thread by: sridhar24 | last post Aug 14 '13 by: sridhar24
I want to use AxMSWinsockLib.AxWinsock from Microsoft, what namespace should I imports first before I can use it? or what I should include?
3
1,755
thread by: aswal | last post Aug 22 '13 by: redz
I have created a setup project for my database application. Here is the connection string con.ConnectionString=@"Data Source=|DataDirectory|\data\Employees.sdf"; After its installation when i opened it, it is showing the following error Access to the database file is not allowed.
0
1,320
thread by: cryan | last post Aug 9 '13 by: cryan
Hello, I have nested BSON documents inside an array in the document. I would like to be able to add/update items without having to do so many queries to check if it exists. Is there an easier/more efficient way to do it? This is going to be done a few million times every hour. Example structure /* 0 */ { "_id" :...
1
1,197
thread by: vmkrishna534 | last post Aug 7 '13 by: vijay6
I have a Query for getting the Sum of Stockvalue select sum(Itm_Prc*Itm_CrntStk) as Stckvalue from dbo.Ptr_ItemHdr how to write this Query in lingtosql? help me.
1
11,209
sainathsagar
thread by: sainathsagar | last post Jul 26 '22 by: Willjoe
public void AudioConvert(){ FileStream fs = new FileStream(InputFileName, FileMode.Open, FileAccess.Read); NAudio.Wave.WaveFormat format = new NAudio.Wave.WaveFormat(); NAudio.Wave.WaveStream rawStream = new RawSourceWaveStream(fs, format); NAudio.Wave.WaveStream wsDATA = WaveFormatConversionStream.CreatePcmStream(rawStream);
0
1,250
thread by: shivamseo | last post Aug 2 '13 by: shivamseo
Hello, I want to know how many web.config files can i have in an application? Please Tell me reply fast as soon as possible.
0
1,168
thread by: zacksoniar | last post Jul 26 '13 by: zacksoniar
Hello Everybody, I have just learned few new technologies like WPF & WCF but i am not feeling that confident in working with these technologies as I dont know what end result application in such technologies look like. Could you please help me in finding out projects like BeerHouse project where with reading about technology, I can also...
0
1,084
thread by: prajwali | last post Jul 24 '13 by: prajwali
hi friends, i m currently working in core php bt i have knee of interest in asp that's reason, i m new to asp.net, i am just learning asp.net using this site and some resources from internet , internet is the only source for me. and here i have a project that should be designed by the pattern of 3 tier architecture. i have an idea, but i...
0
1,096
thread by: mnurarifien | last post Jul 24 '13 by: mnurarifien
I have tables like that in Datagridview: DatagridView: Name Company(*) Planing ---------------------- Hi A A1 Ki B B1 ---------------------- *) column Company as name of table in database #) column Planing as name of Column in Table A.
1
2,048
thread by: mnurarifien | last post Jul 24 '13 by: mnurarifien
i have a same problem too Changing the dropdown list subset on a DataGridView combobox column at runtime. I am using WPF C# VS 2010. i hv an example some like this: //####### Reference, Link: http://www.codeproject.com/Articles/245787/Changing-the-dropdown-list-subset-on-a-DataGridVie //####### Table_main structure:...
0
1,142
fugio
thread by: fugio | last post Jul 21 '13 by: fugio
Hi there ! how to select row from datagridview when column have cells is empty I tried this but nothing worked Please help on this private void selectrow() { int i; for( i=0 ;i<dataGridView1 .Rows .Count -1;i++) { string row = dataGridView1.Rows.Cells.Value.ToString();
1
3,718
thread by: jaseemibs001 | last post Jul 21 '13 by: Rabbit
I have query like this: select SUM(DATEDIFF(MI,t.Paydate,t.DelDate)) as sum_min, AVG( CONVERT(NUMERIC(18,2), DATEDIFF(MI,t.Paydate,t.DelDate) ) ) as avg_min from Transaction_tbl t where t.transactID in(24,25) group by t.vtid I am getting out put like this: sum_min avg_min ----------- --------------------------------------- 26 ...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.