Go Back   Velocity Reviews > Newsgroups > ASP Net
User Name
Password
Register FAQ Members List Calendar Search Today's Posts Mark Forums Read

Reply

ASP Net - table cell

 
Thread Tools Search this Thread
Old 06-14-2004, 11:01 PM   #1
Default table cell


hello

i have problem with response.redirect method, namely i have default page
home.aspx where is html table :

<%@ Page Language="VB" %>
<script runat="server">

' Insert page code here
'

</script>
<%@ Register TagPrefix="eCommerce" TagName="Menu" Src="Menu.ascx" %>
<html>
<head>
<title>zamówienia Wf-Mag</title>
<link href="stylee.css" rel="stylesheet" />
</head>
<body>
<form runat="server">
<table width="100%" border="0">
<tbody>
<tr valign="top">
<td colspan="2">
<!-- HEADER -->
<div style="PADDING-RIGHT: 5px; PADDING-LEFT: 5px;
PADDING-BOTTOM: 5px; COLOR: white; PADDING-TOP: 5px; BACKGROUND-COLOR:
#990000"><span style="FONT-WEIGHT: bold; FONT-SIZE:
32pt">zamowienia.intak.pl</span>
</div>
</td>
</tr>
<tr valign="top">
<td width="20%">
<!-- MENU -->
<ECOMMERCE:MENU runat="server" />
</td>
<td width="80%">
<!-- CONTENT -->retreter</td>
</tr>
</tbody>
</table>
</form>
</body>
</html>

and everything is ok but when i call response.redirect from menu.ascx new
page is opening in browser, but not in third table cell.... what should i do
to open new page in third cell ???

thanks

Patrick




ven
  Reply With Quote
Old 06-15-2004, 12:34 AM   #2
Marty U.
 
Posts: n/a
Default Re: table cell
ven wrote:

> hello
>
> i have problem with response.redirect method, namely i have default page
> home.aspx where is html table :
>
> <%@ Page Language="VB" %>
> <script runat="server">
>
> ' Insert page code here
> '
>
> </script>
> <%@ Register TagPrefix="eCommerce" TagName="Menu" Src="Menu.ascx" %>
> <html>
> <head>
> <title>zamówienia Wf-Mag</title>
> <link href="stylee.css" rel="stylesheet" />
> </head>
> <body>
> <form runat="server">
> <table width="100%" border="0">
> <tbody>
> <tr valign="top">
> <td colspan="2">
> <!-- HEADER -->
> <div style="PADDING-RIGHT: 5px; PADDING-LEFT: 5px;
> PADDING-BOTTOM: 5px; COLOR: white; PADDING-TOP: 5px; BACKGROUND-COLOR:
> #990000"><span style="FONT-WEIGHT: bold; FONT-SIZE:
> 32pt">zamowienia.intak.pl</span>
> </div>
> </td>
> </tr>
> <tr valign="top">
> <td width="20%">
> <!-- MENU -->
> <ECOMMERCE:MENU runat="server" />
> </td>
> <td width="80%">
> <!-- CONTENT -->retreter</td>
> </tr>
> </tbody>
> </table>
> </form>
> </body>
> </html>
>
> and everything is ok but when i call response.redirect from menu.ascx new
> page is opening in browser, but not in third table cell.... what should i do
> to open new page in third cell ???
>
> thanks
>
> Patrick
>
>

Patrick by briefly looking at your post it seems you would need to use
an IFRAME. Response.Redirect will send the user to a new page replacing
the parent page for which the request is made.

I might be misunderstanding your question if so sorry.

Marty U.


Marty U.
  Reply With Quote
Reply


Thread Tools Search this Thread
Search this Thread:

Advanced Search

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are Off
Pingbacks are Off
Refbacks are Off

Similar Threads
Thread Thread Starter Forum Replies Last Post
changing Crystal report table at run time rakesh201180 Software 1 10-22-2008 10:58 AM
How to Add more than one Textbox in a table cell on the fly.... tapasmahata Software 0 04-26-2008 06:37 AM
High-Def Playback: The Firmware Gotcha Ablang DVD Video 46 07-28-2007 07:25 AM
Enjoy DVD movies on your cell phone senderila Software 0 07-26-2007 11:04 AM
How to store dataset to a table in the database. Please be specific. Urgent fullblown General Help Related Topics 0 09-20-2006 03:55 PM




SEO by vBSEO 3.3.2 ©2009, Crawlability, Inc.

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46