which one is valid?
why there is a "xsd:" after "<" ?
can I nest assign inside project?
I have an application with 2 classes. One class has a DataTable that I want to access from another class. For example:
Form2.cs
public class Form2 : System.Windows.Forms.Form
{
...
Hi,
I have a datatable with 3 columns.Need to avoid duplicate.I am using this code..donno where I am going wrong
Dim dtFileListnew As New DataTable 'datatable for files tab
Cheers
Hey Experts,
I have done a quick DLL to reduce code required to connect to my SQL database, unfortunately it requires me to create a contructor object with various parameters (ParameterName...
I have a modal form that shows a form with a devexpress report control sitting on it. On some workstations when I call Show on the report form it doesnt appear unless the taskbar icon represe...
How can I maintain the XML relationships (Parent / Child) when I read a XML file into a dataset. The code below will read my XML file into a Dataset. Each Node is loaded into a table like "H...
Hello, I'm using the following code to allow a user to download a file from my site. I want to keep track of the downloads. I'm having the user download the file from a folder outside the web...
I currently have the attached TOOLBOX and
PROPERTIES/PROPERTIES windows open at all times
in VS 2008.
How can I get the two PROPERTIES subwindows
(PROPERTIES & EVENTS) to display all th...
Dear, i m using XtraGrid for WinForms,
I am biggerner of ths grid, i have columns like Invoice#, InvoiceDate, , InvoicePrice., PaymenTerm
i want to add 4th column and there should be a va...
Hello,
I have a function which creates simple html input text lines in a code-behind page. I need to modify the code so those lines are disabled or read only so I added "sHTMLInputText.Disa...
Hi,
How to implement "yield" in VB.Net. I am haivn code in C#
private static IEnumerable<FrameworkElement> GetAllChildren(FrameworkElement parent)
{
Stack<Framework...
Something seems odd, from web world clocks I get Central America Standard Time does have DST.
But, when I retrieve zoneId from TimeZoneInfo I get it doesn't support daylight saving time.
How...
Hi
I have scheduler that runs all the times. It processes live data and calculates outputs and writes them to a database but always comes to an OutOfMemoryException at about 1GB.
I ran CLRP...
Ok, I am rewriting an old vb6 program. We were using some of those old activex control packages Becubed, crecent, etc...
There is a control that is called the invisible control, what it do...
hi,
I was devloped text editor,in this i was used rich text box,
Below requirements i need in rich text box
When i give the print,
In print i get the page numbers & line numbers
Please ...
Hi,
I would like to know if there are any free or very low cost tools to access TFS. Actually the our Business Owners want to access TFS for logging issues etc and we do not want to install V...
Hi, I am new to mobile programming, and have not been able to find anything on being able to place a call by dialing what is highlighted on my PDA...let us say I see a number on a text editor,...
Hi experts,
In my application I have to check if the application can reach an internal server and a web server.
I can't use ping internally because it is blocked by our security policies.
...
I have been asked to take over someone elses code as they have left. The company now wants to copy values from one tab to another when the tabs are changed. I have tried a variety of ideas sug...
Hi Experts,
I'm trying to copy a file off my local pc to another computer on a different domain.
I have a username and password for the remote pc and I can ping it (VPN already setup)
...
Hi Experts,
Im new to this part of visual studio, i usually use VS to create basic web forms, now i have a requirement to create a whole website inside VS.
I come from a Dreamweaver back...
I'm reading in an entire file into a .net string.
FileStream fleStream= new FileStream(filename, FileMode.Open, FileAccess.Read);
strmReader= new StreamRea...