Search Results

Showing results 1 to 30 of 30
Search took 0.01 seconds.
Search: Posts Made By: Letscode ; Forum: VB.NET and child forums
Forum: VB.NET Sep 27th, 2005
Replies: 4
Views: 3,822
Posted By Letscode
Then use anchoring and Docking.

Read Articles
http://www.c-sharpcorner.com/winforms/AnchDocInWinFormsGAG.asp
http://www.developerfusion.co.uk/show/4375/5/
Forum: VB.NET Sep 26th, 2005
Replies: 4
Views: 3,822
Posted By Letscode
Use CSS style sheets.That is the best way to handle different screen resolution.Load different style sheet for each screen resolution.
Forum: VB.NET Sep 20th, 2005
Replies: 1
Views: 1,888
Posted By Letscode
If you are using SQL server 2000,Try debugging using the Query analyzer.

Check this website,
http://www.15seconds.com/issue/050106.htm

Also check your Datatype,Make sure you are sending the...
Forum: VB.NET Sep 20th, 2005
Replies: 3
Views: 13,250
Posted By Letscode
Try this,
Convert.ToInt32("" + VariableName + "")
Forum: VB.NET Aug 18th, 2005
Replies: 12
Views: 4,171
Posted By Letscode
Hmm.I'm not sure what you are asking.
The .Tostring is a property which converts the values in the DataReader to a string.

Thats It.Its just a property.Even if you remove the Tostring property...
Forum: VB.NET Aug 7th, 2005
Replies: 12
Views: 4,171
Posted By Letscode
Your First question,




I'll explain you what this code does.

While dreader.Read()
ddlCompanyName.Items.Add(New ListItem(dreader(0).ToString()))
End While
Forum: VB.NET Aug 7th, 2005
Replies: 12
Views: 4,171
Posted By Letscode
Forum: VB.NET Jul 29th, 2005
Replies: 1
Views: 3,424
Posted By Letscode
What Project ?
Whats Your Requirement?
What Are The Efforts Made On Your Part To Do It?
Forum: VB.NET Jul 26th, 2005
Replies: 14
Views: 82,735
Posted By Letscode
check out this article by Microsoft ,
http://support.microsoft.com/default.aspx?scid=kb%3B[LN]%3BQ316934

Copy and paste the URL in your browser
Forum: VB.NET Jul 25th, 2005
Replies: 1
Views: 1,257
Posted By Letscode
Well,
I would advice you to hide all your books on VB.NET and database. I certainly prefer learning from a textbook will narrow your views on database and VB.NET.Also you'll forget things fast if...
Forum: VB.NET Jul 21st, 2005
Replies: 4
Views: 5,507
Posted By Letscode
Well you can do something like this.
1.Create an Image webcontrol.
2.Get the Image URL from the database and store it in a string.
3.Set the Image Webcontrol URL to that string

Something like...
Forum: VB.NET Jul 21st, 2005
Replies: 4
Views: 5,507
Posted By Letscode
You can store it directly into the SQL database.If you store it in the database,it is really helpful in securing the images.

But it depends on How many Images you got to display.

How many...
Forum: VB.NET Jul 18th, 2005
Replies: 12
Views: 4,171
Posted By Letscode
Thanks Paladine.

Had a nice day today,not much work to do. :D

So I thought I will work on Eric problem.In fact I saw this post a couple of times in many forums.All beginners go through this...
Forum: VB.NET Jul 18th, 2005
Replies: 12
Views: 4,171
Posted By Letscode
Erik,
I suggest you do ONE step at a time.

1.Populate the values for ddA.

a.Set the Autopostback property to True for ddA

Check this.ddA (http://www.geocities.com/blood_boys7/ddA.JPG)
...
Forum: VB.NET Jul 17th, 2005
Replies: 12
Views: 4,171
Posted By Letscode
What error are you getting?
Can you post the error code..and where is your ddA selected value
changed event?
Forum: VB.NET Jul 13th, 2005
Replies: 1
Views: 11,896
Posted By Letscode
Neeraj,
You can easily do that in VB windows application (Just droping the Mainmenu control)but ASP.NET does not provide you with Main menu control. ASP.NET is for developing web application.

BUT...
Forum: VB.NET Jul 13th, 2005
Replies: 10
Views: 11,606
Posted By Letscode
From your code I see that you are not adding the date chosen to the combobox.

You gotta do two things

1.You should ADD the string to the combo box.To be honest with you,I dont know how to...
Forum: VB.NET Jul 12th, 2005
Replies: 3
Views: 5,748
Posted By Letscode
Session variables run on the server side.Its not that easy to hack.You gotta hack the server to gain access to the session variables.

Most people say not to use session variables just because it...
Forum: VB.NET Jul 12th, 2005
Replies: 1
Views: 8,762
Posted By Letscode
Can you be detail in your question.

About question 1,



What do you intend to do?Show the size of the window in a SQUARE BOX.I dont understand what you mean by LINE.

Do you mean to SHOW A...
Forum: VB.NET Mar 2nd, 2005
Replies: 4
Views: 21,435
Posted By Letscode
Forum: VB.NET Mar 2nd, 2005
Replies: 4
Views: 21,435
Posted By Letscode
Hey Thanks for replying...
The option you gave me was good but its best suitable for windows forms rather than for web forms..Menu bars can be achieved by using frames or user controls?
Do you...
Forum: VB.NET Feb 13th, 2005
Replies: 8
Views: 3,316
Posted By Letscode
I have explained you the Oledb connectivity ,Oledb command in previous post..

Just take a look at the Update function...

Hope this helps...
Forum: VB.NET Feb 11th, 2005
Replies: 8
Views: 3,316
Posted By Letscode
What do you mean by "I need to know how can i link my Ms access to my project..using OLEdb and Odbc.."
Forum: VB.NET Feb 11th, 2005
Replies: 32
Views: 101,180
Posted By Letscode
To send SMS to mobile phone you cannot simply do it with "your own Code",
because SMS it's a resource inside the mobile network and the only way to
access it is by the means provided by the...
Forum: VB.NET Feb 11th, 2005
Replies: 4
Views: 21,435
Posted By Letscode
After days of searching in the web i found out that One cannot create menu and tabs in VB... You need to use a Java script or HTML to do this task.I got some examples to start with and in couple of...
Forum: VB.NET Feb 10th, 2005
Replies: 3
Views: 2,656
Posted By Letscode
No......If you learn from a textbook it will take time and you'll forget things...

If you want to learn VB.NET ....Create your own application ...More like a student course schedule or online...
Forum: VB.NET Feb 10th, 2005
Replies: 32
Views: 101,180
Posted By Letscode
Hai guys ..Topic sounds interesting .....I wanna try that to......Can anybody give an explanation on how to achieve that...
Forum: VB.NET Feb 10th, 2005
Replies: 8
Views: 3,316
Posted By Letscode
3.Inorder to update a database...
Follow this method...
1.Import the database object by using

Imports System.Data.OleDb

2.
Dim strConn As String
Dim strSQL As String
Dim Conn As...
Forum: VB.NET Feb 10th, 2005
Replies: 8
Views: 3,316
Posted By Letscode
okey Here v go...

1.You make a connection to the database, run a Command (e.g. a SQL Query) and put the returning data into a DataReader if you just want to look at it, or a DataAdapter. You then...
Forum: VB.NET Feb 10th, 2005
Replies: 8
Views: 3,316
Posted By Letscode
Msaccess connectivity
Showing results 1 to 30 of 30

 


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

©2003 - 2009 DaniWeb® LLC