Search

You searched for the word(s): userid:687104

Matching Posts

  • Re: Clearing Text In Regular Expression Validator

    Hi, I think this situation come across many programmers, I guess the solution can be obtained by using the following in javascript document.getElementById( "regurlarexpressionID" ).style.visibility = "hidden" ;
    Posted to Client Side Web Development (Forum) by Radiant on 3/3/2009
  • Google Map problem - Reg

    Hi, I am using the link of iframe - from Google map and using it in a html page to display the map of an address. In few systems on 14th of this month there occured some problem at our clients area, but when we checked it in our systems on 15th it was all set. Can you please tell why the below error occurs exactly? The error shows as below: Webpage Script Errors User Agent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1; .NET CLR 1.1.4322; .NET CLR 3.0.04506.30; .NET CLR 2.0.50727; .NET CLR 3
    Posted to Client Side Web Development (Forum) by Radiant on 8/21/2008
  • Re: Grid View in User Control Giving Problem

    Thanks for you quick reply, I have placed explicitly placed EnableViewState = true and another thing is e.NewValues and e.OldValues are also giving nulls in the user control. Hope i am missing some thing. But when i place the same code out side in an aspx page its working fine. Don't know exactly where the problem is.
    Posted to Data Presentation Controls (Forum) by Radiant on 5/15/2008
  • Grid View in User Control Giving Problem

    Hi all, I am working on a webpage for project management. I am trying to implement all of these functionality through user control concept. One of the user control is having GridView which will show the user id and email id. From this, user can edit their email id. When user clicks on edit link, row state is changing to EDIT mode and when user clicks on Update link, update event is also firing. But, there, RowState is showing as Normal instead of Edit. Because of this, user changes are not updating
    Posted to Data Presentation Controls (Forum) by Radiant on 5/15/2008
  • Re: GridView in User Control Update Problem

    I am getting this problem because i have placed this in UserControl When i place the GridView out side of user control its working fine. Please let me know if there is any problem with GridView in User Control
    Posted to Data Presentation Controls (Forum) by Radiant on 5/15/2008
  • GridView in User Control Update Problem

    Hi Folks, I am working on Web Application ASP.NET Using C# I am using a gridview in a user control with Template Fields (Item Template and Edit Item Template) in the back end When OnEditUpdate is fired The RowState of the row index is set to Normal where as in the browser end the Text Box is already active. I have added Edit Index to e.NewEditIndex in RowEditing and binding the gridview The main problem is i am not able to Find the Control of Text Box in RowUpdating even though the event is fired
    Posted to Data Presentation Controls (Forum) by Radiant on 5/15/2008
  • Re: Remoting Issue : The channel 'tcp' is already registered.

    O! There was an error, i think because i have not registered any port for client there was some problem Is it necessary to register a port at client side in remoting. And what should be the port that we register. Is there any specification. Please let me know. Thanks, Radiant.
    Posted to Configuration and Deployment (Forum) by Radiant on 12/5/2007
  • Re: Remoting Issue : The channel 'tcp' is already registered.

    Hi VJ, Nice suggestions.. I tried to work on the path you said, Actually, 1. i didn't register any thing in web.config. 2. I have not activated the remote object, and the remote object is not having any channel.. 3. dot net registers a channel for you if no callbacks are expected from the server. (This was the best part). Actually saying 0 port is being used by the TCP/UDP on its own. Refer: http://en.wikipedia.org/wiki/List_of_TCP_and_UDP_port_numbers which say that Port Description status 0
    Posted to Configuration and Deployment (Forum) by Radiant on 12/5/2007
  • Remoting Issue : The channel 'tcp' is already registered.

    The error i am getting is : And the handled exception is : System.Runtime.Remoting.RemotingException: The channel 'tcp' is already registered. at System.Runtime.Remoting.Channels.ChannelServices.RegisterChannelInternal(IChannel chnl, Boolean ensureSecurity) at System.Runtime.Remoting.Channels.ChannelServices.RegisterChannel(IChannel chnl) at _Default.Page_Load(Object sender, EventArgs e) I have initiated : private TcpChannel ClientChannel; Then at code part : if (ClientChannel == null) {
    Posted to Configuration and Deployment (Forum) by Radiant on 12/3/2007
  • problem with windows service after installutil process.

    hi Friends, I have worked on Windows service and have used the StartType as "Automatic". Now when i install it, it does not start initially untill it (system) gets restarted. Is there any way that we can start the windows service at the initial stage itself. hope for early solution. Thanks, Radiant
    Posted to Configuration and Deployment (Forum) by Radiant on 11/13/2007
Page 1 of 4 (36 items) 1 2 3 4 Next >