ksbrace
I think what you need is a service pack from microsoft.com for datagrid/data loss.
Mine is also in Web.config and it is not removed.
I just solved my problem by redoing the whole project again with copy/paste of all my WebForms.
My .NET 2002 at home has UML Visio -> reengineering sub menu under Project. I do not see this at work (2002) nor after I upgraded to 2003 at home. Any advice on how to get it there.
Thanks.
I have just upgraded my system from VS .NET 2002 to 2003. When I run my Web App that reads and displays data into a DataGrid from a SQL server, the DataGrid is no longer there.
I had deployed my 2002 file and even the http://localhost/xyz is not longer displaying the DataGrid.
Did the...
In case some of you are not aware, microsoft is offering an upgrade from VS .NET 2002 to 2003 for only $29.99. The upgrade works with same packages only (i.e. Pro to Pro).
Hello,
I have a similar question. I have a WebApp that uses a SQL db from my machine. How can I deploy the App and the db so that it can be intalled on any machine and run? I do not want to send the source code. For now that is the only way I know how to change the connnection string to the...
First of all please accept my apologize. I have some questions that relate to this thread. Since I notice you are both knowledgable in what I want, please allow me to proceed.
I am new to ASP and SQL.
I have a WebApp that has a button to take me to a form page. On that page:
1. I want to be...
Hi.
1. I have put a combo box on my web form. How do I fill it with data?
This is what I tried but nothing happens.
in Page_Load
if (!IsPostBack)
{
bttComponent.FillDataSet(custDataSet1);
drplCustomer.DataBind();
}
2. I have a DataGrid that has paging enabled. When I press next...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.