Search Results

Showing results 1 to 40 of 44
Search took 0.02 seconds.
Search: Posts Made By: debasisdas ; Forum: VB.NET and child forums
Forum: VB.NET Apr 27th, 2009
Replies: 2
Views: 250
Posted By debasisdas
Do you have access / permission to the websites data ?

How you connect to the websites database ?
Forum: VB.NET Apr 27th, 2009
Replies: 4
Views: 309
Posted By debasisdas
Is the list in combo getting populated from Database tables ?
Forum: VB.NET Apr 21st, 2009
Replies: 3
Views: 710
Posted By debasisdas
you need to start reading the book and try to understand the basics first before starting any sort of coding.
Forum: VB.NET Oct 5th, 2008
Replies: 4
Views: 820
Posted By debasisdas
is there any condition to execute the block of code ?
Forum: VB.NET Oct 5th, 2008
Replies: 4
Views: 694
Posted By debasisdas
what have you tried so far ?
Forum: VB.NET Oct 5th, 2008
Replies: 1
Views: 579
Posted By debasisdas
you need to decode the booking time .
findout the time 1 hr before that and book accordingly.
Forum: VB.NET Mar 31st, 2008
Replies: 6
Views: 707
Posted By debasisdas
What exactly youa re trying to do.
Forum: VB.NET Mar 31st, 2008
Replies: 3
Views: 595
Posted By debasisdas
Both are easy provided that you have intrest.
Forum: VB.NET Mar 5th, 2008
Replies: 2
Views: 2,014
Posted By debasisdas
Forum: VB.NET Feb 26th, 2008
Replies: 4
Views: 1,875
Posted By debasisdas
There is no sense posting all that code here. Please use code tags . That make the code more readable.
Forum: VB.NET Feb 6th, 2008
Replies: 7
Views: 3,441
Posted By debasisdas
To open a form, you need to create an instance of the form object.
Forum: VB.NET Feb 6th, 2008
Replies: 8
Views: 2,853
Posted By debasisdas
You need to capture that before deleting the items from the list view.
Forum: VB.NET Feb 6th, 2008
Replies: 2
Views: 511
Posted By debasisdas
Do you have Outlook configured in your system ?
Forum: VB.NET Feb 6th, 2008
Replies: 3
Views: 589
Posted By debasisdas
You need to handle the Change event of the text boxes.
Forum: VB.NET Feb 6th, 2008
Replies: 3
Views: 2,982
Posted By debasisdas
Self learning is the best form of learning anything and once you know that you will never forget that.
Forum: VB.NET Feb 5th, 2008
Replies: 2
Views: 4,038
Posted By debasisdas
You need to format the datetime into 24 hrs format .
Forum: VB.NET Feb 5th, 2008
Replies: 4
Views: 3,376
Posted By debasisdas
If you are having a licensed copy of windows and net is connected. You can directly update the system with framework latest version.
Forum: VB.NET Dec 11th, 2007
Replies: 14
Views: 13,554
Posted By debasisdas
You just need to handle the KeyChar
Forum: VB.NET Dec 11th, 2007
Replies: 3
Views: 981
Posted By debasisdas
Kindly post what you have tried sofar for reference of our experts
Forum: VB.NET Nov 19th, 2007
Replies: 2
Views: 579
Posted By debasisdas
You need to set everything to its default value with the default form.
Forum: VB.NET Nov 19th, 2007
Replies: 4
Views: 998
Posted By debasisdas
The best solution for the problem is to use COUNT() .
Take the user input from textbox and using count findout the number of records in database which satisfies the condition. If it is 1 then say...
Forum: VB.NET Nov 19th, 2007
Replies: 6
Views: 905
Posted By debasisdas
Are both the projects part of a single solution ?
Forum: VB.NET Nov 2nd, 2007
Replies: 1
Views: 530
Posted By debasisdas
Are you expecting the complete code with proper documentation.
Forum: VB.NET Nov 2nd, 2007
Replies: 1
Views: 1,402
Posted By debasisdas
Can you post the code that you are trying to execute.
Forum: VB.NET Oct 6th, 2007
Replies: 7
Views: 1,314
Posted By debasisdas
What did google say ?

Have you tried for that option ?
Forum: VB.NET Oct 6th, 2007
Replies: 7
Solved: Closing form
Views: 4,216
Posted By debasisdas
use
Me.Close()

on the button click event
Forum: VB.NET Oct 6th, 2007
Replies: 3
Views: 648
Posted By debasisdas
How do u expect all that here in a free forum like this.
Forum: VB.NET Sep 27th, 2007
Replies: 3
Views: 2,651
Posted By debasisdas
what is the database you are using ?
Forum: VB.NET Sep 15th, 2007
Replies: 5
Views: 11,070
Posted By debasisdas
It seems to be a school or college assignment. Before deleopment of the project you need to gather all the requirments ,next step is database design and final step is coding.
Forum: VB.NET Sep 15th, 2007
Replies: 4
Views: 8,931
Posted By debasisdas
It seems to be a school or college assignment. Before deleopment of the project you need to gather all the requirments ,next step is database design and final step is coding.
Forum: VB.NET Sep 8th, 2007
Replies: 5
Views: 1,074
Posted By debasisdas
No that is not possible.
Again it is not possible to write an OS using a single language.
Forum: VB.NET Aug 29th, 2007
Replies: 2
Views: 4,283
Posted By debasisdas
you want to display it self on the report view or the data in the grid . If u wan tthe data then u need to dynamically frame the query at runtime.
Forum: VB.NET Aug 29th, 2007
Replies: 4
Views: 1,883
Posted By debasisdas
Then u need to do the same from your frontend application. For encription or decription u can use any logic that is more suitable to your project.
Forum: VB.NET Aug 29th, 2007
Replies: 3
Views: 3,210
Posted By debasisdas
if there is no user interface then no need to create an interface at all. What u need to do is create a windows service.
Forum: VB.NET Aug 22nd, 2007
Replies: 3
Views: 1,280
Posted By debasisdas
You can easily do that using the functions SUBSTRING ,REPLACE etc.
Forum: VB.NET Jul 31st, 2007
Replies: 6
Views: 1,699
Posted By debasisdas
Are yo sure the printer is not a network printer and the font of notepad is same every where.
Forum: VB.NET Jul 31st, 2007
Replies: 6
Views: 1,699
Posted By debasisdas
Are you printing from the same system on which your code resides.
Forum: VB.NET Jul 31st, 2007
Replies: 6
Views: 1,699
Posted By debasisdas
Are you printing from the same system on which your code resides.
Forum: VB.NET Jul 26th, 2007
Replies: 3
Views: 4,221
Posted By debasisdas
check fot the number of parameters that is required to call the priocedure and pass them as required.
Forum: VB.NET Jul 26th, 2007
Replies: 11
Views: 5,294
Posted By debasisdas
what bout setting the listindex to zero.
Showing results 1 to 40 of 44

 


About Us | Contact Us | Advertise | DaniWeb | Acceptable Use Policy | RSS Feed

©2003 - 2009 DaniWeb® LLC