User Profile

Collapse

Profile Sidebar

Collapse
peace2007
peace2007
Last Activity: Mar 9 '08, 06:56 AM
Joined: Jul 19 '07
Location:
  •  
  • Time
  • Show
  • Source
Clear All
new posts

  • How to remove all data from a relational database

    Hi,

    I'm working on MS SQL 2005 and need to delete all data from a relational DB via a stored procedure.

    Any idea is appreciated

    Regards
    See more | Go to post

  • peace2007
    started a topic video conferencing in web page

    video conferencing in web page

    Hi,

    I'm developing an application with C# asp.net. I need to enable peer to peer video conferencing; I've done a same job in win application and have displayed the live captured image in picturebox but I don't know any similar web control to use for this purpose in web page.
    Any idea is appreciated
    See more | Go to post

  • peace2007
    replied to Evaluate string in javascript/AJAX
    Thank you very much acoder
    See more | Go to post

    Leave a comment:


  • peace2007
    replied to Evaluate string in javascript/AJAX
    Thanks John and acoder for replying!

    I call following function in server.aspx:
    Code:
    private void processGetBan()
            {
                lock (syncRoot)
                {
                    string user = (string)Session["username"];
                    string channelname = (string)Session["channel"];
                    Response.Write(Global.Engine.GetChannel(channelname).GetBanType(user));
    ...
    See more | Go to post

    Leave a comment:


  • peace2007
    started a topic Evaluate string in javascript/AJAX

    Evaluate string in javascript/AJAX

    Hi,

    I need to evaluate the return result of a function from Server.aspx as following. But it doesn't work as I need

    [CODE=javascript]function getAjax()
    {
    var XmlHttp;
    //Creating object of XMLHTTP in IE
    try
    {
    XmlHttp = new ActiveXObject(" Msxml2.XMLHTTP" );
    }
    catch(e)
    {
    try
    {...
    See more | Go to post
    Last edited by acoder; Sep 21 '07, 04:18 PM. Reason: Added code tags

  • My ActiveX is always installed!! Only install the first time

    Hi,

    I'm developing a web application using C#.NET and AJAX. I need to install an activex the first time user opens my browser. But every time that the browser is opened the activeX is installed!!
    The code I've used in my javascript is as follows:
    [HTML]<html>
    <body>
    ...
    ...
    <object id="VaxBroadCas tClientCAB" width="0" height="0" codebase="VaxSt andardCab.cab"...
    See more | Go to post
    Last edited by acoder; Aug 25 '07, 11:32 AM. Reason: Added code tags

  • peace2007
    started a topic Could not start MySQL server: ERROR 0

    Could not start MySQL server: ERROR 0

    Hello,

    I've installed MySQL using "MySQL Server 5.0.27.exe" on a remote server machine on Windows 2003 server.
    But when I try to configure server instance using MySQL Server instance config wizard, at the last step I get the error indicating that could not start MYSQL service. Even when I try to start it from Control Panel->Administrati ve tools->Services I get the same error!
    Any idea would be appr...
    See more | Go to post
No activity results to display
Show More
Working...