Hi,
I would like to redirect this URL:
http://www.discoverthe networks.org/groupProfile.as p?grpid=6967
to this URL:
http://www.discoverthe networks.org/groupProfile.as p?grpid=7522
I can't seem to find a solution through Google, I can't simply add a 301 redirect because this page was created dynamically.
Thank you,
Search Result
Collapse
6 results in 0.0027 seconds.
Keywords
Members
Tags
-
Redirect URL (Should be simple?)
-
How to send data back to sql from excel
Hi,
i have a sql database and lot of tables.
I want to insert and update a sql table from excel. I can retrieve the data from sql table to excel sheet. But i have to send the data back to sql with the changes if any, from excel sheet. I have struggling in this part.
This is my problem.
Can you help any one to solve this problem.
Thanks in advance.
Thiru. -
nzkks started a topic Help needed to create BLL class for storeprocedure which updates multiple tablesin ASP .NETHelp needed to create BLL class for storeprocedure which updates multiple tables
Hi I am using these: ASP.Net 2.0 with VB.Net, Visual Studio 2005, SQL Server 2005
I suspect, there is something missing in BLL class.
I created the ASP.Net form also and checked whether it is working or not. When I submit after entering the data, an error comes.
Please help me to solve this problem. Thanks
The details below:
I have created a store procedure... -
How to Synchronize 2 multiviews with menu control-Help needed
Hi, I am using these: ASP.Net 2.0, VB.Net, Visual Studio 2005, SQL Server 2005
In a asp.net page, I have two multiview controls each has 2 views & its corresponding 2 menu items named Metric & Imperial. Individually both works fine.
But when I click "Metric", the other "Metric" should also be switched on and vice-versa for Imperial. How to achieve that?
The catch here is, one of the... -
Nested webcontrols from the same objectdatasource - Help needed
Hi, I am using these: ASP.Net 2.0, VB.Net, Visual Studio 2005, SQL Server 2005, Objectdatasourc e using DAL & BLL classes
My objectdatasourc e can produce below output by CategoryID parameter: (stored procedure: GetProductsByCa tegoryID )
CategoryID | CollectionID | ProductID | CategoryName | CollectionName | ProductName | ProductPhoto
1 1 3 XYZ ... -
nzkks started a topic How to set & show default value in dropdownlist from databound items (not static)in ASP .NETHow to set & show default value in dropdownlist from databound items (not static)
Hi I am using these: ASP.Net 2.0, VB.Net, Visual Studio 2005, SQL Server 2005, Formview controls
In a ASP.Net form I have 20 textboxes and 20 dropdownlists(d dl). All ddl(s) are databound and get the data from a single objectdatasourc e. All textboxes and ddl(s) support null values. Textboxes are for entering numbers and ddl(s) are for selecting the unit (mm, cm, in, m3, oz, qt like these.).
I am using the below code to achieve...