| Thread | Last Post | Replies |
|
| Make a Reference from a project to a website in the same solution | 13 Dec 2007 17:57 GMT | 3 |
it seems that it is not possible to make a project Reference from a project class library to a website in the same solution, because the website doesn't contains any assembly (dll). So, if in the same solution I have a project of type class librairy
|
| convert string to date | 13 Dec 2007 17:43 GMT | 3 |
How can to save a string("13/12/2007") in a field which datatype is date in the table? field["dob"] = xxx?
|
| Excel Intero DLL problem 2003 | 13 Dec 2007 17:10 GMT | 2 |
Guys, I am having problems with Excel 2000 to Excel 2003 dll in production. I am having version 2003 in my PC and I used the below code change to open password protected excel files in my application. My application
|
| Problem Using PreviousPage | 13 Dec 2007 16:48 GMT | 1 |
I have two pages, named receipt.aspx and checkoutform.aspx. My checkoutform.aspx page has an orderid property and uses a Response.Redirect("receipt.aspx") to send the user to to receipt.aspx. My receipt.aspx page has the following directive:
|
| mark as read letter in pop3 | 13 Dec 2007 16:27 GMT | 1 |
How mark as read letter in pop3? http://www.alvas.net - Audio tools for C# and VB.Net developers + Christmas discount
|
| Re: Labels - text wraps at runtime | 13 Dec 2007 16:23 GMT | 1 |
On Dec 12, 2007 8:54 PM, bpd wrote:
> > On Mar 14, 9:40 pm, "bpd" wrote: > > > > > The text in my labels are now wrapping at runtime when they were not |
| value of variables disappear | 13 Dec 2007 13:31 GMT | 1 |
when i declare a variable in the "pageload event" or in the "Partial Class _default" my program will recognize the variable but it will loose the value. example:
|
| System.Web.UI.Page.RegisterStartupScript Method not found | 13 Dec 2007 12:09 GMT | 3 |
We've developed an ajax enabled web app which we're currently deploying to our production server. We use System.Web.UI.Page.RegisterStartupScript throughout the app, and all has worked well until we deployed. After deploying, we get an error stating that the method is not found.
|
| Authenticate users in https virtual directory and get authenticated user back | 13 Dec 2007 11:46 GMT | 1 |
I am trying to create a virtual directory where a user can authenticate securely (via SSL) and then get back to the normal HTTP site. First I created a new virtual directory called members and required
|
| Dataset update problem | 13 Dec 2007 11:08 GMT | 3 |
OracleConnection conn = new OracleConnection(ConnectionString); OracleCommand cmdProfile = new OracleCommand("select * from Profile where profile id = '1'", conn); OracleDataAdapter adpProfile = new OracleDataAdapter();
|
| encrypted password | 13 Dec 2007 10:56 GMT | 3 |
I have two textboxes in my webform for the user to login with their username and password. Is it possible to encrypt the password that the user input? For example if the user input a 6 characters password and I can generate the key
|
| Forms Authentication | 13 Dec 2007 09:26 GMT | 4 |
I created a web site on a remote server. To logon the user must enter a user id and password. The site is uses Forms Authentication. The web config file looks as follows: <configuration>
|
| Is it possible to use the email instead of username? | 13 Dec 2007 08:55 GMT | 3 |
Is it possible to use the email instead of username in the login control.? I'm using ASP.NET membership functionality. I'd rather have each user account keyed on an email instead of a user name. My main problem with user names is that
|
| Read-Only error when writing to Access database | 13 Dec 2007 08:45 GMT | 2 |
Dim objConn objConn = Server.CreateObject("ADODB.Connection") objConn.ConnectionString = "DSN=DCTRepair" objConn.Open()
|
| resize image in asp.net | 13 Dec 2007 07:47 GMT | 3 |
how can i reesize an image so its quallity will stay the same as the original 1? thnaks in advance peleg
|