Forum: VB.NET Jul 16th, 2009 |
| Replies: 3 Views: 330 Hi!
I am sorry but could not use this solution..................... as it dos not anywhere specify the application that needs to be run on the remote pc, is there another solution? |
Forum: VB.NET Jul 16th, 2009 |
| Replies: 3 Views: 330 hi!
I have 2 pcs in LAN, I wish to create a vb.net application in one of the pcs which displays a button on clickling which I can run any application on the conncted pc screen. How do I do this????... |
Forum: VB.NET Apr 9th, 2009 |
| Replies: 1 Views: 316 hi!
I wanted to know the query for binding a combobox with all available access databases' names in bin folder of an application ...............
PLease help me out with this..........
... |
Forum: HTML and CSS Feb 17th, 2009 |
| Replies: 2 Views: 1,408 hi everyone!
I want a "Continuous marquee text" over and over again... back to back... i dont want the text to finnish scrolling right the way across before the next one starts... as soon as it... |
Forum: VB.NET Jan 23rd, 2009 |
| Replies: 0 Views: 284 Hi!
I have a problem in vb.net.............
I have generated reports displaying employee details of a particular department..............
The problem is that the report contains more than... |
Forum: ASP.NET Nov 4th, 2008 |
| Replies: 3 Views: 1,097 Hello!
I have a small problem in asp.net ... I wish to create a pdf file and write text entered into a textbox into it using asp.net. The following lines of code work properly for creating and... |
Forum: ASP.NET Oct 6th, 2008 |
| Replies: 1 Views: 537 hello!
I would like to know the method of preserving the format of text when entering it into the databse, so that the same format is restored when data is retrieved bak from the database.
for... |
Forum: ASP.NET Sep 29th, 2008 |
| Replies: 2 Views: 3,161 Hi!
I would be grateful be grateful if I get an answer to this problem......
I have 2 dropdownlists, one contains country names and the other contains states' names.
Now what I wish to do is... |
Forum: ASP.NET Jul 22nd, 2008 |
| Replies: 1 Views: 989 hi all!
plz help me with this prblm of mine
I wish to bind a datagrid dynamically with access database , and at the same time it should contain "add", "delete" and "edit" buttons too
this... |
Forum: ASP.NET Jul 20th, 2008 |
| Replies: 1 Views: 871 hi everyone!
i wanted to know the command to check whether a particular table exists in access or not............
for example, in sql server, we write ("select * from sysobjects where... |
Forum: VB.NET Feb 6th, 2008 |
| Replies: 0 Views: 2,346 Hi!
I wish to display checkbox beside every row in a bound datgarid in a vb.net windws form.
For instance, I select 3 records from SQL, I want it to display with checkboxes beside. How to do... |
Forum: ASP.NET Jan 11th, 2008 |
| Replies: 2 Views: 783 Hello!
I had problem sending mails through asp.net, even after writing the code.
But after providing the IP address of my pc in the relay option in IIS, the problem finally got solved.
But... |
Forum: VB.NET Nov 21st, 2007 |
| Replies: 0 Views: 1,578 Hi!
Can anyone make it clear as to when to use cache variables and when to use session variables, i.e. what is the difference between the two? |
Forum: Database Design Oct 30th, 2007 |
| Replies: 4 Views: 1,764 Hi!
How can I seach all of the fields of every table in a databae for a
particular value? When it is found, I want to be able to display the table
name and the field name, then continue to... |
Forum: VB.NET Oct 17th, 2007 |
| Replies: 1 Views: 928 Hi!
I cannot get the focus event code in vb.net 2003. Like in vb.net 2005, we write checkbox1.setfocus(), but what is the alternative for this in 2003?
Please keep in mind, I am working with... |
Forum: VB.NET Oct 16th, 2007 |
| Replies: 2 Views: 1,611 Hi!
can u plz tell me what is the code for setting the focus to a checkbox in vb.net 2003 project.
How is this possible?
I have tried checkbox1.setfocus=true but itdoes not work.
Secondly,... |
Forum: VB.NET Oct 5th, 2007 |
| Replies: 1 Views: 1,297 Hi!
I wish to specify more than one databases in my connection string in a vb.net project, in order to retrieve records from both of them.
For example,
I have 2 databases , database A and... |
Forum: VB.NET Oct 4th, 2007 |
| Replies: 4 Views: 2,399 Hi!
Below given is the code, due to which my system gets extremely slow,
Please see if you can help me out..........
Imports System.Data.SqlClient
Imports System.DBNull
Imports... |
Forum: VB.NET Oct 4th, 2007 |
| Replies: 0 Views: 2,862 Hi!
I wish to copy the records in a dataset into an aary?
How is this possible?
Secondly, I would like to know whether using "=" operator while comparing is better or using an "in" operator... |
Forum: VB.NET Oct 3rd, 2007 |
| Replies: 4 Views: 2,399 Hi!
Actually, I do not have the code right now at my disposal, but I would like to tell u something about it
Firstly, there is a main "for loop", which retrieves around 150 records from the... |
Forum: VB.NET Oct 1st, 2007 |
| Replies: 4 Views: 2,399 Hi!
I have coded a project in vb.net.
It contains code that retrieves around 15 lakh records from the database and displays them in a grid.
I use data adapter and fill the dataset with it.
Then... |
Forum: VB.NET Sep 29th, 2007 |
| Replies: 1 Views: 759 Hi!
I am running vb.net applications on a sytem with 512 mb of ram. The project includes retrieving data from a database which has approx. 20-25 lac records.
On running the project for the first... |
Forum: VB.NET Sep 22nd, 2007 |
| Replies: 0 Views: 610 Hi!
The problem is that, when I write the following text as a query and try to run it, it returns 0 rows
'select * from receipts where grno not in (select grno from gate)'
But when I write... |
Forum: VB.NET Sep 18th, 2007 |
| Replies: 1 Views: 8,466 Hi!
How can we convert date entered in (dd/mm/yyyy) format into (mm/dd/yyyy) format and vice versa at runtime? |
Forum: VB.NET Sep 14th, 2007 |
| Replies: 1 Views: 2,313 Hi!
I wish to display a message displaying the text "NO RECORDS FOUND." in the datagrid when no records are returned. At the same time, I dont want even the datagrid header containing the field... |
Forum: VB.NET Sep 7th, 2007 |
| Replies: 1 Views: 1,383 Hi!
I am inserting text in a table which contains date field.
In some of the entered records, the date field is to be left blank.
By default, it enters something like "1/1/1900".
Now I wish to... |
Forum: VB.NET Sep 6th, 2007 |
| Replies: 0 Views: 406 Hi!
I had raised a query titled "Many-to-one relationship", and received the reply from your side too.
I am so sorry to inform you that by mistake the reply got deleted from my account.
Could... |
Forum: VB.NET Sep 5th, 2007 |
| Replies: 2 Views: 1,035 Hi!
I am trying to write a procedure which extracts data from 2 tables named partymst and challan.
Fields in Grfile
1) Grno
2) Name
Fields in Challan
1)Grno
2)Chno |