| Thread | Last Post | Replies |
|
| Filters reset to defaults in ASP files (javascript) | 29 Feb 2008 03:29 GMT | 1 |
I have a bug on my website that I'm trying to fix. I have filters (drop down menus and click-calendar date range) that narrow down searches on my website by pulling out the information from the database. Problem is as follows:
|
| IIS7: *.aspx = 404 | 29 Feb 2008 02:21 GMT | 3 |
============================ Sorry for the double post - I was posting under the wrong alias on the previous post. Please reply to this one. Thanks. ============================
|
| Inheritance from MembershipUser class | 29 Feb 2008 01:58 GMT | 1 |
i can create new instance of MembershipUser class like that; MembershipUser userA = Membership.GetUser("someusername"); But how can i build a class which is inherited from System.Web.Security.MembershipUser class.
|
| Include page ASP VB.net can't access function | 29 Feb 2008 00:56 GMT | 1 |
I have a small top navigation bar that is an 'include page' on my other aspx pages. The nav bar is navbar.aspx and has a little bit of asp.net code embedded in it that displays 'Logged in as: name'. The function in it, GetLoginName,
|
| IIS7: *.asp = 404 | 28 Feb 2008 20:31 GMT | 1 |
I have a new machine with Vista Ultimate x64 installed. I'm coming from an XP Pro x86 and I'm trying to get my development websites running on the new machine. IIS7 installed with no errors including ASP.NET, Windows Authentication, and
|
| Newbie question: query over two data sources | 28 Feb 2008 18:05 GMT | 4 |
I need to create some SQL queries that join over two data sources. I can easily create connection strings to these data sources, but am unclear how to create my SQL. I'm a real noob to this, and up until now have been using the
|
| Themes not working sometimes. | 28 Feb 2008 17:43 GMT | 3 |
I am setting the src of a Iframe in the page load like this: fraContent.Attributes.Item("src") = "Splash.aspx" and sometimes the themes do not work. The page displays in the browser but the themes are not applied. The <link ... is on the page when I look at the
|
| Property default value | 28 Feb 2008 17:41 GMT | 1 |
I have two properties in a custom control. One is of a boolean type and the other is an enum type. How can I define a default value when they are not defined? Here is my code:
|
| Transfer data from and to asp.net pages | 28 Feb 2008 17:34 GMT | 2 |
I'm migrating a windows form app to a web application and i need to transfer some data to a target page and from the target page back to the source. ie.
|
| Adding new search function | 28 Feb 2008 17:11 GMT | 3 |
I want to add a new search function (Drop Down Menu) to search my a database in my website. I managed to add the search filter and the options, but I am unable to get it to actually work. Whenever I select one of the options and click search, nothing happens. When I
|
| Client-side documentation for Ajax Timer | 28 Feb 2008 16:56 GMT | 2 |
I want to deactivate the Ajax timer from clientside with javascript - that is, it should not raise any postbacks any more. Which method/propertie is there I can use to chieve this and most
|
| Problem adding AJAX Control Toolkit to VWD 2008 | 28 Feb 2008 16:48 GMT | 3 |
I followed the instructions on the site to add the AjaxControlToolkit (AjaxControlToolkit.dll) to the VWD 2008 toolbar: http://www.asp.net/AJAX/AjaxControlToolkit/Samples/Walkthrough/Setup.aspx However, when I selected the AjaxControlToolkit.dll and clicked OK
|
| Control Enabled property | 28 Feb 2008 16:45 GMT | 1 |
I am working on a custom control and when I make enabled = false the following property is added: disabled="disabled" Can I change this? I want enabled = false to do something else.
|
| Calling unix exe from web page | 28 Feb 2008 16:38 GMT | 2 |
I have to call the exe which is running in UNIX from the ASP.NET webapplication and get the output The exe which is in Unix is deployed in different server(machine) and my web application server is deployed different server(machine).
|
| server side javascript array | 28 Feb 2008 16:35 GMT | 5 |
I am trying to load an array on the load of a page to javascript. the script will eventually have parts being loaded from a database... this is just a first step to get there... Here is the code Dim mScript As New System.Text.StringBuilder
|