473,320 Members | 2,080 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,320 software developers and data experts.

Include file in ASP.NET

Hello, how ru all,

I have created a user control in which my site links are created and then i
added this control to all of my ASP.NET pages but there is some problem in
Table adjustment in all of pages no any html table tag implemented on user
control so page Table could not adjust so pls tell me what i do for get rid
of this situation.
Thanks.
Nov 19 '05 #1
4 1074
This is basically impossible to answer without seeing the resultant HTML of
a sample page or something like that. CAn you post the HTML?

<html>
....
<!-- control output here -->
.....
<!-- page output here -->
--
</html>

Ray at work
"asad" <as**@discussions.microsoft.com> wrote in message
news:44**********************************@microsof t.com...
Hello, how ru all,

I have created a user control in which my site links are created and then
i
added this control to all of my ASP.NET pages but there is some problem in
Table adjustment in all of pages no any html table tag implemented on user
control so page Table could not adjust so pls tell me what i do for get
rid
of this situation.
Thanks.

Nov 19 '05 #2
It sounds like you are having problems with the layout of your page.

Could you provide a specific example of what is not working with code?

--
Scott
http://www.OdeToCode.com/blogs/scott/

On Sat, 10 Sep 2005 07:26:01 -0700, "asad"
<as**@discussions.microsoft.com> wrote:
Hello, how ru all,

I have created a user control in which my site links are created and then i
added this control to all of my ASP.NET pages but there is some problem in
Table adjustment in all of pages no any html table tag implemented on user
control so page Table could not adjust so pls tell me what i do for get rid
of this situation.
Thanks.


Nov 19 '05 #3
Yes i have problem in the page layout, page layout does not set so pls tell
me the solution, Thanks.

"Scott Allen" wrote:
It sounds like you are having problems with the layout of your page.

Could you provide a specific example of what is not working with code?

--
Scott
http://www.OdeToCode.com/blogs/scott/

On Sat, 10 Sep 2005 07:26:01 -0700, "asad"
<as**@discussions.microsoft.com> wrote:
Hello, how ru all,

I have created a user control in which my site links are created and then i
added this control to all of my ASP.NET pages but there is some problem in
Table adjustment in all of pages no any html table tag implemented on user
control so page Table could not adjust so pls tell me what i do for get rid
of this situation.
Thanks.


Nov 19 '05 #4
Ray and I are trying to tell you that we don't have enough information
to even tell you what the problem is.

--
Scott
http://www.OdeToCode.com/blogs/scott/
On Sun, 11 Sep 2005 00:44:03 -0700, "asad"
<as**@discussions.microsoft.com> wrote:
Yes i have problem in the page layout, page layout does not set so pls tell
me the solution, Thanks.

"Scott Allen" wrote:
It sounds like you are having problems with the layout of your page.

Could you provide a specific example of what is not working with code?

--
Scott
http://www.OdeToCode.com/blogs/scott/

On Sat, 10 Sep 2005 07:26:01 -0700, "asad"
<as**@discussions.microsoft.com> wrote:
>Hello, how ru all,
>
>I have created a user control in which my site links are created and then i
>added this control to all of my ASP.NET pages but there is some problem in
>Table adjustment in all of pages no any html table tag implemented on user
>control so page Table could not adjust so pls tell me what i do for get rid
>of this situation.
>Thanks.



Nov 19 '05 #5

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

7
by: mescaline | last post by:
Hi, Suppose a_file.cpp contains a function a_function() Now to include it in main_file.cpp I just do #include "a_file.cpp" and I'm all set. i recently came across this seemingly roundabout...
6
by: wukexin | last post by:
Help me, good men. I find mang books that introduce bit "mang header files",they talk too bit,in fact it is my too fool, I don't learn it, I have do a test program, but I have no correct doing...
28
by: Ramesh | last post by:
Hi, I am currently maintaining a legacy code with a very very large code base. I am facing problems with C/C++ files having a lot of un-necessary #includes. On an average every C/C++ file has...
60
by: Derrick Coetzee | last post by:
It seems like, in every C source file I've ever seen, there has been a very definite include order, as follows: - include system headers - include application headers - include the header...
9
by: bill | last post by:
Forget the exact definition of difference between, #include <foo.h> and #include "bar.h" Normally foo.h is a standard header file, so it's path is not defined in compiler option, but I...
12
by: Francois Grieu | last post by:
Can #include safely use a preprocessing token, as in #define HEADERFILE "stdio.h" #include HEADERFILE int main(void) {return printf("Hello, world\n")*0;} TIA, François Grieu
9
by: zolli | last post by:
Hi, I've been banging my head against this for a while now. Hoping someone here can shed some light on what's going on. On including stdlib.h in a file, I'm seeing the following errors: ...
5
by: David Mathog | last post by:
One thing that can make porting C code from one platform to another miserable is #include. In particular, the need to either place the path to an included file within the #include statement or to...
3
by: Arpi Jakab | last post by:
I have a main project that depends on projects A and B. The main project's additional include directories list is: ...\ProjectA\Dist\Include ...\ProjectB\Dist\Include Each of the include...
6
by: tshad | last post by:
In my User control, I tried to do this: *************************************************************************** <Script runat="server"> Public ClientName As String = "<!-- #include file =...
0
by: ryjfgjl | last post by:
ExcelToDatabase: batch import excel into database automatically...
0
isladogs
by: isladogs | last post by:
The next Access Europe meeting will be on Wednesday 6 Mar 2024 starting at 18:00 UK time (6PM UTC) and finishing at about 19:15 (7.15PM). In this month's session, we are pleased to welcome back...
1
isladogs
by: isladogs | last post by:
The next Access Europe meeting will be on Wednesday 6 Mar 2024 starting at 18:00 UK time (6PM UTC) and finishing at about 19:15 (7.15PM). In this month's session, we are pleased to welcome back...
0
by: Vimpel783 | last post by:
Hello! Guys, I found this code on the Internet, but I need to modify it a little. It works well, the problem is this: Data is sent from only one cell, in this case B5, but it is necessary that data...
0
by: jfyes | last post by:
As a hardware engineer, after seeing that CEIWEI recently released a new tool for Modbus RTU Over TCP/UDP filtering and monitoring, I actively went to its official website to take a look. It turned...
1
by: PapaRatzi | last post by:
Hello, I am teaching myself MS Access forms design and Visual Basic. I've created a table to capture a list of Top 30 singles and forms to capture new entries. The final step is a form (unbound)...
0
by: af34tf | last post by:
Hi Guys, I have a domain whose name is BytesLimited.com, and I want to sell it. Does anyone know about platforms that allow me to list my domain in auction for free. Thank you
0
by: Faith0G | last post by:
I am starting a new it consulting business and it's been a while since I setup a new website. Is wordpress still the best web based software for hosting a 5 page website? The webpages will be...
0
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 3 Apr 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome former...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.