| Thread | Last Post | Replies |
|
| anyone good with javascript! | 24 Jun 2008 16:11 GMT | 2 |
Hi I have a webpage that is for data input and has a large number of controls on it. In the middle of the page there are 2 dropdown boxes main,and sub. when the page first loads only a is visible. If a user selects an item from the main dropdown I reload the page and make the ...
|
| Visual Studio 2005 Login Components and ASPNETDB Options | 24 Jun 2008 15:41 GMT | 6 |
Just wanted to get some clarification on something. I was setting out to create a login page for people to login and then be able to access certain aspects of the website. Instead of doing what I usually do
|
| folder browser module in asp.net 2.0 | 24 Jun 2008 12:13 GMT | 1 |
is it any sample code or free module to have a folder browser object in .net 2.0?
|
| Newbie: AJAX not working | 24 Jun 2008 11:43 GMT | 1 |
This is my first try at using AJAX. I want the calendars to be enabled if the user checks CheckBox1. It works OK for a normal all page refresh but once I introduced the AJAX code it stopped working. Any ideas? <%@ Page Language="VB" AutoEventWireup="false"
|
| Checkmark not saving state on round trip | 24 Jun 2008 11:15 GMT | 3 |
Even though I have EnableViewState set to true, CheckBox1 is not retaining its value (false) on page reload. I have an OnLoad page sub that queries a SQL table for the member's record. I use Dim bolLoadedOnce As Boolean in the codebehind class for the page.
|
| Another CPU 100% w3wp.exe issue? | 24 Jun 2008 10:28 GMT | 3 |
We are running Windows 2003 SP2 and IIS v6.0. We have CMS 2002, and are running in mixed mode, with both asp, and asp.net pages. We have periods where the CPU is around 100%, and stays there. Sometimes this is for a couple of minutes, sometimes its for 15 minutes. If I leave
|
| about image rotating | 24 Jun 2008 09:30 GMT | 5 |
Hello all, how could I rotate a server side image in asp.net and show it in web page? Thanks.
|
| Login Failed | 24 Jun 2008 05:28 GMT | 4 |
I am working on WinXP Pro SP3, .NET 2.0 & SQL Server 2005 (Windows Authentication). When I run a ASPX page that connects to SQL Server, the following error gets generated: Login failed for user 'RON\ASPNET'
|
| ASP.net 2.0 Datagrid & Dataview Item DataBound problems | 24 Jun 2008 03:02 GMT | 2 |
I tried moving an ASP.net project form 1.1 to 2.0. But I am having problems with getting the OnItemDataBound function to run for a datagrid, in 2.0. It only gets called up if AutoGenerateColumns is set to false.
|
| Setting the DefaultButton prop of a Panel under a Mountain of Templates | 23 Jun 2008 22:15 GMT | 3 |
Hi Gang, I am trying to set the DefaultButton prop of a Panel so that when the user has entered his login credentials and strikes the < Enter > key, he will be loggin in. The Button (btnLogin) is buried under this hierarchy of parent
|
| Server Explorer vanished | 23 Jun 2008 19:39 GMT | 2 |
I have been using Server Explorer regularly and suddenly its not there. It's in the View Menu but clicking does nothing Any ideas? Netnatter
|
| Dropdown cell in table | 23 Jun 2008 19:06 GMT | 3 |
In my table (ASP.NET 2) that is dynamically generated I have a cell that initially will only display N rows of text and hide the rest. (This is so that the rows have a small height and I can display more rows on a page.) When the user clicks on the cell (or maybe hovers the mouse ...
|
| Silverlight question | 23 Jun 2008 18:28 GMT | 4 |
Hi; Is this the right forum for questions of silverlight on ASP.NET? If so, is it possible for a Silverlight 2 application to trigger an ASP.net/ASP.net AJAX event in the page it is embedded in?
|
| RegisterStartUpScript | 23 Jun 2008 17:14 GMT | 1 |
If I click a button and have a function that registers a startup script like button_click event: ClientScript.RegisterStartupScript(GetType(Page), "gArray", "var
|
| What is 'script' in a ASPNET file | 23 Jun 2008 17:03 GMT | 12 |
Comming from JSP-HTML when I hear 'script' I think of JavaScript or perhaps VBScript. But I think in ASP.NET they mean something else? I am bit confused now. Reading a book I see the following:
|