I have written some code in VB.Net 2005 that allows a user to enter a search keyword into a textbox. If they then click a results button a datagrid is displayed listing all the matching resul...
Hello Gurus,
I have very simple question, Can we Design Run Time?
Means we are already using Crystal Report, but we had designed 20 reports, now clients are asking that they also can des...
This is probably really straightforward but I cannot find a solution that actually works. I just want to rewrite my home page url so that it ends at the .com without displaying the physical pa...
Hi
I want to know, when we bulk insert data from a CSV file to a SQL table, how is the data type issue hangled.
For example, I have a column in my temp table date(with data type date) a...
How can I iterate over every control in a given WinForms form
disable all dates before today date on asp.net calendar
and
disable all dates before today+ 7 days on asp.net calendar
I have two panels on a win form. in each pnl I have two groupboxes then in each I have 2 radion buttons.
I need to loop through each groupboxes and find and/or clear checked buttons.
I kno...
when trying to send email recieve the error:
The SMTP host was not specified
Iknow the host key string
and the ip add of the host
how do i use this information for the email to go throw
Yes I am trying to pass the parameter
Not sure How to pass the query string
Hello, I have an app where I create an xml file from a database on the fly for the slideshow application that can be found on codeplex. Cool app! My modifications simply get the data from the ...
Hello, I am having trouble getting machines to trust a WINAPP that is housed on a network drive. Usually I install applications locally but this is getting to be cumbersome when we need to do...
I have a C# Application which makes use of SqlConnection and SqlCommand objects with a Transaction set by calling BeginTransaction.
Now what happens say if the application is in the middle ...
Hi
I have a issue with the login page the log in page source code is as shown below
<form id="form1" runat="server">
<table height="100%" width="100%" cellpadding="0" cellspacing...
I am trying to accomplish a simple SQL Insert to DB2 db table based on a button click event. I am including code for an experts review. I am desperate to resolve.
I'm using Visual Studio 2005. My project starts with a Sub Main, so I cannot use the built-in splash form capability of VS. So, I created a small form to use for a splash. I would like to d...
I am deploying a project using visual studio 2008 and with report tool Crystal report 9.0
i get the error "Load crpe32.dll" when I deployed project and run the program other clients
I add...
Can someone put me on the right path trying to understand what needs to be done to receive a http request from a 3rd party?
My information provider says :
"We will post to you as each mes...
I am using ASP.Membership, Roles and Profiles in my WinForms and Web application. I have serialized the profile information which is stored in SQL. Because of the way I have serialized the o...
I want a simple way to read resource strings within a Class Library assembly. Using Visual Studio 2008, if you click on the My Project button to open up the project settings. Theres a tab th...
Using VS2005 ASP.NET / C#
Hi I have two text boxes that are populated with dates picked from a calendar control and I would like to validate that the date in textbox2 is greater than the date...
When trying to run an application that uses .NET 1.1, such as Microsoft .NET Framework 1.1 Wizards, I get this error:
Common Language Runtime Debugging Services: Application has generated a...
I am making a gridview programmatically since I am using it in a webpart. This means that I CAN NOT make it in the designer, so please don't suggest that.
I want to be able to click on a h...
I would like to send data from <asp:TextBox> fields to an XML file for data storage.
If I have a form with FName, LName, PIN and Date fields; how do I send the inputs to an XML file?
In other words, why should you use a business logic layer, data access layer, etc. I'm fairly new to ASP.NET programming. I've worked on a .net client/server app in the past however. What is...
In my windows vb.net app (vs 2008) I had a dataset using a test database on sql server. I changed the applcation setting connectionstring that the dataset uses from the existing test DB to the...