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...
User Profile
Collapse
-
Why the access database is so slow
-
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,... -
Thanks a lot..
it works well...
Grace -
-
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 -
gracepaul started a topic Err: The process cannot access the file,because it is being used by another processin .NETErr: 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.
i have to zip this database and download it provided it can be used by another process.
... -
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.
... -
how can i do it ..(do something in machine.config (or something) that tells IIS to treat them with a common Session)...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...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...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 -
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 -
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... -
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. -
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 -
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 -
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 -
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 ,
... -
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");
Last edited by DrBunchman; Jul 29 '08, 11:22 AM. Reason: Added [Code] Tags - Please use the '#' button -
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...Leave a comment:
No activity results to display
Show More
Leave a comment: