Advertisement

635 organizations, including eBay, Ericsson and Lockheed Martin, now work smarter with Corporate Accounts. Save up to 42%

 

Welcome! If you have any general questions about Experts Exchange, feel free to ask me.

 
Time Tested .NET Solutions: 351 - 375 of 4820
 
I would like to beable to create the following code below using a DataSet instead of using a DataReader to display the information to the controls (Label and Dropdown). <script runat="serve...
Hi Experts, Please answer the following questions. What is Winmm.dll ? How can we use it in VB.Net Web applications to manage audio and video files? It will be appreciative if you co...
Hi, I'm creating a registration page for a website.  On it, the user needs to enter their birthdate.  I have 3 textbox controls, one for month, one ofr day, and one for year for the user to in...
I have a Repeater within a Repeater. The inner repeaters DataSource is constructed with and ID provided by the first repeater and declared in the Page code as follows& Inner Repeater in-pa...
Can anyone shed some light on this? ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Fusion log follows: === Pre-bind state information === LOG: DisplayName = ConString, Vers...
HI EXPERTS, I would like to create links from checked list box text... please see an example attached... This is similar to the Outlook mail rule wizard. is this possible in vb.net> R...
Given the following code for a datagridview (dgv1):      dgv1.DataSource = tbl      dgv1.Columns(2).DefaultCellStyle.BackColor = Color.FromArgb(242, 255, 242)      dgv1.Columns(7).Default...
My form has a crystal report viewer that is bound to a crystal report, the reports data source points at a SQL express database (QC.mdf)  on the  .\SQLExpress drive.  The table in the databas...
Hi all, I need help with ComponentServices.  I am getting following error that i am unable to solve:  "Invalid ServicedComponent-derived classes were found in the assembly. (Classes must b...
I have a webservice built in Tibco, from the wsdl of the webservice I built a C# class file, to use in my .NET project. When I invoke the service I get the following error Method XYZ can...
When I only had the SDK installed, I could enter an aspx file in my browser address bar (http://localhost/file.aspx). and it would display correctly the file stored in my IIS wwwroot directory...
Hi,       I have a datagrid which has two textboxes inside ItemTemplates.By default all the textboxes in the datagrid will have "0". When the user clicks a button i shud insert the rows wh...
I have a function that outputs the data i want to a comma separated file, but how can i ajust this to output to a TAB separated file? i was thinking it would be just /t where the "," are. B...
I am using the following code to add a control to a Windows Application Form. Control containerControl = new Control();         Control _control = new Control();         _control = ThreeW...
I would like to have the Windows Explorer "Show in Groups" functionality in a WPF/XAML ListView.  Please help with simple example code.  Thanks.
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...
Hello: I am trying to convert the following Access 2003 code into vb.net 2.0 Thanks in advance for any help. Any Ideas?   '''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''...
I have created my own TabPage (inherited from Windows.Forms.TabPage) and I am now attemping to create my own TabControl (inherited from Windows.Forms.TabControl) so that I can use the verbs to...
How do I add a sort glyph to Microsoft Visual Studio 2005 (VB.Net) listview column headers? I've implemented a class that does the sorting; now I need a visual representation - the up and down...
I need to create a listview that contains a question in the first column, and an answer selection in the second column. The answer column values need to be drawn as buttons so that a user can ...
Good Day: I am creating a WinForms application using VB.NET 2005 with SQL Sever 2000.  One of the Experts from Experts Exchange gave me the following code to create a DataSource from an Exc...
When user draw shapes on the screen system has to detect the drawing shapes such as rectangle and  square only. if user draws any other shape then system has to show proper message that the sh...
I have a class that I set up that I want to use as a DAL.  I am not sure if this is how you do this so I wanted to get feedback or advice from experts out here.  I also have a class containing...
Im having a very hard time finding anything that can either how to do this or if it is even possible - I want to call a VB.NET dll from within a plain old C++ dll (not .NET!). I have a snea...
Is there a way to merge 2 data tables?    - Marc