473,748 Members | 2,685 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

C# / C Sharp Forum

2
1,292
thread by: esmbro73 | last post Jan 17 '13 by: Anas Mosaad
I have to write a program for a restaurant and their food has to be cooked on a hot sheet of metal and too cook their burgers properly I must keep a maintain temp of 400 °F, for the grill and to measure the temperature using a probe at 12 points, there are 3 elements with 3 points on them
2
2,216
thread by: spv2 | last post Jan 17 '13 by: spv2
this is dialog open function and i am calling it from page behind. function OpenDialog(url) { $('#searchDialog').dialog({ autoOpen: false, width: 900, height: 600, modal: true, open: function () { $(this).load(url); ...
0
1,852
thread by: zoho | last post Jan 16 '13 by: zoho
We have socketserver that was developed using SocketAyncEventArgs based loosely on based loosely on the MS sample at http://msdn.microsoft.com/en-us/library/system.net.sockets.socketasynceventargs.aspx Recently we had an issue with the socket server , it is not accepting new connections at all.But after restarting the service it worked.It is...
5
2,873
thread by: pajju1992 | last post Jan 16 '13 by: Rabbit
can anyone suggest me how can i burn and read data from cd rom in c# language.???
2
2,753
thread by: patilrajesh81 | last post Jan 15 '13 by: leecorp
my file is like: <?xml version="1.0" encoding="utf-8"?> <CarList xmlns="http://tempuri.org" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://tempuri.org carSchema.xsd" > <cars car_Id="1"> <car_make>MARUTI</car_make> <car_model>WAGONR</car_model> <car_year>2000</car_year>
2
1,910
thread by: kkcsharp | last post Jan 14 '13 by: adriancs
Hi. I am trying to create an on-line product store. I'm having trouble with setting up the code to correctly acknowledge quantity desired per product item in the shopping cart at check-out. I want to be able to capture multiple impressions/hits/clicks per item and increase the # in the quantity box each time someone clicks on the same item. For...
7
11,122
thread by: Salin786 | last post Jan 14 '13 by: adriancs
I have a text box invoice no on windows form and i need to retrieve data from database and everytime user click on the add button the invoice no should increment by 1
1
2,487
thread by: sekharopponnam | last post Jan 14 '13 by: adriancs
public partial class Loginform : Form { public Loginform() { InitializeComponent(); } private void btnlogin_Click(object sender, EventArgs e) { if (!Directory.Exists(("//CENSYS06/C:/chandu/abc.txt")))
1
2,334
thread by: kishorparmar | last post Jan 14 '13 by: adriancs
I have MDI form which contains mutliple tabs and each tab has its own child form . When user presses ALT TAB from the from to other application its fine but when users presses ALT TAB back to my application it should keep focus on child form last time it was selected. Any help would be appreciated
1
3,326
thread by: Net4life | last post Jan 14 '13 by: adriancs
I have a winform with a penal which is supposed to be used a LED indicator for a serial port communication. Basically, it is supposed to flash RED Color if not it should be BLACK. As a test, I created a very simple program - winform with a panel, timer and a button. When you click the button, it starts the timer and updates the panel's...
0
2,036
thread by: Mohit tyagi | last post Jan 9 '13 by: Mohit tyagi
I am trying to pass the parameter with value in crystal report but it is showing NullReferenceException was unhandled. the line showing error is "crystalReportViewer1.ParameterFieldInfo = paramFields;" I created the parameter field with the same name in Field Explorer. my code look like as : ParameterFields paramFields = new...
1
1,499
thread by: lingamprasads | last post Jan 8 '13 by: Anas Mosaad
i have an xml which is in showing in multilines and the tags are not in single line and are discontinued in next line .I need to this xml to be in correct format and want to display as xml .
1
2,839
thread by: madankarmukta | last post Jan 7 '13 by: PsychoCoder
Hi, I wanna know if I can override form.show() event. The is just to make no call to static/instance operations of the other sub forms of the parental form. Please guide.
0
1,183
thread by: dxc31202 | last post Jan 7 '13 by: dxc31202
I need to open files and check the first couple of bytes, but the buffering of the file streams makes this really slow. Is there a way in c# to open a file without buffering? i.e just open the file and then fetch a byte
1
1,929
thread by: Akanksha | last post Jan 7 '13 by: PsychoCoder
How to create tabs dynamically from taking data from xml file in asp.net windows application.
2
7,558
thread by: michaeldebruin | last post Jan 4 '13 by: michaeldebruin
Hello all, I've got the code as shown below: Process process = new Process(); ProcessStartInfo startInfo = new ProcessStartInfo(); startInfo.WindowStyle = ProcessWindowStyle.Hidden; startInfo.FileName = "cmd.exe"; startInfo.Arguments = "shutdown /r"; process.StartInfo =...
1
2,690
kirubagari
thread by: kirubagari | last post Jan 3 '13 by: PsychoCoder
<add key="DB_CONNECTION_STRING1" value="User Id=cimmgr;Password=cimmgr;Direct=true;Data Source=cimdev.world;Port=1521;SID=cimdev"/> public void InsertintoDB() { string strSQL = ""; string strDBType = System.Configuration.ConfigurationManager.AppSettings; string strConn =...
13
43,983
thread by: marz javier | last post Dec 29 '12 by: yagoob
how to get the value from datagridview to textbox on c#? im a beginner in c#.. and im having a hard time searching for the error free code for this.. need help!!!!
2
1,738
thread by: teez | last post Dec 28 '12 by: PsychoCoder
how do i get the record of a user that last modified a file
2
1,869
thread by: mahdirida | last post Dec 27 '12 by: Suvabrataroy
protected void upload_Click(object sender, EventArgs e) { using (SqlConnection con = DBConnection.getConnection()) { if (FileUpload1.HasFile) { string Catrype = cartype.Text; string Carmodel = carmodel.Text; byte img =...
3
2,337
thread by: USC2020 | last post Dec 26 '12 by: zmbd
My Application is C# winform I am facing below error at the time of form close and end of Dispose() method . The instruction at "0xXXXXXXXX" referenced memory at "0xXXXXXXXX", The memory could not be "written". Click on OK to terminate that program. Please help me how to avoid / catch this error . Thanks.
4
3,288
thread by: thushan | last post Dec 26 '12 by: a1ashiish
what is that mean its come when i do terrary operator ith conso;.writeline operation
2
2,266
kirubagari
thread by: kirubagari | last post Dec 25 '12 by: HosseinKhoddami
Hi Expert, Kindly highlighten me how to set execute statement in the end of sql, Attach is my code private void InsertintoDB() { string strSQL = ""; string strDBType = System.Configuration.ConfigurationManager.AppSettings; string strConn =...
1
2,107
thread by: soleimani | last post Dec 25 '12 by: PsychoCoder
How do I count the objects(for example botton) on the form
5
2,912
thread by: techguy1990 | last post Dec 23 '12 by: PsychoCoder
Hey guys, I am doing my thesis and my project topic is Automatic Generation of question paper using soft computing. My mentor told me to implement GA or PSO in Java or C#, But i am really confuse right now. Which should i prefer java or c# ????

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.