I have a custom web control and i'm using viewstate for some properites. I
add the control to a page, set some properties and then try to render those
property values from viewstate to the page but I always get nothing and 0
as whats being rendered..any ideas why viewstate is not return anything...
more >>
I had a problem, now it's fixed, and now I have a concern on why isn't there
a better way. The question is: How do you handle NULLs in your control
based on the syntax: <%# DataBinder.Eval(Container.DataItem, "myfield") %>
Now coincidentally, this problem came up when I was calling a custom
...
more >>
I am building an ASP.NET Custom Web Control and I am wondering if there
is any standard method when implementing ControlDesigner for a Class to
determine what directory the project that that the Web Page that the control
has been embedded into is in while at Design Time.
so that if My...
more >>
I am developing an asp.net app (VB backend) using the treeview in
iewebcontrols.exe. I have it working fine on my development workstation and
I have a development server that runs it fine. The trick seems to be the
production server. I have run through all the steps in the readme.txt for
the ...
more >>