| Thread | Last Post | Replies |
|
| Can someone have crashed my website? | 05 Dec 2006 00:19 GMT | 2 |
Suddenly my website is one hell of a mess. I would presume that the style sheets were blown. Is that a thing that could happen maliciously? Does anyone have that kind of experience?
|
| Effect on exisitng ASPNET 1.1 applications of updating to ASP.NET 2.0 | 05 Dec 2006 00:18 GMT | 4 |
I am using Visual Studio 2003 and have half a dozen applications running happily using ASP.NET 1.1 on my local network. Could someon assure me that if I upgrade to ASP.Net 2.0 then the existing applications can still be further developed in ASP.NET 1.1
|
| Html page with master page | 05 Dec 2006 00:12 GMT | 2 |
I am converting existing web site to asp 2.0. We have a bunch of Html files that I want to show inside of our master page I do not want to covert existing html pages to aspx pages or user controls. Is there any way to do this?
|
| Client Side Javascript for ASP.net 2.0 Login control | 04 Dec 2006 22:00 GMT | 6 |
I want to implement client side MD5 hash for Login Control using Javascript. how do I implement this. Thank you
|
| Read Data | 04 Dec 2006 21:30 GMT | 2 |
I have the following code: 1 ' Code that creates the connection, parameters, etc 2 ' ... 3
|
| Basic Q: Page variables | 04 Dec 2006 20:54 GMT | 2 |
This is a basic question. Does Page related member variable values only be set in the Page they are executed? Example code like below public partial class _Default : System.Web.UI.Page {
|
| Adding User Controls | 04 Dec 2006 20:44 GMT | 3 |
I could really use some help on this. First of all, I want to create a Web control where I render the control completely from scratch based on information from a database. In the book "Beginning ASP.NET 2.0 in C# 2005", it provides an example of
|
| Excel Problem | 04 Dec 2006 19:46 GMT | 5 |
I have a ASP.net application which takes excel sheet as input.It retrieves the data from the excel sheet and using that data it generates reports. On my PC everything is working fine.But if somebody access my application other than localhost,i.e something like
|
| asp.net book | 04 Dec 2006 19:36 GMT | 1 |
I want to learn ASP.net. Is there a good beginner book or website tutorials that will teach me from scratch? Also is Visual studio the development app of choice?
|
| Gridview not displaying data - please help! | 04 Dec 2006 19:27 GMT | 8 |
I'm trying to develop an ASP.NET 2.0 website and am running into some real problems with what I thought would be a relatively simple thing to do. In a nutshell, I'm stuck on trying to display data in a "GridView"
|
| datalist background image for each cell | 04 Dec 2006 19:18 GMT | 4 |
Right now I have a datalist, that renders the following html: <tr> <td class="daycss" align="Left" valign="Top" style="background-color:#EEEEEE;height:20px;">
|
| Windows Server 2003 problems | 04 Dec 2006 19:14 GMT | 3 |
I have an asp.net application that I send to my customer for installataion on his Windows Server 2003. The installation is working fine but when he tries to browse the login.aspx page he gets the error message: "The page cannot be found". It works fine on a Windows Server 2003 ...
|
| LDAP servername (VB.NET/ASP.NET) | 04 Dec 2006 18:37 GMT | 2 |
Hello!! I have been researching on this for a while. If someone can show me a pointer it would be great. I have an LDAP server on my local machine.
|
| Turns out, ATLAS doesn't work | 04 Dec 2006 18:25 GMT | 6 |
So I converted my old 1.1 project to 2.0 using the addon that allows for deploying projects the 'old' way. I tried to add an update panel on a new page with a button and a label (the most simplistic of examples) and I get an alert of 'unspecified error'. Sweet. So, I add
|
| Passing parameters to an activeX control | 04 Dec 2006 18:10 GMT | 1 |
Hi, I've a ACTIVEX component in an ASPX(aspnet 2.0) page, and I need to pass parameters dinamically, someone know how to do this? Thanks Jesus
|