Ask a Question related to ASP.NET General, Design and Development.
-
Frank Oquendo #1
OBJECT tag
Can ASP.NET code manipulate a client-side ActiveX control?
--
There are 10 kinds of people. Those who understand binary and those who
don't.
[url]http://code.acadx.com[/url]
Frank Oquendo Guest
-
Dynamically loading user control into Placeholder gives Object reference not set to an instance of an object
I've created user controls that contain listboxes that are dynamically populated from the database. In the html view of the user control... -
webservice.htc and custom object array. only first object is deserialized in the result.value
Hello I've been using webservice.htc for 6 months or so with great results. recently i came into the following problem that I am not sure how to... -
Strange error from: Dim myState As Object() = CType(savedState, Object())
Every book and every website I've seen that talks about how to save state for child controls in a composite webcontrol says to do something like... -
[WebMethod] System.NullReferenceException: Object reference not set to an instance of an object.
Um, this isn't going to work, generally. Web services, as any web app (especially on Windows server 2003) are heavily sandboxed. The method you... -
Cannot serialize object of type System.Object[,]. Multidimensional arrays are not supported
Hi, I get this on server when trying to retun a 2 dim array. I apprecaite that they are not supported as per... -
Steve C. Orr, MCSD #2
Re: OBJECT tag
Yes. You can add attributes to any element using Attributes.Add
You can also output javascript if you need to in order to interact with the
control.
You can output any javascript dynamically from your code behind using such
function as:
RegisterStartupScript:
[url]http://msdn.microsoft.com/library/default.asp?url=/library/en-us/cpref/html/frlrfSystemWebUIPageClassRegisterStartupScriptTopi c.asp[/url]
RegisterClientScriptBlock:
[url]http://msdn.microsoft.com/library/default.asp?url=/library/en-us/cpref/html/frlrfSystemWebUIPageClassRegisterClientScriptBlock Topic.asp[/url]
Attributes.Add:
[url]http://www.flws.com.au/showusyourcode/codeLib/code/NET_jsAddTo.asp?catID=5[/url]
--
I hope this helps,
Steve C. Orr, MCSD
[url]http://Steve.Orr.net[/url]
"Frank Oquendo" <franko@acadx.com> wrote in message
news:OzRr9D7VDHA.2008@TK2MSFTNGP11.phx.gbl...> Can ASP.NET code manipulate a client-side ActiveX control?
>
> --
> There are 10 kinds of people. Those who understand binary and those who
> don't.
>
> [url]http://code.acadx.com[/url]
>
>
Steve C. Orr, MCSD Guest



Reply With Quote

