Hi All, I am creating a userControl which overrides the TextBox control, in which I have created a property "TextType". In the properties panel of a...
Yep, that is how i had it on my code, and it was working with no problem, however, I must mention some other tip just in case you come across it whie you are...
Hi Programmers, I have a Problem with Data Grid, i have a Sample table which is below Student ... Id Name RollNo Now, I wanted to assign the Roll No to the...
Hi, I am really sorry to post an out topic post, but hope some one would be able to help. Hi I have a table called tblOrder in Server01 and i have a view...
You must have the Order_ID field and Tstamp field to not accept nulls, and your trigger is firing instead of inserting, and it is not filling those fields. If...
Hi, I am using the XmlTextWriter writer = new XmlTextWriter (filename, null); //Use indenting for readability. writer.Formatting = Formatting.Indented; Now I...
In a message dated 01/06/2005 15:23:06 GMT Standard Time, bgies@... ... Thanks Brad, thanks for responding. The Order_ID is a primary key auto identity...
Yes, but your Instead of trigger is not filling those fields, at least the code you sent to the list. I just copied this from the help after looking up...
Sorry I updated the list with the answer and request to close this thread..I am surprised it's my email has not appeared on the list yet? There is seriously...
I still fail to see an actual question in there... ... From: CSharpNET@yahoogroups.com [mailto:CSharpNET@yahoogroups.com] On Behalf Of johnsmith2797480@......
Hi all, I'm Tony. Just joined the group a few days back. The reason I'm writing is to ask for some helpful advice on a program I need to write for my class....
Tony: You need to sit and think about it, that would give you knoledge and doubts, you can share your knowledge and ask your doubts here. People here will try...
Brad, Thanks very much for this really valuable resource that discusses just what my problem is. However, I am not sure if I understood or applied it...
Thanks Fernando, I didn't mean to imply that I need someone to do the work for me. I know I need two arrays. One for the seat number and one for the name of...
I have a customer who is integrating with a bank that requires us to decrypt an encrypted payload. The encryption process is like the following. They encrypt...
Hi, I have a aspx page where i wrote inline c# code which it calls javascript function, using the following attribute.add event code . when ever the button1 is...
hi all 1) i m trying to design a windows form in C# in which i Have a listview control and i want to have to have 2 treeviews inserted in its 2 columns.How...
A very simple implementation would be to use a two-dimensional array of strings (29 rows, 6 columns). Initialize the entire array with blank strings, and when...
I am not wording it right for a google check?? I want my winform app to see if newer dll's are available on the network and streamline them into service on my...
Hi From an MDI child form, I create an instance of a form, and assign it's mdiParentForm to te current MDI form , and then I add the new instance of a child...
Hi, I'm going to develop an application for a retail shop using windows form (or Web form which I'm more proficient in, will decide later). The application ...
Would it be cheating to use the excel COM components and store your hypothetical "plane" in a spreadsheet? That actually seems the easiest way, to me... ... ...
I think u can give a try on the utility available in http://support.businessobjects.com. Stephen, Go to this website and search for Modules. Ths will give u a...
Hello, I need to incorporate a search engine into a website project I'm working on. The project contains about 30+ forms. The pages include articles, product ...
Hi there, Search engines vary in complexity from one site to another, but from the information you have provided i would guess that a simple search of the ...
There is no System.Print class. You have to use the classes located in the System.Drawing.Printing namespace, namely the PrintDocument class. Depending on the...
Hello All, I am Sekhar.. I am new to using log4net and Nhibernate.. I get the following error when I try to compile my code. I tried hard to figure out whats...