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 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...
Hello, how do you trim the .jpg off of the following?
<asp:Label ID="lblPictureId" runat="server" Text='<%#Eval("ImageURL")%>'></asp:Label>
I only want to display to the user the filena...
Hello,
I am usually a web developer so I need some help with a Windows Forms question.
I have a Windows Form (written in C#) that will be launched by a VB6 program. I can launch the applic...
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.
Hi,
Please let me know
How to unzip a zip file Using System.IO.Packaging . and reading a file inside the Zip file.
Thanks
I have created a shared folder as follows :-
// create a directory
Directory.CreateDirectory(folder);
// Create a ManagementClass object
M...
I have a ASP web application, with a web.config file and a login page. I am using Windows authentication, so I can prevent users going directly to pages. Users must login first before seeing t...
This is a relatively easy one...
Can someone please provide me with a website that defines the various keywords (Shared, Public, Proviate, Protected, etc) when defining a variable, function...
I don't see a way to unselect a node in a TreeView object programmatically. I am using VS2008 and C#.
What is strange is that the VS2008 MSDN docs state that you just use TreeNode.Selected...
Hello, how do you control access to specific folders when using forms authentication and the ActiveDirectoryMembershipProvider? When using windows authenticaiton i could control access to a fo...
Hi,
I've implemented some sample code for using SSCE with DAAB. It works fine but after reading "To open a database, open a connection to it with the CreateConnection method. This method cre...
Hi Guys,
I am having difficulty figuring out how to reference the code to a file that is in another folder than the one in which the code resides.
Supposed there is X with Subfolder X1 ...
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...
Hello,
I am trying to create a VB application in VS2008. The app will have a web reference associated with it, however when I right-click on the project, "add web reference" is not available...
I've found very little, unhelpful information regarding this error on the internet and this is my last hope. I've been running IIS7 on Vista no problem until this morning. Now, I receive and e...
Hi
If i have a sql query that returns a datsset that looks like this
C1 C2 C3 C4 C4
how do i get the C4 when there are two columns with same name
For Each Row In ds.Tables(0).Rows
...
I wrote a little wenb servidce which is trying to access my server, which hosts the web service. I get "operation has timed out"
Any idea what I can do?
It's a dire emegency.
Any sug...
I have an application where a portal needs to inform a client when there has been a certain type of activity. I need a quick, easy to implement, messaging solution.
I would like to create a...
I have a graphics drawing application that draws lines with a sleep between each line. I am doing an Application.DoEvents immediately after each sleep. This Application.DoEvents recognizes th...
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...
disable all dates before today date on asp.net calendar
and
disable all dates before today+ 7 days on asp.net calendar
How can I iterate over every control in a given WinForms form
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...
I'm attempting to populate a ddl in a templalte field within a DetailsView with the readonly Label value once Edit is selected. For instance I have a field on the detailsview for Site which di...