User Profile

Collapse

Profile Sidebar

Collapse
sweetneel
sweetneel
Last Activity: Dec 22 '15, 04:10 AM
Joined: Oct 3 '08
Location: kolkata
  •  
  • Time
  • Show
  • Source
Clear All
new posts

  • sweetneel
    started a topic Signed ActiveX not working
    in .NET

    Signed ActiveX not working

    Hi All,
    i have bought a code signing certificate for an ActiveX control. That i have installed.
    I have digitally signed my ActiveX control and verified it.
    But After deployment, IE still showing the activeX block message .

    Is there any thing need to be done, after sign the document.
    Is there some thing, i am missing to install ActiveX Control.

    I need an immediate help.
    Please help...
    See more | Go to post

  • sweetneel
    started a topic Consume Remote Web Service from HTML Page

    Consume Remote Web Service from HTML Page

    Hi
    I need a help. I have created a webservice . Host it. And then tried to call it from HTML page . Nothing is working. But if i call this webservice locally it is working fine.
    URL of my service is

    I am providing html code
    Code:
    <script>
            
           
            $(document).ready(function () {
                $.support.cors = true;
            $.ajax({
                type: "GET",
    ...
    See more | Go to post
    Last edited by Rabbit; Oct 9 '15, 03:57 PM. Reason: fixed code tags

  • sweetneel
    started a topic RadCombo is not working after hosting
    in .NET

    RadCombo is not working after hosting

    Hi,

    I have developed an application with Telerik 2013 Q1. components. Previously the application was in .Net 3.5 . Now i have upgraded our application to .Net framework 4.0 and hosted our application in Win Server 2012 . The problem we are facing is, All the controls are working fine locally but after hosting. There is an issue with RadCombo. It is not rendering perfectly. or it became read only. we have dynamically populated the Radcombo....
    See more | Go to post

  • sweetneel
    started a topic working with sql server view object

    working with sql server view object

    Hi, thanks in advance, would any one give me an idea , how to work with sql server view object in c#.net winform. application.

    any help would be appreciated .
    See more | Go to post

  • sweetneel
    started a topic How to develop software for regional language?

    How to develop software for regional language?

    Dear all,
    Thanks in advance.i need a help it is very urgent.
    Does any one give an idea how could i develop a software in .Net , that will be used to write regional language.
    that is a Custom regional language editor.
    or it can be developed with any other language.

    i am waiting for the help.

    Thanks
    Neel.
    See more | Go to post

  • sweetneel
    replied to search for a value in a Datagridview
    string searchString = this.dtToday.Te xt;
    foreach (DataGridViewRo w row in grdClientDetail s.Rows)
    {
    if(row.Cells["Followup Date"].Value.ToString ().Contains(sea rchString ))
    {
    grdClientDetail s.Rows[row.Index].Selected=true;

    break;
    }
    ...
    See more | Go to post

    Leave a comment:


  • sweetneel
    started a topic search for a value in a Datagridview

    search for a value in a Datagridview

    I am developing a windows application. i have a datagridview control in this applicaion. now i need to search for a value in this datagridview control. i am populating the value by a dataset in this grid.
    See more | Go to post

  • sweetneel
    started a topic access levels of family tree
    in .NET

    access levels of family tree

    hi all , thanks in advance.

    i need a help.

    i am developing an application of multi level marketting.

    where each people can make 4 child under him/her ID. and the child also can do this.all of the ID/s ate unique.

    and there will be maximum 3 levels.

    i.e. suppose A,B ARE DIRECT RECRUITED BY THE COMPANY. AND C,D,E,F ARE UNDER A. AND M,N,O,P ARE UNDER B.THEN, UNDER C, THERE ARE...
    See more | Go to post

  • sweetneel
    started a topic Relative path of access database.

    Relative path of access database.

    hi all , i have a urgency,

    i need a help.
    i am developing a windows application. where this application will be accessed through LAN i have a Access 2003 database. i put it in a single machine.
    while i am writing the connection string using my machine network name like

    \\mymachinename \\database\\dat a.mdb"

    but this failed to establish a connection. i am using c#.net.

    ...
    See more | Go to post

  • sweetneel
    started a topic Store value in asp.net Application Variable

    Store value in asp.net Application Variable

    hi all,

    can any one give me an idea how could i store a Asp.net Application variable by javascript.
    See more | Go to post

  • hi Frinny, thank u for ur reply. But when i am using the property as described u in my aspx.cs page i am getting error as
    "Error

    "Cannot convert type 'string' to 'System.Web.UI. WebControls.Lab el'
    See more | Go to post

    Leave a comment:


  • update master page variable value from the content page by javascript.

    hi all, thanks in advance. I need a help , its urgent.

    I am developing a webapplication with maser page. there i have a lebel, control. i need to update its value from the content page, and only by the javadscript.

    i am doing:

    var btnpjt = document.getEle mentById( '<%=((Label)thi s.Master.FindCo ntrol("lblBtnPr ojectValue")).C lientID %>');
    btnpjt.value='V P';
    in my...
    See more | Go to post

  • sweetneel
    started a topic Reminder email

    Reminder email

    hi all,
    thanx in advance. i need a help, its urgent. actually, i have developed a website. for contact information. there is a page for storing followup details of client. now i want that. the every client should get a automatic email , 2 days before their Followup date.

    N.B. the databse is in ACCESS. socan't use sql server, and they can't permit to install Windows service there .

    now any one can help me. how...
    See more | Go to post

  • sweetneel
    started a topic Repeater control

    Repeater control

    I'm using an ASP Repeater to display the contents in a table format. I want to place two images buttons to the right of each row. One will "Edit" and the other will "Delete" . i can do this. now i want access the particular cell value of the rRepeater control, nd Edit or delete it.
    See more | Go to post

  • sweetneel
    started a topic Embedded Resource in a web control library.

    Embedded Resource in a web control library.

    hi all,
    Can any one give me a idea ,is it possible to make a aspx, or html page as a embedded resource of a web control library.
    if possible, can i make a dynamic html page using javascript , by a webcontrol library .i mean there is a button in my dll, and after clicking on the button it will open a html page.


    thanx in advance. it is urgent.

    Neel.
    See more | Go to post

  • Dear Frinny,
    the dll which i have developed can be used with any web applications. by using a XML file for its configuration. as i have mentioned it is for custom DataGrid. now i want to add more functionality to this dll, by adding search functionality to it. the dll has the searching functionality also. i want that when i will click a button on the grid it will open a page for accepting advamce searching options.. and depending on the Specific...
    See more | Go to post

    Leave a comment:


  • sweetneel
    started a topic Embedding aspx page in a webcontrol library.

    Embedding aspx page in a webcontrol library.

    hI all , i have developed a webcontrol library for a custom data grid. now i want to embed a aspx page for the Searching database .in to this dll. now how should i embed a aspx page with controls in a webcontrol library.


    thanx in advance. its urgent.


    Neel.
    See more | Go to post

  • sweetneel
    started a topic Custom datagrid

    Custom datagrid

    hi all i have made a custom datagrid for asp.net, but the problem it only works in IE.
    so how to remove dis limitation & make it the browser independent.


    Thanx
    Neel
    See more | Go to post

  • thanx a lot Ramanan it works.
    See more | Go to post

    Leave a comment:


  • Highlighting a Linkbutton in javascript onclick

    hi all, i have 4 link buttons.all of them opens a popup window. i want when i click on button it gets highlited.
    pls help. its urgent.

    Neel.
    See more | Go to post
No activity results to display
Show More
Working...