User Profile

Collapse

Profile Sidebar

Collapse
renjucool
renjucool
Last Activity: Feb 26 '08, 11:53 AM
Joined: Jun 9 '07
Location:
  •  
  • Time
  • Show
  • Source
Clear All
new posts

  • I solved it my using SQL SERVER FULL TEXT SEARCH METHOD and using ifilters....can search any type of documents contents...
    See more | Go to post

    Leave a comment:


  • renjucool
    replied to Session getting expiring
    in .NET
    yes i set the time out in web config and iis as 480 minutes.I'm using session.abandon () when the user click signout button.My problem is not yet solved....
    See more | Go to post

    Leave a comment:


  • What is ur error

    Check the registre tag in page header...
    See more | Go to post

    Leave a comment:


  • renjucool
    replied to messenger list control
    in .NET
    Try this site there is an AJAX IM
    miniajax.com...
    See more | Go to post

    Leave a comment:


  • renjucool
    replied to SMTP Email not working
    in .NET
    You need Microsoft exchange server to relay mails to outside...
    See more | Go to post

    Leave a comment:


  • renjucool
    started a topic Session getting expiring
    in .NET

    Session getting expiring

    I am developing an online bug tracking system in asp.net.IT is implemented now in our office,at a time around 10-15 peoples are using.Web application is hosted in a local machine(core 2duo-1 gb ram).My problem is when some user submit a bug his session is expiring and redirecting to home page.my code is

    -----------------------------------------------------------------------------------------------------------------

    ...
    See more | Go to post

  • Listing Files in a Directory for ASP.NET(Directory ListBox)

    here is the code list all file in a folder-config it ur own,i list only .aspx files
    --------------------------------------------------------------------
    string dirPath = Server.MapPath( "");
    int dirPathLength = dirPath.Length;
    dirPathLength =dirPathLength+ 1;
    string[] files = System.IO.Direc tory.GetFiles(d irPath, "*.aspx");
    int fileArrLen = files.Length;...
    See more | Go to post

  • renjucool
    replied to Remote SQL Server access
    in .NET
    see this link

    http://support.microso ft.com/kb/914277


    www.renjur.co.n r
    RENJUCOOL
    RENJUR
    See more | Go to post

    Leave a comment:


  • renjucool
    replied to treeview
    in .NET
    in c#.net

    TreeView tv = new TreeView();
    panel1.Controls .Add(tv);

    adding nodes

    TreeNode newNode = new TreeNode("RENJU ");
    treeView1.Selec tedNode.Nodes.A dd(newNode);...
    See more | Go to post

    Leave a comment:


  • renjucool
    replied to treeview
    in .NET
    In web application this the code

    <asp:TreeView ID="MyTreeView " Runat="server">
    <Nodes>
    <asp:TreeNode Value="Child1" Expanded="True" Text="1">
    <asp:TreeNode Value="Grandchi ld1" Text="A" />
    <asp:TreeNode Value="Grandchi ld2" Text="B" />
    </asp:TreeNode>...
    See more | Go to post

    Leave a comment:


  • renjucool
    replied to COM from C# in Outlook
    in .NET
    Use VSTO 2005 SE to work with msoffice using c#.
    U download it from microsoft site

    for more details mail me

    RENJUCOOL
    RENJUR...
    See more | Go to post

    Leave a comment:


  • How to create an email domain in IIS with outlook express

    How to create an email domain with outlook express that can sen mails through intranet.

    Visit:http://renjur.somee.co m

    RENJUR
    renjucool
    See more | Go to post

  • renjucool
    replied to VB.Net Key Press
    in .NET
    The KeyPress event is not missing. If you want to get the ASCII code of the key pressed in the KeyPress event, use the KeyPressEventAr gs' KeyChar property to get the Char representing the key pressed, and then convert it to an ASCII keycode using AscW. Also, if you want to determine whether a Char is numeric or alphabetic, you can use the IsNumber and IsLetter shared methods of Char. For example:
    Code:

    Private Sub frmGame_KeyPres s(ByVal...
    See more | Go to post

    Leave a comment:


  • renjucool
    started a topic Vsto 2005
    in .NET

    Vsto 2005

    I am working with Vsto 2005 to create word and outlook addins.Now i want to create an addin to generate a custom wizard template in word 2003.plz help me how to acheive this
    See more | Go to post
    Last edited by kenobewan; Jun 9 '07, 12:32 PM. Reason: Removed email & site adv

  • renjucool
    started a topic Searching Binary data from sql server 2005

    Searching Binary data from sql server 2005

    hi,

    i am working electronic document management system store documents word excel adobe in database in binary format in sql server 2005.
    i want to search the contents from the binary data.I am storing word documents in binary format in sql server table...how to search the contents inside the word document.What will b the search query

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