| Thread | Last Post | Replies |
|
| VS Timed Out | 21 Dec 2006 06:09 GMT | 1 |
I inherrited some 1.1 projects to maintain that frequently, but now always, get a Visual Studio (2003) Timed Out error message when they load. Happens random times but more often when my computer is busy. Any way to ajdust parameters so this does not happen?
|
| Sending mail to Hotmail users from .NET | 21 Dec 2006 06:00 GMT | 3 |
If I e-mail a message with certain text to my Hotmail account, it goes into the Inbox. If I send an almost identical message from ASP.NET, it ends up in the Junk folder. How can I stop this happening? My website users are complaining that they don't receive their
|
| Can not find System.Security.Cryptography.TripleDESCryptoServicePr | 21 Dec 2006 05:30 GMT | 1 |
Hi, everybody here. I am implementing data encryption/decryption, and try to use System.Security.Cryptography.TripleDESCryptoServiceProvider. But I can not find it in MS Visual Studio when I wrote code like (C#)
|
| SQL 2000 & ASP.NET/Visual Studio 2005 | 21 Dec 2006 03:04 GMT | 3 |
What is the best way to edit records on a form using ASP.NET(VB.NET) in VS2005 connecting to SQL 2K database? Is just mapping text boxes to data? Or are there any new methods of doing that?
|
| What does <assemblies> session do in Web.config | 21 Dec 2006 02:36 GMT | 1 |
I find an assemblies section in web.config. There are some PublicKey in it. What do these PublicKey do? What does <assemblies> session do?
|
| DataFormatString Military Time | 21 Dec 2006 01:45 GMT | 8 |
Simple question from a newbie. Using VWD in VB.NET for ASP.NET. I want to format a time value to show in military time only and without the seconds. I know it's not {0:t} or {0:T} but I can not figure out what it is. If it's 3:25 PM, I want it to show 15:25 only and without the ...
|
| access gridview cell from client | 21 Dec 2006 01:41 GMT | 1 |
I need to grab the text from a cell in my gridview and pass it in my querystring I need to do this on the client
|
| css asp.net problem | 21 Dec 2006 01:01 GMT | 2 |
I have some menus user the alpha filter on this asp page they work fine (mouse over menu to see) http://dev.thatsit.net.au/no/menu.asp on the .net page they don't work
|
| Limiting access to content | 21 Dec 2006 00:44 GMT | 1 |
I'm currently working on a webproject with ASP.NET 2.0, Visual Studio 2005, and SQL Server 2005 that allows users to search for and view images. My problems is that I need a way to limit users from directly accessing or linking to the images, but without needing to require
|
| slow vs 2005 | 21 Dec 2006 00:30 GMT | 1 |
Why on earth does it take 2000 years to close vs2005 when connected to a remote site? why does it take 150 years do open a small file, yet it loads in a browser quickly.
|
| FormView, Eval, and formula | 21 Dec 2006 00:19 GMT | 1 |
Is this possible: I have a drop down with a variety of exchange rates (1, .85, .094783, etc) I have a formview which retrieves a row of data with dollar figures.
|
| Is inserting only done from scratch? | 20 Dec 2006 22:46 GMT | 1 |
I'm using a GridView for selects and edits. I'd like to keep this view and have an Insert option. I don't want a detailsview because you have to see an editing view first. I want to start on the gridview, click insert, type in data, which corresponds to the same columns I see in
|
| asp.net 2.0 multilanguage website issue | 20 Dec 2006 22:26 GMT | 1 |
I'm planning to create a multilanguage-capable website in asp.net 2.0, using c#. I have read some very nice articles about internationalization and localization. A common hint is using a database as source for articles and other text. How do you treat more
|
| GridView transferring changes at end-of-edit | 20 Dec 2006 22:20 GMT | 1 |
I am learning ASP.NET and I need to have an Excel-like sheet of records from database. Users may modify data in the sheet. I thought about using GridView with DataSource but the problem is that the changes should be transferred to database not when record is modified but when ...
|
| SqlDataReader Problem | 20 Dec 2006 22:16 GMT | 3 |
I'm trying to grab some text from my database that is html formatted. The problem is all the html formatting is lost when I try and get it from my SqlDataReader. sqlCmd = new SqlCommand(sqlQuery, sqlConn);
|