User Profile

Collapse

Profile Sidebar

Collapse
sugee
sugee
Last Activity: Mar 3 '08, 12:18 PM
Joined: Jan 17 '07
Location:
  •  
  • Time
  • Show
  • Source
Clear All
new posts

  • sugee
    started a topic Open afolder in application server.
    in .NET

    Open afolder in application server.

    hi,
    i am trying to open a folder on the application server using ASP .net. when i try to open it asks for user name and password. it should not happen. it should open the folder without asking for username and password. On the button click event i have called javascript which opens the folder.
    window.open("fi le://10.15.43.126\\I ndPortal\\Induc tionDocument\\I nduction_portal \\domain", "_blank", "width=1018 ,...
    See more | Go to post

  • sugee
    replied to IE Web controls
    in .NET
    i tried downloading but dllfile is not added to IE webcontrol directory when i run the batch file.
    See more | Go to post

    Leave a comment:


  • sugee
    replied to IE Web controls
    in .NET
    when i try to open it, it shows

    The requested URL could not be retrieved
    what may be the problem?
    See more | Go to post

    Leave a comment:


  • sugee
    started a topic IE Web controls
    in .NET

    IE Web controls

    Hi
    i tried downloading IE web controls using the following website. the page is not accessible.
    http://www.asp.net/ControlGallery/default.aspx?Ca tegory=38&tabin dex=2
    is there any way to download the IE web controls????can anyone suggest some solution???
    See more | Go to post

  • sugee
    replied to Send Email in ASP .net
    in .NET
    yes its right.....it is 172.20.33.126
    then what would be the problem??
    See more | Go to post

    Leave a comment:


  • sugee
    replied to Send Email in ASP .net
    in .NET
    Can anyone suggest me the solution...?ple ase?
    See more | Go to post

    Leave a comment:


  • sugee
    started a topic Send Email in ASP .net
    in .NET

    Send Email in ASP .net

    Hi,
    I need to send email in ASP .net(vb .net) using smtp. i have found that i can use smtpmail.send() to send email.....but the problem is the page doent show any error and the mail is not received in my inbox too.....i have changed some settings in IIS(default virtual server properties). In the access tab->and on connection i have added 127.0.0.1 ip address....but i have a doubt......do i need to add this 127.0.0.1 ip or my mail server...
    See more | Go to post

  • sugee
    started a topic Send Email
    in .NET

    Send Email

    Hi,
    I need to send email in ASP .net(vb .net) using smtp. i have found that i can use smtpmail.send() to send email.....but the problem is the page doent show any error and the mail is not received in my inbox too.....i have changed some settings in IIS(default virtual server properties). In the access tab->and on connection i have added 127.0.0.1 ip address....but i have a doubt......do i need to add this 127.0.0.1 ip or my mail server...
    See more | Go to post

  • sugee
    started a topic Optional parameters in C# .Net
    in .NET

    Optional parameters in C# .Net

    hi,
    I need to know the equivalent of optional parameters in c#. i kow that it can be implemented using function overloading.... bt i need to have only one function which is an important constraint....c an anyone sugest me a solution?thanks in advance...
    See more | Go to post

  • sugee
    started a topic Optional paramteres in C# .NET
    in .NET

    Optional paramteres in C# .NET

    hi,
    I need to know the equivalent of optional paramter in c#...?i know that it can be implemented using function overloading..bu t i need to have only one function which is an important constraint..... can anyone suggest me a solution?thanks in advance..
    See more | Go to post

  • sugee
    replied to PRoblem in COnnectionPOint
    in .NET
    can anyone suggest me to get rid of this error?
    See more | Go to post

    Leave a comment:


  • sugee
    started a topic PRoblem in COnnectionPOint
    in .NET

    PRoblem in COnnectionPOint

    Hi, am trying to implement connectionpoint in my appln. where in i try calling a method in my server. this throws an error An unhandled exception of type 'System.Runtime .InteropService s.COMException' occurred in ATS.exe
    Additional information: Variables are not initialized. the code is as follows:
    Sink mySink1=new Sink();
    Sink mySink2=new Sink();
    int cookie1,cookie2 ;
    System.DateTime dt=new System.DateTime (System.DateTim e.Today.Year,5, 11,3,10,12);...
    See more | Go to post

  • sugee
    started a topic Problem in data Grid Leave event
    in .NET

    Problem in data Grid Leave event

    Hi,
    I have a tree view in my windows form which lists the methods. When i double click on the methods, the datagrid is shown which asks for parameters.(it has parameter name, data tye and parameter column). User enters the parameters. and ther is a button named "SAVE". when i click on it(save button) data grid leave event doesnt trriger but when i click on some other method in tree view, the event triggers. Why does this happen?...
    See more | Go to post

  • sugee
    replied to Any Idea?????
    in .NET
    thanks for u reply....i got an idea....and its working fine...thanks a lot again:)
    See more | Go to post

    Leave a comment:


  • sugee
    started a topic Any Idea?????
    in .NET

    Any Idea?????

    hi,
    I have a treeview in which there is a list of methods. When i double click it, the methods are added in datagrid in which i can change the order of execution. i have a structure which stores the assembly no, interface no. and the method which is being double clicked. the need is that the method should be in a order in which the user changes. when the order is changed in datagrid, how to
    change the order in structure too?can...
    See more | Go to post

  • sugee
    replied to Disable delete key over datagrid
    in .NET
    how does this solve my problem?
    See more | Go to post

    Leave a comment:


  • sugee
    started a topic Disable delete key over datagrid
    in .NET

    Disable delete key over datagrid

    hi,
    i have an applicaiton in which i am using datagrid its working properly, the
    problem here is if i select a row and press "Delete" Key (Key board) the row
    is getting deleted. how to prevent this?? Pls reply me soon
    Regards,
    Suguna
    See more | Go to post

  • sugee
    replied to problem in datagrid sorting
    in .NET
    hi,
    thanks for u reply...but i don need to sort but...rearrange the numbers....like if there r five methods and i have changed the value of first one to be 5 and that 1 st method shd move to 5 th position and 2nd shd move first and 3 rd to 2 nd....how can i do this?
    See more | Go to post

    Leave a comment:


  • sugee
    started a topic problem in datagrid sorting
    in .NET

    problem in datagrid sorting

    hi,
    I have a datagrid which shows the list of methods and a serial number associated with it. The number indicates the order in which it gets executed. I need to change the oder say i need to make the first method to run at last. so i change the number as five. It should be pulled on to the last and other items should be pushed before. Can anyone suggest me how to do sorting?
    Regards,
    Suguna
    See more | Go to post

  • sugee
    started a topic problem in hiding the context menu
    in .NET

    problem in hiding the context menu

    hi,
    To display the shortcut menu, i have used ContextMenu.Sho w() method.After an item on the ContextMenu is selected and clicked, the ContextMenu, generally, should be hidden. It will happen "automatica lly" if you display another GUI component in response to this click.In some cases, the ContextMenu stays on the screen after the click. how to hide it?
    See more | Go to post
No activity results to display
Show More
Working...