| Thread | Last Post | Replies |
|
| Page can't find JavaScript function | 15 Aug 2007 20:02 GMT | 3 |
I can't for the life of me figure out why my aspx can't find a JS function that's in the same file. For instance, immediately after the info describing the page and the registration of some assemblies, I have a function called populateEntityDropdown used to populate a non-ASP ...
|
| Caching question | 15 Aug 2007 20:01 GMT | 1 |
.NET Framework 1.1. Are Page.Cache, Page.Context.Cache and Context.Cache all the same? I don't see enough In the MSDN to clarify it for me. The 1.1 Page class has a Cache property, but no Context property (as it does in 2.0). My
|
| Response.WriteFile() Doesn't Trigger Download Managers | 15 Aug 2007 19:32 GMT | 5 |
i am building a FileSharing website, i wanna allow users to be able using download managers such as DAP to download files from webserver but don't allow them to retrive files url...
|
| Declaring PageMethods within Custom Web Control | 15 Aug 2007 19:27 GMT | 1 |
I have a server control which is used on various ASP.NET pages. Within this control, I would like to use ASP.NET AJAX PageMethods to update data on the control. The problem is, the PageMethod wrapper that is typically generated when the WebMethod is included on a Page
|
| Not sure how to entitle this? | 15 Aug 2007 19:20 GMT | 2 |
I have a site where most of the time users never leave the default page. Using an iframe, most pages are loaded into the iframe when users click buttons via codebehind code. After optimizing the site (unless I set the robot.txt to indicate
|
| Server Application Unavailable | 15 Aug 2007 17:37 GMT | 7 |
I got a client who uses what appears to be ASP.NET 2.0. I come from a UNIX/PHP/Apache background, and I'm not too familiar with ASP.NET. He had some permissions problem a few weeks ago that I managed to fix. Now, he's getting this error (similar to the one a few weeks ago):
|
| Regular Expression | 15 Aug 2007 17:00 GMT | 18 |
I am looking for a Regular expression for a password for my RegExp ValidationControl Requirements are, At least 8 characters long.
|
| Doubt BoundField | 15 Aug 2007 16:32 GMT | 5 |
Why when I put on DataFormatString: {0:dd/MM/yyyy} on a boundfield at the gridview it lists: 24/01/1981 00:00:00 and I want just Date... Can you help me ? C# 2.0 VS 2005 asp.net
|
| controlling databound ASP | 15 Aug 2007 16:02 GMT | 6 |
I'm more of a windows programmer than ASP and I've having a little difficulty in ASP.Net (framework 2.0) - VB.net I have a datagrid on an aspx page and the html is building the display in a table row by row. A sample row being
|
| Accessing dropdownlists in a datalist control | 15 Aug 2007 16:00 GMT | 1 |
I am trying to develop a tape management application which tracks backup tapes for 3 servers. I need to be able to add new tapes and retire old/bad tapes. I also need to track the location of the tapes between three locations, the 'In Service Date' of each tape, and number of ...
|
| javascript, new ActiveXObject() and events | 15 Aug 2007 14:50 GMT | 3 |
I have an ActiveX object with events, and I need to get notifications of these events in javascript script on asp.net web page. The mentioned above ActiveX is a standard ATL com object implementing event interface:
|
| Need for NewDataSet when processing data from web service | 15 Aug 2007 14:38 GMT | 1 |
I'm retrieving some data from a webservice as follows Dim RestXML As New Data.DataSet Dim returnedXML As System.Xml.XmlDataDocument RestXML.ReadXml(functionURL)
|
| Long Line to list | 15 Aug 2007 14:38 GMT | 3 |
Using ASP.net1.1 and Parameters I have many more fields to put into this statement. How can I list them vertically instead of one long line? Dim MySql AS String = "INSERT INTO Table1(TheEmpName,TheDateOfAccident,
|
| texbox data cleared - then clear variable | 15 Aug 2007 14:34 GMT | 2 |
I have a textbox on my web form were users can enter in 1 name or many names. The form then validates the name against the database. If the name is valid its then saved into a varaible to be used at a later time. The issue I'm having is as follows: the user enters in 2 names John, ...
|
| basic form question - two forms one page. ?? | 15 Aug 2007 13:34 GMT | 6 |
I have an asp.net 2.0 page that has two sections. Each section allows the user to enter a value into a text box, click a button and then perform some function. Each text boxes function is different to the other and takes the user to a different part of the web site after doing ...
|