freelanceprogrammers.org Forum Index » ASP
about usercontrols
Joined: 08 Sep 2005
Posts: 7
about usercontrols
hi
I want to regester two user controls ..i registered two
different user controls and i embedded them in the body of the program but
wheni am running the program i am getting only one user control in the
output the other one i am not getting...the reason i am not able to
find...but if i regester the 2nd one alone then i am getting the 2nd user
control in the output ...if i both 1st and 2nd use at the same time i am
getting only 1st user control in the output...why is this so...please
tell me
bye
urmila.
---------------------------------
Click here to donate to the Hurricane Katrina relief effort.
[Non-text portions of this message have been removed]
Joined: 07 Jan 2006
Posts: 63
about usercontrols
You can palce 2 user controls on a page -- but they need to only be
registered once.
see:
http://learnasp.com/freebook/learn/usercontrols-amazon.aspx
for an example.
The Amazon control is registered once but used many times on the same page.
On 9/8/05, urmila nalla <logasp@...> wrote:
>
> hi
>
> I want to regester two user controls ..i registered two
> different user controls and i embedded them in the body of the program but
>
> wheni am running the program i am getting only one user control in the
> output the other one i am not getting...the reason i am not able to
> find...but if i regester the 2nd one alone then i am getting the 2nd user
> control in the output ...if i both 1st and 2nd use at the same time i am
> getting only 1st user control in the output...why is this so...please
> tell me
>
>
> bye
> urmila.
>
>
>
> ---------------------------------
> Click here to donate to the Hurricane Katrina relief effort.
>
> [Non-text portions of this message have been removed]
>
>
>
> SPONSORED LINKS
> Basic programming
language<http://groups.yahoo.com/gads?t=ms&k=Basic+programming+language&w1=Basic
+programming+language&w2=Computer+programming+languages&w3=Programming+languages
&w4=Java+programming+language&w5=The+history+of+computer+programming+language&c=
5&s=176&.sig=clJRDppRYABhs6xUhzokKw> Computer
> programming
languages<http://groups.yahoo.com/gads?t=ms&k=Computer+programming+languages&w1=
Basic+programming+language&w2=Computer+programming+languages&w3=Programming+lang
uages&w4=Java+programming+language&w5=The+history+of+computer+programming+langua
ge&c=5&s=176&.sig=RiWZhYTiihJ1rWfeFgB2sg> Programming
>
languages<http://groups.yahoo.com/gads?t=ms&k=Programming+languages&w1=Basic+pro
gramming+language&w2=Computer+programming+languages&w3=Programming+languages&w4=
Java+programming+language&w5=The+history+of+computer+programming+language&c=5&s=
176&.sig=2BgLsjKfGvxPndstKBMU9g> Java
> programming
language<http://groups.yahoo.com/gads?t=ms&k=Java+programming+language&w1=Basic+
programming+language&w2=Computer+programming+languages&w3=Programming+languages&
w4=Java+programming+language&w5=The+history+of+computer+programming+language&c=5
&s=176&.sig=4wWSX5WKx7BCK9SrMVdrxQ> The
> history of computer programming
language<http://groups.yahoo.com/gads?t=ms&k=The+history+of+computer+programming
+language&w1=Basic+programming+language&w2=Computer+programming+languages&w3=Pro
gramming+languages&w4=Java+programming+language&w5=The+history+of+computer+progr
amming+language&c=5&s=176&.sig=iNvYp6cfd9HwtDhK1iV-rg>
> ------------------------------
> YAHOO! GROUPS LINKS
>
>
> - Visit your group
"AspNetAnyQuestionIsOk<http://groups.yahoo.com/group/AspNetAnyQuestionIsOk>"
> on the web.
> - To unsubscribe from this group, send an email to:
>
AspNetAnyQuestionIsOk-unsubscribe@yahoogroups.com<AspNetAnyQuestionIsOk-unsubscr
ibe@yahoogroups.com?subject=Unsubscribe>
> - Your use of Yahoo! Groups is subject to the Yahoo! Terms of
> Service <http://docs.yahoo.com/info/terms/>.
>
>
> ------------------------------
>
[Non-text portions of this message have been removed]
Joined: 08 Sep 2005
Posts: 7
about usercontrols
u know the two user controls r not same...both r different. I want to use both
usercontrols in one page....i am able to get only one user control...i am trying
to paste the code but it is not pasting...
bye
urmila.
Charles Carroll <911@...> wrote:
You can palce 2 user controls on a page -- but they need to only be
registered once.
see:
http://learnasp.com/freebook/learn/usercontrols-amazon.aspx
for an example.
The Amazon control is registered once but used many times on the same page.
On 9/8/05, urmila nalla wrote:
>
> hi
>
> I want to regester two user controls ..i registered two
> different user controls and i embedded them in the body of the program but
>
> wheni am running the program i am getting only one user control in the
> output the other one i am not getting...the reason i am not able to
> find...but if i regester the 2nd one alone then i am getting the 2nd user
> control in the output ...if i both 1st and 2nd use at the same time i am
> getting only 1st user control in the output...why is this so...please
> tell me
>
>
> bye
> urmila.
>
>
>
> ---------------------------------
> Click here to donate to the Hurricane Katrina relief effort.
>
> [Non-text portions of this message have been removed]
>
>
>
> SPONSORED LINKS
> Basic programming language Computer
> programming languages Programming
> languages Java
> programming language The
> history of computer programming language
> ------------------------------
> YAHOO! GROUPS LINKS
>
>
> - Visit your group "AspNetAnyQuestionIsOk"
> on the web.
> - To unsubscribe from this group, send an email to:
> AspNetAnyQuestionIsOk-unsubscribe@yahoogroups.com
> - Your use of Yahoo! Groups is subject to the Yahoo! Terms of
> Service .
>
>
> ------------------------------
>
[Non-text portions of this message have been removed]
Yahoo! Groups Links
---------------------------------
Click here to donate to the Hurricane Katrina relief effort.
[Non-text portions of this message have been removed]
Joined: 07 Jan 2006
Posts: 63
about usercontrols
http://www.learnasp.com/freebook/learn/usercontrols.aspx
shows 2 different UCs on the same page.
On 9/8/05, urmila nalla <logasp@...> wrote:
>
> u know the two user controls r not same...both r different. I want to use
> both usercontrols in one page....i am able to get only one user control...i
> am trying to paste the code but it is not pasting...
>
> bye
> urmila.
[Non-text portions of this message have been removed]
Joined: 08 Sep 2005
Posts: 7
about usercontrols
thanks for u r help charles..i got the result..bye.
Charles Carroll <911@...>
wrote:http://www.learnasp.com/freebook/learn/usercontrols.aspx
shows 2 different UCs on the same page.
On 9/8/05, urmila nalla wrote:
>
> u know the two user controls r not same...both r different. I want to use
> both usercontrols in one page....i am able to get only one user control...i
> am trying to paste the code but it is not pasting...
>
> bye
> urmila.
[Non-text portions of this message have been removed]
Yahoo! Groups Links
---------------------------------
Click here to donate to the Hurricane Katrina relief effort.
[Non-text portions of this message have been removed]
Joined: 09 Jan 2006
Posts: 17
about usercontrols
Simply Drag any num of Usercontrols from ur solution to aspx. page u want to
use. But make sure UControls are propery made ,...
Otherwise giv u error.
urmila nalla <logasp@...> wrote:
u know the two user controls r not same...both r different. I want to use both
usercontrols in one page....i am able to get only one user control...i am trying
to paste the code but it is not pasting...
bye
urmila.
Charles Carroll <911@...> wrote:
You can palce 2 user controls on a page -- but they need to only be
registered once.
see:
http://learnasp.com/freebook/learn/usercontrols-amazon.aspx
for an example.
The Amazon control is registered once but used many times on the same page.
On 9/8/05, urmila nalla wrote:
>
> hi
>
> I want to regester two user controls ..i registered two
> different user controls and i embedded them in the body of the program but
>
> wheni am running the program i am getting only one user control in the
> output the other one i am not getting...the reason i am not able to
> find...but if i regester the 2nd one alone then i am getting the 2nd user
> control in the output ...if i both 1st and 2nd use at the same time i am
> getting only 1st user control in the output...why is this so...please
> tell me
>
>
> bye
> urmila.
>
>
>
> ---------------------------------
> Click here to donate to the Hurricane Katrina relief effort.
>
> [Non-text portions of this message have been removed]
>
>
>
> SPONSORED LINKS
> Basic programming language Computer
> programming languages Programming
> languages Java
> programming language The
> history of computer programming language
> ------------------------------
> YAHOO! GROUPS LINKS
>
>
> - Visit your group "AspNetAnyQuestionIsOk"
> on the web.
> - To unsubscribe from this group, send an email to:
> AspNetAnyQuestionIsOk-unsubscribe@yahoogroups.com
> - Your use of Yahoo! Groups is subject to the Yahoo! Terms of
> Service .
>
>
> ------------------------------
>
[Non-text portions of this message have been removed]
Yahoo! Groups Links
---------------------------------
Click here to donate to the Hurricane Katrina relief effort.
[Non-text portions of this message have been removed]
Yahoo! Groups Links
Arindam Chakraborty
Software Developer,
Mumbai,
India
---------------------------------
Yahoo! India Matrimony: Find your partner now.
[Non-text portions of this message have been removed]
All times are GMT
Page 1 of 1
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum
Freelace Website Designer - Customer web design and software building.
Booking Calendar - reservation calendar script
Land Surveying - total station instruments and equipments
China Wholesale - Electronics Products
Character Studio - Tutorials and Help
Booking Calendar - reservation calendar script
Land Surveying - total station instruments and equipments
China Wholesale - Electronics Products
Character Studio - Tutorials and Help







