Forum: ASP.NET May 15th, 2009 |
| Replies: 5 Views: 754 And thank you very much for the first reply, you answered my question very well; and I should have been more precise in my question. |
Forum: ASP.NET May 15th, 2009 |
| Replies: 5 Views: 754 My question whether the parent.findcontrol was the way to go, and it seems that way. I'm not talking about the code exactly. That I was given this fine example of usage I thanks alot, but I did not... |
Forum: ASP.NET May 15th, 2009 |
| Replies: 5 Views: 754 Thanks..
So my surgestion about "((TextBox)Parent.FindControl("TextBox1")).Text = "something";", as you also make use of, is the solution to do this? But the parent is rendered before the uc so... |
Forum: ASP.NET May 15th, 2009 |
| Replies: 5 Views: 754 I was told to write the question here instead of in c# forum, so I post it here as well.
Hi..
I am trying to update a webcontrol on a main site from a usercontrol but how can this be done.
... |
Forum: ASP.NET Jan 14th, 2009 |
| Replies: 7 Views: 2,304 Arh.. I see.. That makes sence now. Thanks a lot :)
And ofcause.. Sorry that I forgot to do that.. |
Forum: ASP.NET Jan 14th, 2009 |
| Replies: 7 Views: 2,304 Thanks alot.. :) That works like a charm.. Though, it is displayed as a warning in vs2008. It says the attribute onclick is not a valid attribute for the element ListItem. Can you explain why I can... |
Forum: ASP.NET Jan 14th, 2009 |
| Replies: 7 Views: 2,304 If I understand you right, then you're asking why I dont use the asp.net eventhandler, right? And the answer is that there is no reason to handle the data serverside when I can do it clientside. What... |
Forum: ASP.NET Jan 14th, 2009 |
| Replies: 7 Views: 2,304 Hi I am trying to fire a javascript function from my .net radiobuttonlist but it does not fire. How do I fix this:
protected void Page_Load(object sender, EventArgs e)
{
... |