| Thread | Last Post | Replies |
|
| LinqDataSource. Get ID | 23 Dec 2007 03:35 GMT | 1 |
How can I get the ID (primary key) of a record just inserted in a database table by a LinqDataSource? Thanks, Miguel
|
| How to use filtertextboxextender with controls in gridview | 23 Dec 2007 03:18 GMT | 1 |
I have a gridview that is in an updatepanel, with textboxes for the controls, and am trying to use the ajax filteredtextbox, but I get the error that says "Textbox1" is not found. Any ideas: <asp:GridView ID="gv">
|
| Javascript function with value of server-side event | 23 Dec 2007 03:07 GMT | 1 |
Hi group, what I would like to do is maybe a little hard and I can't achieve to make it. So I need your help to go in the right way. What I want is to create a webcontrol that can use one its properties
|
| Detailsview inside ModalPopup | 23 Dec 2007 02:55 GMT | 1 |
I have a DetailsView inside a ModalPopup (using the AJAX ModalPopupExtender). I would like the user to have the ability to change the DetailsView's mode within the ModalPopup.
|
| [ GridView ] three little style cases | 22 Dec 2007 18:07 GMT | 3 |
I have three problemS about the style of a Gridview (Aspnet 2.0) to try to solve (in the official way or by a workaround) 1) how to remove the upper border of a cell (1,0) ;
|
| How to 301 redirect default.aspx to root | 22 Dec 2007 13:57 GMT | 10 |
How can I 301 redirect www.example.com/default.aspx to www.example.com without using ISAPI filters?
|
| Controls v HTML | 22 Dec 2007 13:54 GMT | 30 |
I come from a classic asp background, but have started using ASP.NET about 12 months ago, but I'm still not sure about the pros and cons of using controls v HTML spat out from code as you would in classic asp. I have also been using System.Web.UI.ICallbackEventHandler to send ...
|
| Frames in ASP.NET? | 22 Dec 2007 13:16 GMT | 4 |
I want to create a new web application using VS2008 (I'm actually rewriting what's currenty at www.recordplay.com). The current site uses frames. Do I want to still do this, or is there a new/better way now?
|
| Progress Bar in file uploads. | 22 Dec 2007 13:12 GMT | 2 |
I have files that need to be uploaded to the server. I'm using the ASP FileUpload control and it works great. Problem is - it can take a while to upload. So I want to put in a progress bar. Anybody have any suggestions? I do have Ajax available to me if that makes a
|
| App_Data files | 22 Dec 2007 13:09 GMT | 1 |
I have problems with sharing files from this directory. It is system directory so I can't make dirrect links on files inside. For example /App_Data/my.mp3 www.example.com/App_Data/my.mp3 - forbidden link
|
| Calling a method from a dropdown control | 22 Dec 2007 09:29 GMT | 22 |
If I run this code below in ASP.NET 2.0 it fails with an "Object Required" error and I have no idea why. Could someone tell me why this is failing? Then if I can get an answer to that, I would actually prefer to run a C# method instead of
|
| Console-ish output in a browser, how? | 22 Dec 2007 04:00 GMT | 17 |
In my web application, I would like to dynamically display the progress of a process, something like: Collecting user input ... Saving user profile ...
|
| Server.Transfer() and authorization | 22 Dec 2007 03:40 GMT | 3 |
Hi. When using Server.Transfer() to switch the request to a specific web form (as opposed to a class implementing IHttpHandler, if it makes any difference), do I have to do something special to have Request.IsAuthorized set properly?
|
| ASP.Net and macromedia | 22 Dec 2007 01:40 GMT | 1 |
I have a site made by Dreamweaver. Is there anyway I can incorporate ASP.NET in that?
|
| Designing database web application | 21 Dec 2007 21:54 GMT | 2 |
I want to develop database web application. It will consist of many similar webpages with grid and ability to edit, insert or delete rows. All of these webpages will have grids with the same properties, ability to export data to excel or pdf, the same buttons (edit, insert, delete,
|