| Thread | Last Post | Replies |
|
| daab and mysql | 23 Feb 2006 13:43 GMT | 2 |
Is it possible to use the Microsoft Data Access Application Blocks with MySQL ? Thanks. Pierre.
|
| need immediate help | 23 Feb 2006 13:37 GMT | 1 |
i am using oracle 10g with asp.net some time ago it is working fine with all the application but now .net not make connection with oracle and give me these error "REGDB_E_CLASSNOTREG(0x80040154). "
|
| Label ViewState question | 23 Feb 2006 13:17 GMT | 5 |
I have a composite control (under ASPNET2; derived from CompositeControl) which contains a label. The contents of the label are set when the control is created to a user-supplied value. What's confusing me is that on postback the contents of the label are not being restored from ...
|
| ViewState not restoring in composite control (ASPNET2) | 23 Feb 2006 13:15 GMT | 1 |
I have a "master" composite control which, in turn, holds an instance of a "detail" composite control (the "master" control will ultimately contain multiple instances of the "detail" control, but I'm keeping things simple to try and figure out what's going wrong). The master ...
|
| App_Code class not working | 23 Feb 2006 12:51 GMT | 10 |
Need help. I create a vb file in my app_code folder. Here is the code: Imports Microsoft.VisualBasic Imports System.Net.Mail
|
| DataGrid - scroll row into visible area by code? | 23 Feb 2006 11:22 GMT | 1 |
Hi newsgroup, Is it possible to scroll a System.Web.UI.WebControls.DataGrid by code so that a certain row shows up in the visible area? As yet I have only managed to select a certain row through
|
| Where to put App.config | 23 Feb 2006 11:14 GMT | 4 |
My web site is using a library created in a separate project. VS 2005 has created for it an App.config file. The library is included as a refernce in my web site. When I copied my web site to it's destination the app.config has not been
|
| webform items positioning... | 23 Feb 2006 10:21 GMT | 1 |
not sure if this is the most efficent way under asp.net (vb.net 2003) but i would like to have a header that appears on all pages -- i thought about using an include file - however, the contents of it overlay panels or other controls - it just drop them down... i tried creating ...
|
| ASP.NET database access Error ! | 23 Feb 2006 10:08 GMT | 1 |
I have created a webpage which will access a Access MDB file. However, there are some problem when I access the MDB file. I found that the problem is from SQL statement of OLEDBCommand. For example: if I use "Select * from Location", then the ASP.NET applicant can run
|
| Gridview not updating data | 23 Feb 2006 10:08 GMT | 1 |
I have a gridview wherein I've added functionality for Edit. Now, when I click on the Edit button, and modify a field, and click on the Update button, the new values disappear and the old values are retained. Here is my source code:
|
| Textbox.text not getting value | 23 Feb 2006 10:01 GMT | 1 |
I am using javascrip to clear a textbox. After the users clicks on the button to clear the textbox via javascript, the user then enters in the new text and clicks on save. When the save button is click, the click event on code behind is trigger but the textbox.text is "", not the
|
| Learning ASP.NET (knowing HTML) | 23 Feb 2006 09:57 GMT | 1 |
After getting to know VB.NET, I'm now about to learn ASP.NET, since customer requests points in this direction. Naturally, I wish to start up in a proper way. As mentioned I'm familiar with VB.NET. But I know very little about creating homepages.
|
| any type of document reading | 23 Feb 2006 09:11 GMT | 1 |
Hi Grp, Please suggest a best method ( in terms of performance )to read the document hosted on web server. Like in our case, we are using sharepoint server for document hosting and these documents are of type pdf,word,txt,html.
|
| How to reference to assemblies located in another web project? | 23 Feb 2006 06:41 GMT | 1 |
I made the Web Project Setup Package in Visual Studio .NET 2003. How can I reference it to assemblies that located in bin directory of another web project on target machine (without using Global Assembly Cache)? thanks
|
| Force different page to postback. | 23 Feb 2006 06:22 GMT | 6 |
Any ideas how I can have a button click on one open page force a postback on a different page.
|