Ask a Question related to ASP.NET General, Design and Development.
-
Sunil Menon #1
Can a user control get data from another page?
Dear All,
I have developed a User Control that displays data fetched from the
database. I would like to develop the UserControl to dynamically call
an aspx page with parameters and set the content of that page as an
innerHTML of its control. Is this possible?
For e.g. On Page_load of WebForm1.aspx that has the UserControl I
would like to...
Page_Load(...)
Dim sData as string = oUserControl1.getData("WebForm2.aspx)
oUserControl1.innerHTML = sData
end function
If this is not possible is there any other workaround?
Please help...
TALIA
Many Regards
Sunil
Sunil Menon Guest
-
user control problem access value from user control to a page
Thanks a lot for paying attention to my problem , i tell u the problem i have a main form in which i gave a login label that points to a... -
How can I build a user control with same look but different set of data?
Hi: I want to create a user control to render the top 10 list, which may be top 10 authors or top 10 books, or .... And it will be cached by... -
Add control to asp:PlaceHolder on asp.net page from user control on same page
Thanks for the suggestion, but I'm trying to use querystrings as a last resort. Any other ideas? Dan "Alessandro Zifiglio"... -
Custom Server Control works on page but not User Control...why?
I'm developing the DevEdit.NET server control (an online HTML editor - www.devedit.com) but there's an extremely bizarre bug. The control runs fine... -
Page Load fired 3 times Web user control is embedded in a custom control
Hi, I have built a custom control that build a table with 3 cells in it. The custom control is designed to add all child controls to cell#2,...



Reply With Quote

