| Thread | Last Post | Replies |
|
| Simple Javascript in ASP.NET | 15 Sep 2006 18:28 GMT | 4 |
After many years of ASP 3.0, I am finally taking the plunge and moving to ASP.NET. I'm going through a few tutorials, and I'm wondering if someone can answer me a question on adding a simple Javascipt to an ASP.NET page. In my old ASP code, I used an #include function to add a ...
|
| Does asp.net use the code behind or the .dll? | 15 Sep 2006 18:20 GMT | 3 |
Hi, I was trying to update some 1.1 code with 2005. I ran into problems, so I thought I'd just use notepad to make a minor change to the .cs file. When I run the .aspx file (and refresh), nothing happens. The changes aren't there. They are in the .aspx file, of
|
| Confused and dissapppointed about ASP.NET tutorials | 15 Sep 2006 18:03 GMT | 2 |
When i use the ASP.NET quick start tutorials at http://quickstarts.asp.net/QuickStartv20/default.aspx, all of the samples are shown in HTML. It even says there "If you have never developed Web pages before, the
|
| EditOnly DetailsView? | 15 Sep 2006 17:29 GMT | 2 |
I am upgrading my asp.net 1.x to asp.net 2.0. In my page I have a datagrid and a group of textbox, dropdownlist, checkbox... etc. the datagrid and the group of controls are hooked up - when user click on datagrid to select a row, then I will populate the record detail to
|
| datareader.close() after return ?? | 15 Sep 2006 17:20 GMT | 1 |
I have a function.... private bool myfunction() { SqlDataReader myReader = CommandObject.ExecuteReader();
|
| Control panel visibility | 15 Sep 2006 16:49 GMT | 1 |
I have a panel on my page which i want to be visible for 5 seconds when a link button is clicked and then hide it later. I tried incorporating it in a for loop or using thread.sleep after pnl.visible=true but it dont work.
|
| ASP.Net Website Administration Tool not available in Vstudio 2005 menu | 15 Sep 2006 16:44 GMT | 1 |
I am exploring use of the new ASP.NET 2.0 membership facilities. Using Visual Studio 2005 on WinXP, I have one little site in http://localhost/mySite which exposes the menu choice "ASP.Net Configuration" when I click on the menu bar item "Website".
|
| how to synchronize multiple drop down lists? | 15 Sep 2006 16:35 GMT | 8 |
ASP.NET 2.0 VB & SQL Express Lest take Northwind Categories Products as example I create a table that hold these two together and I create a stored procedure like
|
| Architectural design question - please advise | 15 Sep 2006 16:07 GMT | 1 |
I'm not sure of the best way to go about achieving my goal and would appreciate any advice. What I would like to do is to generate a control that can be dropped onto a web page. For example, a control that provided catalogue information. As I
|
| gridview edit problems when paging | 15 Sep 2006 16:01 GMT | 3 |
When I am performing a command on a row in my gridview, it works fine, unless I have paging enabled and I try t execute the command on a page other than the first page. The error I get is 'Index was out of range. Must be non-negative and less than the size of the collection' on the
|
| Controls lost their connection between Code behind and .aspx page | 15 Sep 2006 15:23 GMT | 2 |
VS.Net 2005 professional: When I built my website, I get a long list of errors (not in the error window, but in the Output window) concerning the declaration of several controls, like:
|
| is asp.net suks or i just missing some secrets ? | 15 Sep 2006 15:08 GMT | 5 |
the question is more related to architecture and practices and I'll appreciate any opinion i work with asp net 1/2 few years and with any project we developing we meet performance issues
|
| asp.net 2.0 creating a base page | 15 Sep 2006 15:02 GMT | 3 |
Hi all,In asp.net 1.x i creates a basepage that extends System.Web.UI.Page class. I created this file in a web appplcaition project and then refernced it from another projects.
|
| IFrame and POstBack | 15 Sep 2006 14:45 GMT | 1 |
I have a standard HTML only web site that has an IFrame on one page. I want to open a DotNet app in the IFrame, but the PostBacks dont seem to happen. Does anyone know why?
|
| Click anywhere of DataGrid row to fire ButtonColumn event | 15 Sep 2006 14:42 GMT | 2 |
We have DataGrid control in Web Form, our client requires to be able to click anywhere of a row to fire the event same as LinkBotton column is clicked. We we did in ASP.NET 1.1 is in ASPX page
|