hi,
Following is my XML File. I want to read id and description and then store them into an array. There could be one dept or 5 or 10 depts in XMl file. How do I achieve this in VB.NET 2005...
Hello,
I am getting close to the deployment stage with a C# project and have run into a few snags. My project has many Crystal reports which I connect to sql Sprocs using OLEDB for SQL SERV...
Hi,
I have created an XML file in VB.NET but it seems to put a line break after the first line, see example:
<?xml version="1.0" encoding="utf-8" ?>
< - - This is the line break
<reque...
Trying to run a VB.net application on a machine causes a problem.
Pls refer to the attached error snap.doc file for the screenshot.
The error message says
"System.IO.FileNotFoundException: ...
I am using Log4Net to log messages in a C# Window console application (.Net 2.0). It works fine. I need to create a new log file daily with Date as part of the log file name. I tried using Ro...
Hello there,
I have a slight problem.
I have a DataGridView with 4 Columns, the last of them is a ComboBox Column.
The 3 columns are databinded with a BindingSource object, filled through...
hi
what is the (.sdf) database? is it database that works with mobile devices?
because i want to develop a mobile application with a database and i have a code for this ,the code make a conn...
I have a class library and am trying to compile and get the following error:
type 'Microsoft.Practices.EnterpriseLibrary.Common.Instrumentation.IInstrumentationEventProvider' is defined in ...
hi,
Can anyone help me trying to get this to work. I have a Datatable called dt and i'm using defaultview.rowfilter to display data base on the rowfilter. what i new to do is to get this res...
Hi all, I have a gridview that I have to populate using a datatable, based on a dropdown. I have that part working perfectly. The problem is that I am trying to make it so that it can be edi...
I have a page which has a list of records. Some records have delete button in one column. When user click that button, a corresponding record in database will be deleted.
Because sometimes u...
i have a USB smart card reader which connects to the USB port.
How can i Read/ Write to the usb port.
i am developing using C#.net 2005 .
i ahve got some unreliable code from net.
pls help...
I have a XML File xml file created in the Master-Details Fashion. One order and multiple order details.
<NewDataSet>
<Ord>
<OrderID>10248</OrderID>
<CustomerID>VINET</CustomerID>...
Hi the code below will be used to read a text file. How do I build a DataTable with it to bind to a DataGridView
''' <summary>
''' Read a CSV file, and add each line to a list of string ...
Hi all
I am writing a C#.NET Windows program, and I need to read the EXIF information from a Jpeg image file.
I have tried searching the net for a free class that can do this, but I have...
I have a VB6 program that uses these 2 APIs
Private Declare Function SetWindowLong Lib "user32" Alias "SetWindowLongA" (ByVal hWnd As IntPtr, ByVal nIndex As Long, ByVal dwNewLong As L...
Hello Experts (1st post at EE),
I'm using a TableAdapter in VS2005 with SQL2000. I need to get the identity value of the record I just inserted, and using the two methods I found through ...
I have a popup window that gets the user selection and sets a value (HiddenText) value on the parent form.
This works great. Then it closes. Now without any user action, I would like the ...
I am used to using vb .net 2003. Now using c# .net 2005. I do I filter a dataset in c# .net 2005
I am used to the following below:
dataset.clear
dataadapter.commandtext.selectcommand = ...
Hi,
I am currently getting into asp.net. I have a form with 2 .net text boxes one being txtuser and the other being txtpassword. What I am trying to do is query the database to see if the p...
Develop a project that uses the BindingNavigator control for browsing the Employees/Customers records in the Northwind databse. This control provides a convenient, VCR-like user interface for ...
I have text based configuration files I have been loading into a DataTable which I have then loaded into a dynamically built DataGridView. The column types I need are 'string/textbox', boolea...
I have a GridView with a a dropdown, some text fields and some checkboxes. I want to be able to hold off on sending any changes to the DB until the user clicks a Save button outside the GridV...
I use VS 2005 and can not find the Stack Trace tool. Can someone suggest how to find it again?
I use C#.NET
Thanks,
newbieweb
sir,
i have created one aspx form Receipt.aspx in which there are two text boxes for name and file no. (data type string for both )and one drop down box for choosing Thana(Police Station) and...