Yup ! Thats what clients are good at. Commenting! And its ur job to turn that into your benefit...
!!! Use your Gray matter...
Yup ! Thats what clients are good at. Commenting! And its ur job to turn that into your benefit...
!!! Use your Gray matter...
thanx... Bradml I did't gave it a try.. let me see what i get by using DOM
Hi, My Question: I have created a web page with three combobox(drop down list) on it. Is there any way to change the value of these combo's 1. Without changing them manually... 2. Without stateing property DEFAULT SELECT for individual combo's. What i want is to change the values from an external script...:^)
Hi there !! Ok ! now this may sound little wild but what is the exact tecnical diffrence betwwen the language C and C++. :sigh:
I have .Net 1.0.3705 When Setting TrustLevel for Remoting Application for Server as well as for the client, by following command, Dim SProvider As IServerChannelSinkProvider Dim CProvider As IClientChannelSinkProvider SProvider = New BinaryServerFormatterSinkProvider() CProvider = New BinaryClientFormatterSinkProvider() CType(SProvider, BinaryServerFormatterSinkProvider).TypeFilterLevel = TypeFilterLevel.Full chan = New TcpChannel(props, CProvider, SProvider) I get an an error in the second last line. And when i comment it run run the serverand the client i get an error like this: <<""This remoting proxy has no channel sink which means either the server has no registered server channels that are listening, or this application has no suitable client channel to talk to the server."">> I have also read that all the remote application has Trustlevel =low ByDefault. Help me out!!!:(
I have .Net 1.0.3705 When Setting TrustLevel for Remoting Application for Server as well as for the client, by following command, Dim SProvider As IServerChannelSinkProvider Dim CProvider As IClientChannelSinkProvider SProvider = New BinaryServerFormatterSinkProvider() CProvider = New BinaryClientFormatterSinkProvider() CType(SProvider, BinaryServerFormatterSinkProvider).TypeFilterLevel = TypeFilterLevel.Full chan = New TcpChannel(props, CProvider, SProvider) I get an an error in the second last line. And when i comment it run run the serverand the client i get an error like this: ""This remoting proxy has no channel sink which means either the server has no registered server channels that are listening, or this application has no suitable client channel to talk to the server."" I have also read that all the remote application has Trustlevel =low ByDefault. Help me out!!!:(