User Profile

Collapse

Profile Sidebar

Collapse
gracepaul
gracepaul
Last Activity: Jul 22 '09, 06:28 AM
Joined: Jul 14 '08
Location:
  •  
  • Time
  • Show
  • Source
Clear All
new posts

  • gracepaul
    started a topic Why the access database is so slow
    in .NET

    Why the access database is so slow

    hi all,

    i am developing a desktop application with c# and access database. When i am trying to create a new record and trying to display it ,it won't come in a single stress. I have to call the display function again through a button click event for displaying it. The modification/insertion of the newly created record already done in database. But it can not see at the same time due to the slowness of access database.. If anyone have...
    See more | Go to post

  • how to call a particular event from a previous page in my current page

    hi all,


    I want to call the Mouse_Click event from the previous form f1 in the next form f2.
    how can do that?

    when i close the form f2 and then raise the mouse_click event in form f1 at that moment .

    i am using the following code which is written in form f2

    in form f2
    ------------


    this.Close();
    form1 f1=new form1();
    f1.dateNavigato rsch_MouseClick (sender,...
    See more | Go to post

  • gracepaul
    replied to how to clear the items in a string array
    in .NET
    Thanks a lot..

    it works well...

    Grace
    See more | Go to post

    Leave a comment:


  • gracepaul
    replied to how to clear the items in a string array
    in .NET
    i didn't get any error..
    See more | Go to post

    Leave a comment:


  • gracepaul
    started a topic how to clear the items in a string array
    in .NET

    how to clear the items in a string array

    hi all,

    how to clear the items in an array containing string values..

    when i search, i got the solution as array.clear();

    but i can't got this object..

    is there any namespace that i have to be added in my project...

    thanks in advance

    Grace
    See more | Go to post

  • Err: The process cannot access the file,because it is being used by another process

    hi,
    i got an exception while i m trying to zip/unzip a database inside the serverfolder
    Code:
    System.IO.IOException: The process cannot access the file 'E:\hshome\holsoftsystems\indusmotor.co.in\MTNMRN1\MTNMRN1\MTNMRN2\Hrm123.ldb' because it is being used by another process.
    the database is being used by another process.
    i have to zip this database and download it provided it can be used by another process.
    ...
    See more | Go to post
    Last edited by Curtis Rutland; Oct 14 '08, 01:32 PM. Reason: use [CODE] [/CODE] tags for code

  • Uploading and downloading from ftp through vb coding

    hi all,

    I want to upload and dowmload an access database whose size is very large in ftp through vb coding. I am giving the server address,usernam e and password to connect with ftp. Then by pressing a buton the database in a particular path in my system will be uploaded to the specified path in ftp. This worked well. But when the size of database became large this process won't work well and it gives me an error like this.
    ...
    See more | Go to post

  • gracepaul
    replied to The value in a session variable
    in .NET
    how can i do it ..(do something in machine.config (or something) that tells IIS to treat them with a common Session)...
    See more | Go to post

    Leave a comment:


  • Actually my need is to block the access of my site by pasting the url directly to the explorer's addess bar. If i am using a querystring then it can be easily copied and pasted to another window and can access my site.
    I want to access the value inside a textbox of application1 in application2.Si nce these two are different web applications session variable or application variable can't use to stroe the value

    Any idea Please...
    See more | Go to post

    Leave a comment:


  • Actually the two applications are web applications done in c# and the two are hosted in the same domain by using two folders . I want to pass the value of a text box in one application to another application. There is an html page for connecting these two applications ..
    I have a login page and then redirected to the html page . from that html page by using a link button i am calling anither application.So i want to pass the value of the...
    See more | Go to post

    Leave a comment:


  • how to pass a value from one application to another

    hi

    i have to pass a value in the textbox in one application to another one in run time. Two application resides in the same domain. how can i do it?

    Thanks and regards

    GRACE
    See more | Go to post

  • gracepaul
    started a topic The value in a session variable
    in .NET

    The value in a session variable

    is the value of a session variable in application1 remains in application2 too.? or can i redirect to a page in application2 by checking the value in a session variable that was created in application1 ..

    Thanks and regards

    Grace
    See more | Go to post

  • How to link visual basic 6.0 with outlook express

    hi,

    I want to send mail to the client in a button click. For that i want to connect my project with outlook express. The client email id should be shown in the toaddress and the mails which i had send should be shown i the outbox of the outlook express.
    I want the code for connecting vb 6.0 with outlook express.

    Anybody have a solution please reply soon..
    It is very urgent

    thanks in advance...
    See more | Go to post

  • gracepaul
    started a topic Problem in sending mail through c# coding
    in .NET

    Problem in sending mail through c# coding

    hi

    i want to send mail by using my webpage.So that i use smtpclient.send (msg).
    but it produce an error as follows.

    Mailbox name not allowed. The server response was: sorry, that domain isn't allowed to be relayed thru this MTA (#5.7.1)

    i don't know why it happens so.
    See more | Go to post

  • gracepaul
    started a topic Restore the database backup in Oracle9i

    Restore the database backup in Oracle9i

    hi

    how can i restore the backup file of Oracle9i

    Please reply as early as possible
    it is very urgent

    Grace
    See more | Go to post

  • gracepaul
    started a topic Accessing the value of a page to another page
    in .NET

    Accessing the value of a page to another page

    hi

    How can i access the value of a text box in Page1.aspx to Page2.aspx by using a javascript in the onload event of the Page2.aspx . Without using session variables i want to access the va;ues in a page to another page.

    Please reply soon
    Thanks in advance
    Grace
    See more | Go to post

  • gracepaul
    started a topic Sending mail using Outlook express
    in .NET

    Sending mail using Outlook express

    hi all,

    I have a webpage with a gridview in it. The gridview contains some information.
    I want to send this information as mail content through Outlook Express.
    How can i make it possible using c# coding. Anyone knew please reply as early as possible.

    Thanks in advance

    Grace
    See more | Go to post

  • How to drop and then create a table during runtime in oracle9i

    hi all,

    I want to drop a table and then create it again during runtime in oracle9i.

    The equivalent code that can be used with SQL is as follows

    if exists (select * from dbo.sysobjects where id = object_id(N'[dbo].[mstCourse]') and OBJECTPROPERTY( id, N'IsUserTable') = 1)
    drop table [dbo].[mstCourse]
    GO

    CREATE TABLE [dbo].[mstCourse] (
    [cuCode] [int] NOT NULL ,
    ...
    See more | Go to post

  • gracepaul
    started a topic Reading a registry value from a client machine
    in .NET

    Reading a registry value from a client machine

    hi all,

    I write a javascript for reading the registry value as follows

    Code:
     
    <script language="javascript" type="text/javascript">
    <!-- 
     
    function ReadRegistry() {
    var WshShell;
    var Key;
    try
    {
    WshShell = new ActiveXObject("WScript.Shell");
    Key = WshShell.RegRead ("HKEY_LOCAL_MACHINE\\SOFTWARE\\MyApp\\TestValue");
    ...
    See more | Go to post
    Last edited by DrBunchman; Jul 29 '08, 11:22 AM. Reason: Added [Code] Tags - Please use the '#' button

  • gracepaul
    replied to Restrict the access to a particular website
    in .NET
    dynamic ip address of a system on internet

    hi all,

    can we use the dynamic ip address to identify a paticular computer on the internet .
    is there a static ip address for a computer which have dynamic ip to connect to the internet
    is an internet connection provider provides both static ip and dynamic ip to a computer

    my need is to save...
    See more | Go to post

    Leave a comment:

No activity results to display
Show More
Working...