473,544 Members | 1,800 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
1,283
thread by: vishalanghan | last post Sep 28 '13 by: vishalanghan
Hello All, I want to convert Date to Hindu Calender. For e.g. today is 12th sep'2008 so convert it to bhadarvo sud baras,2068. can anybody help me how to do that?
0
1,142
thread by: Navas km | last post Sep 27 '13 by: Navas km
<script type="text/javascript"> $(document).ready(function () { var inputs = $(':input,select').keypress(function (e) { if (e.which == 13) { e.preventDefault(); var nextInput = inputs.get(inputs.index(this) + 1); if (nextInput) { ...
0
1,032
thread by: lekofk | last post Sep 27 '13 by: lekofk
i have a problem with editing a shelf table. i can save the data in the table shelf, but when i have to edit the information it gives an error. the error is that "there is already an opened database associated with this connection which needs to be closed first." i am doing a project in vb.net connecting with MySQL database. please help.
9
29,757
thread by: cravish | last post Sep 26 '13 by: spidervb
Hi, I have a problem while inserting Datetimepicker value into Sql database.The value which gets inserted in database is 01/01/1900 which is the wrong one ,as I wanted today or current date to get inserted in database. i am using VB.Net 2003 as my front-end and MS SQL 2000 as my back-End. Please help me....
5
22,233
balabaster
thread by: balabaster | last post Sep 25 '13 by: BAKUL TRIVEDI
How do you programmatically shift focus to the next tab stop? i.e. I have a bunch of textboxes that all have their tab orders set in sequence. The user hits enter as they finish entering data in any of them, I want to programmatically move the user to the next textbox in the sequence. Right now I'm using sendkeys to send the tab character, but...
1
1,497
thread by: Kerry Warret | last post Sep 22 '13 by: Luuk
I have known to set value to cell in Excel, but I have not know to set number format to the cell. for example I need to 12 show 12.00%, How to do using Acey.ExcelX which downloaded in www.aceyoffice.com. This is my code. using Acey.ExcelX IWorkbook workbook = ExcelxApplication.CreateWorkbook();
0
1,079
thread by: hasmeed | last post Sep 18 '13 by: hasmeed
I'm planning to develop a desktop app that will take care of all activities in a colleges. e.g. admission,graduation,staff payroll,examination,result,guardian details,reporting service.e.t.c. and I'm very good with wpf but I don't know if wpf allows mailing services as It will be sending payroll to staff every month. should I use wpf or...
1
1,381
thread by: sahu1988 | last post Sep 17 '13 by: zmbd
I am loading a datagriview with data in the tables. Below is the code I used. Dim da As SqlDataAdapter Try ds = New DataSet da = New SqlDataAdapter("select A.ANALCODE 'ANALYSIS CODE ID',B.ANALCODEDESC 'ANALYSIS CODE DESC' from ACT00052_P A,ACT00051_P B where B.ANALCODE = A.ANALCODE and A.SACCTCOMB = '" &...
0
995
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,108
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...
2
2,237
thread by: vingomail | last post Sep 11 '13 by: kombsh
I need a code to generate a balloon tooltip text for server controls when user has pointed mouse over on the control. I dont want to use the .net tooltip property because it shows like box tool tip. i need like ballon model Help me....
0
1,015
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,038
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,151
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,317
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
6
19,578
thread by: remya1000 | last post Sep 3 '13 by: kombsh
i'm using Vb.net. i need to find out the remote machine's time by using NET TIME. NET TIME i got this help from internet while searching. but while using this code i'm not able to display the time in my machine in "cmd". anyidea how can i find the remote machine time using NET TIME. if u have please let me know. thanks in advace
0
1,230
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,747
thread by: sanjay14121990 | last post Aug 28 '13 by: hosting charges
Vb.net 2008 feature.all versions of vb.net.
1
1,259
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,164
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,279
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...
3
1,754
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,239
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...
4
26,373
thread by: Chiefy | last post Aug 15 '13 by: Nate66873
C# APP Basically i am trying to use indexing on an array that i have fed into a method as its parameter. Here is a simplified version of my code. public void Inputs(string path) { string line; line = inputstream.ReadToEnd(); string words; char seperators = { '\t', '\n' }; words...
0
982
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?

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.