473,544 Members | 2,345 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).
1
1,217
thread by: wlee1970 | last post Oct 16 '14 by: Frinavale
What i want and its been a pain to understand on how to put information into a combobox then show up in a textbox, like an example, i have a txtName and txtComment and a cboProductName, when I type a name in txtName and add information in the txtComment it will populate the combobox, but when you select that name from the combobox it should show...
3
22,356
thread by: Andrzej | last post Oct 15 '14 by: Megadardery
I have a picturebox on my C# .NET form. The picturebox size mode is set to zoom. I then load an image into that form and display it. As the user moves the mouse over the form, I want to get and display (in the status bar) the image coordinates of the mouse location. However, if I use the picturebox's MouseMove event, I am getting the...
5
23,820
krungkrung
thread by: krungkrung | last post Oct 15 '14 by: Jaylala03
hi again to everyone! I made a simple program(for my VB.Net practice). The program loads an image file to a picturebox upon clicking a button. after loading the image file i have another button to delete the loaded image file from the directory. But I have a problem deleting the image file used by the picturebox even if I set the...
4
9,630
thread by: venil7 | last post Oct 1 '14 by: oberjuan
consider the following code: var test1 = new { field1 = "hello" }; ArrayList al = new ArrayList(); al.Add(test1); //compile error Console.WriteLine(al.field1); an anonymous type is created than placed into ArrayList.
4
6,394
thread by: John Scott | last post Sep 30 '14 by: Sathish515
I have a text box on a form that I have set to fill with pre-defined text when the user navigates to my page. I want the text box hidden from the user so they can not view the text that is in the box. I have the entire table row element "hidden" from the user and I have used several methods for this... hidden = "true" visible = "false"...
0
1,042
thread by: seerick | last post Sep 24 '14 by: seerick
I tried everything I could find / think of. I'm running a webservice on IIS6 WSE2.0 on dotNet Framework 3.5 ASP 1.1 I changed the service and client web.config adding both: <configSections> <section name="log4net" type="log4net.Config.Log4NetConfigurationSectionHandler, log4net"/> <section name="microsoft.web.services2"...
2
1,391
thread by: Mudassir | last post Sep 24 '14 by: Mudassir
Dear all, i want to split string after each 15 lines, suppose i have a string which contains multiple lines, i want to split that string after each 15 lines.. any help will be greatly appreciated
0
1,102
thread by: hmudasar | last post Sep 20 '14 by: hmudasar
a form is create in the .net framework2.0 in window form control liberary. i have want to complete code of this form
0
1,013
thread by: niravlvyas | last post Sep 17 '14 by: niravlvyas
Hi I am losing session values on popup window which was set just at parent page (from where popup was opened) Strange thing is that it works perfectly on my local system but not on production server. I read this thread http://bytes.com/topic/asp-net/answers/291739-losing- session-popup-window but I have checked my browser settings the...
9
25,711
ihaveaquery
thread by: ihaveaquery | last post Sep 4 '14 by: MrAMagoo
Hi, Delete is working fine for me, but Update- Nothing is happening. Please find the code snippet below and help me out... <asp:GridView ID="empGrid" runat="server" AllowSorting="True" AutoGenerateColumns="False" DataSourceID="empTestDataSource" > <Columns> <asp:ButtonField CommandName="Select" ...
0
1,091
thread by: skumar11523 | last post Sep 4 '14 by: skumar11523
This is my data in Exmaple.csv SYMBOL :20MICRONS SERIES :EQ OPEN :30.5 HIGH :33.6 LOW :30.5 CLOSE :31.15 LAST :30.55 PREVCLOSE :32.1 TOTTRDQTY :101214
0
1,049
thread by: skumar11523 | last post Sep 3 '14 by: skumar11523
private void button1_Click(object sender, EventArgs e) { try { SqlConnection sc = new SqlConnection(@"Data Source=KALAS-PC\SQLEXPRESS;Initial Catalog=master;Integrated Security=True"); sc.Open(); using (sc) { //...
0
1,164
thread by: EmadAlden | last post Sep 1 '14 by: EmadAlden
When I modify My Dataset With Database To add new column All Updates Been good on My DataSet Designer But When I try To Bind Any Control On my Form With The Newest Column Then Column Name Not shown On DataDindings Of My Control How I Can Fix This Problem Please See My Video : http://screencast.com/t/Ds38fMdIU
0
4,439
thread by: temptest | last post Aug 30 '14 by: temptest
An abstract method has no implementation. Its implementation logic is provided instead by classes that derive from it. We use an abstract class to create a base template for derived classes. using System; abstract class Test { public int _a; public abstract void A(); }
1
1,180
thread by: kw127533 | last post Aug 27 '14 by: kw127533
I'm exporting Access query results to Excel format and one row of numbers is coming in with a ' in front of each number. The character isn't recognized when I use a mid() formula to try and get rid of the ' character. Any suggestions on how to get this data to pull in without this apostrophe symbol in front of my data?
0
1,161
thread by: xXzx | last post Aug 26 '14 by: xXzx
Hi everybody, I have a trouble with ArgumentOutOfRangeException. When I type a French word in an AutoCompleteComboBox then submit it to add new record to database, the combo box throw an exception: ArgumentOutOfRangeException was unhandled: InvalidArgument=Value of '0' is not valid for 'index'. Parameter name: index This exception...
0
988
thread by: faizans | last post Aug 24 '14 by: faizans
i have problem in datagride view.i want to match all the rows of datagrid view rows one by one with specific value my code is given below it is not working ... for(int i = 0; i < dataGridVie.RowCount;i++ ){ if( dataGridVie.Rows.Cells.Value.ToString().Trim() == "F7" && dataGridVie.Rows.Cells.Value.ToString() == "slow wave" )...
1
1,449
thread by: John Emery | last post Aug 19 '14 by: lhoche
Python Function Terminates Unexpectantly NUL file missing in Windows. This indicates a corrupted Windows. You should contact Microsoft for assistance
1
1,274
thread by: Arunold | last post Aug 18 '14 by: ambusy
I need to exit the form when the allowed time is over . How I do this ?
2
1,399
thread by: arun93 | last post Aug 18 '14 by: ambusy
hi sir, i've a problem during odbc connection with vb.net and ms access pls help me send me the query syntax for insert, update, select, delete in vb.net to connect ms access using odbc connection
0
1,177
thread by: coolmandar | last post Aug 12 '14 by: coolmandar
Hi, I have some C union which are mapped on C# as below public struct service_choice_u { public RPM_RESPONSE m_stRPM_Response; public PRIVATE_TRANSFER_REQUEST pt_request;
0
1,053
thread by: sanjaydotnet | last post Aug 12 '14 by: sanjaydotnet
I have data in varbinary type in database from "Artifact" table like ID CONTENT 1 Some data in varbinary type Now i want to get the "Content" column data and should download as PDF format in Users Download folder with name "Report.PDF" file. How should i this? I have tried like public ActionResult DownloadFile(int fileId)
0
1,075
thread by: Marta6418 | last post Jul 17 '14 by: Marta6418
Good afternoon I'm trying to upgrade a VB6 + ADO (SQL Server) application to VB.NET and taking advantage of the ADO.NET speed. My problem is how can I, using ADO.NET SqlDataReader, do something like : myRecordset.Movefirst myRecordset.Filter="myField=" & myValue or myRecordset.Movefirst
7
50,966
thread by: santoshsri | last post Jul 9 '14 by: RoopaWali
Hello all, I am entangled in a difficult situation. I wish to remove commas in a string ( for example : 1,20,000 ) that is coming as an output from another system. I will have to process the output in my C# application. I will have to save 1,20,000 as 120000 in SQL2K database. Please let me know how to remove the commas from the string . I...
0
1,076
thread by: kogulanhouston | last post Jul 8 '14 by: kogulanhouston
Hi Everyone, I have a web service, running perfectly all the time but once in awhile during client request its returning exception as below. I have gone through many blogs and solutions, none can solve this issue. Thanks in advance for helping. System.Web.Services.Protocols.SoapException: Server was unable to process request. --> File or...

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.