User control?

  • Thread starter Thread starter Jonathan
  • Start date Start date
J

Jonathan

Hi,
i am new to Asp.Net and i am not sure wich option i should go for. What i
wanna do is simply to change some information in a cell. As a matter of
fact, each hyperlink on my Web page will change the cell content. What i
though i should do is to "include" some aspx file in that cell... This aspx
file would then show the part from the hyperlink (example:if i click on
"Mission" then, only the part from "Mission" in that aspx file is shown).
The problem is that i think i am doing some coding as if i was coding
normal Asp...

I have read some documentation and i have found i could maybe use the
Hyperlink control and the User Control. Since, i am a little mixed up, i
would like to know if i should use one of these controls (wich one gives
best performance?) or if there is a better way i could so such a thing...

Thanks in advance

Jonathan
 
Hi,
i am new to Asp.Net and i am not sure wich option i should go for.
What i wanna do is simply to change some information in a cell. As a
matter of fact, each hyperlink on my Web page will change the cell
content. What i though i should do is to "include" some aspx file in
that cell... This aspx file would then show the part from the
hyperlink (example:if i click on "Mission" then, only the part from
"Mission" in that aspx file is shown). The problem is that i think i
am doing some coding as if i was coding normal Asp...

I have read some documentation and i have found i could maybe use the
Hyperlink control and the User Control. Since, i am a little mixed up,
i would like to know if i should use one of these controls (wich one
gives best performance?) or if there is a better way i could so such a
thing...

Thanks in advance

Jonathan

I finally got it working with a User Control that shows the correct
information in my cell depending on what hyperlink i just clicked. I am not
sure if that is the correct way but i'll continue to search and test
things.


Jonathan
 
Back
Top