| Thread | Last Post | Replies |
|
| ItemDataBound not being caught | 13 Apr 2006 06:26 GMT | 3 |
We're using ASP.net 1.1 and when we load a control dynamically, using LoadControl, the ItemDataBound of the DataGrid that sits in this dynamically loaded control does not get hit. Does anyone know why at all? Any help would be great. Thanks,
|
| asp.net 2...where do you put your DB connection strings? | 13 Apr 2006 05:21 GMT | 5 |
I've been taught that, at least in 1.1, you put your DB connection strings in the WebConfig file and access them from there as needed. In 2.0, it looks like I can do the same, but it's been suggested that I use the Web Site Admin Tool Wizard to store them. So, I have a few ...
|
| javascript popup causing postback on parent. Pls Help! | 13 Apr 2006 05:13 GMT | 6 |
I have a web page that is in a master page. The user fills in the page and at the bottom I have a link for terms which when they click is causing post back. Here is the code. Is there a way to just have the popup without the postback? this is in ASP.NET 2.0
|
| FormView update not updating with ObjectDataSource | 13 Apr 2006 04:09 GMT | 1 |
I have a FormView tied to ObjectDataSource that's not updating and am wondering what I missed.. <asp:FormView ID="fvRegDetail" runat="server" DefaultMode="Edit" DataKeyNames="RegistrantId" DataSourceID="odsRegistrant"
|
| Folder 'partitioning' | 13 Apr 2006 03:57 GMT | 1 |
Recently, I came across the issue of file-system practical limits in terms of how many files to store in a single directory: http://www.37signals.com/svn/archives2/id_partitioning.php That refers mainly to LAMP, but was wondering how much of an issue it is
|
| converted web 1.1 to 2.0, no longer get dlls in bin directory? | 13 Apr 2006 03:01 GMT | 2 |
I converted an ASP.NET 1.1 web running on IIS under XP Pro using Visual Studio 2005 It runs ok, but when I build it - no dlls are created in the BIN directory (or any other directory that I've found).
|
| Help to solve error while reading a file? | 13 Apr 2006 02:44 GMT | 1 |
I have made an ASP.NET 1.1 application on windows 2000 advanced server. In the application, i have saved the file using the following code string str; str="this is my data";
|
| HttpException (0x80004005): Server Too Busy | 13 Apr 2006 02:33 GMT | 1 |
Into the wayback machine, w.nker Fred.
|
| Batch Deployment | 13 Apr 2006 02:14 GMT | 4 |
I was wondering what practices people have come up with for deployment. I want to precompile the application and encrypt portions of the web.config. In 1.0 I just did a batch file that would
|
| Intellisense in VS 2005 | 13 Apr 2006 01:23 GMT | 2 |
Can anyone tell me what exactly what makes intellisense works for custom controls in aspx pages in VS 2005? I just installed Atlas in my office computer, created a new atlas project and it doesn't show any code completion dialog when I type
|
| Deleting Cookies | 13 Apr 2006 01:15 GMT | 1 |
Hi all, Environment : ASP.NET I am using cookies to store some data. this is done in a class which is called by a web page CookieCreate.aspx. Here is a little bit of code of how i
|
| Setting focus to FormView's child controls... | 13 Apr 2006 00:38 GMT | 9 |
How do I set the focus to a control that is a child to a FormView? I've tried the obvious (below) and lots of variations but none seam to work! Sub Page_Load(ByVal sender As Object, ByVal e As System.EventArgs) Handles Me.Load
|
| Datagrid Grow-Shrink | 13 Apr 2006 00:28 GMT | 2 |
I have a datagrid and some textboxes and buttons below it. As I add data to the datgrid it grows vertically (of course) and eventually covers up my other controls. How do I make my other controls move as the datagrid changes in size so they always maintain a constant distance ...
|
| Page/window focus... | 13 Apr 2006 00:27 GMT | 7 |
I'm using .NET framework 2.0 with ASP.NET and VB.NET code behind. What I want to accomplish: User must accept an agreement (which is displayed in a separate IE Window) before they can proceed with the current page.
|
| Set Focus | 13 Apr 2006 00:21 GMT | 4 |
How do you set the focus on a web form in ASP.NET v1.1 using VB .NET 2003? I have several textboxes on a web form and I want to set the focus to a specific one after the user clicks submit. Thanks,
|