Posts
 
Reputation
Joined
Last Seen
Strength to Increase Rep
+0
Strength to Decrease Rep
-0
0% Quality Score
Upvotes Received
0
Posts with Upvotes
0
Upvoting Members
0
Downvotes Received
1
Posts with Downvotes
1
Downvoting Members
1
1 Commented Post
0 Endorsements

12 Posted Topics

Member Avatar for artee

[QUOTE=sedgey;313460]cboEmpList.DataValueField = myRead.GetValue(myRead.GetOrdinal("EId")) that line is only useful if you are databinding in your case use [CODE] cboEmpList.Items.Add(New ListItem(myRead.GetValue(myRead.GetOrdinal("EId")), myRead.GetOrdinal("FName")) + " " + myRead.GetValue(myRead.GetOrdinal("Mi"))) [/CODE][/QUOTE] how this code look like if in dropdown list don't have listitem? cboEmpList.DataValueField = myRead.GetValue(myRead.GetOrdinal("EId"));

Member Avatar for navera
0
349
Member Avatar for tgifgemini

[QUOTE=jireh;515135]Opppps I forget the enter key... In each control put this code in the Keypress event If KeyAscii=13 Then sendkeys "{tab}" End If[/QUOTE] can someone teach me..i have grid.. the grid have 3 columns and 12 rows and i want use tab as the control to jump to each columns …

Member Avatar for zebnoon
0
3K
Member Avatar for Paladine

hai everyone.. i'm beginner in c#..i really needed ur help for login page..i already copy the coding before and it successfully run..but rite now, i want 2 specify the page that user will go after they're log in. for example, if accesslevel = 1, it will go to index.aspx.. if …

Member Avatar for avirag
-1
7K
Member Avatar for bungek84

hi guys.. i got one big problem rite now..currently i'm handling new project using VB 6 and MS SQL Server as host server. Rite now i'm stuck at store/save data into the server. Previously, i'm using C#.Net and it success but then i'm not sure whether the code from .Net …

0
85
Member Avatar for Bick

i also wanted change my VISTA to XP because got problem with vista. can u guys explain more detail steps in order for me to change it??

Member Avatar for Smalls
0
190
Member Avatar for mvnk12

hi guys.. actually i got same problem as mvnk12. i don't know how to deploy vb.net web application for my project. Actually i was take over old project from my senior. then i need made some changes in that web application. can i just rebuild the setup?and besides, can i …

Member Avatar for sierrainfo
0
2K
Member Avatar for bungek84

hi guys. im ct. i need to make some changes in code behind for my senior system. basically, the system already installed and run but then they want to change it's database server name and ip. so it's possible for me to edit the connection from main server?besides, can someone …

0
87
Member Avatar for bungek84

Hi guys.. currently. i'm using SQL Server 2000 and Visual Studio 2003. i've already make some researches about System.Data>SqlClient. I've already followed the guideline which is right click on the project name>Add Reference and then click on System.Data.SqlClient. but under .NET tab, not included the System.Data.SqlClient. Where should i find …

Member Avatar for Jx_Man
0
123
Member Avatar for bungek84

hi guys. currently i'm doing web application in vb.net and crystal report 9. everything is ok until i run the project which problem was occured. Actually, i still newbie with this crystal report..so hopefully someone can help me to fix this problem. i don't know how to find CrystalDecisions.Web and …

0
120
Member Avatar for bungek84

hi guys.. i really need guides and helps about this problem.. i've two dropdown list which contain time.. when user select start time in dropdownlist1, the user can not select same value in dropdown list2..the range time from start time in dropdown list1 with end time in dropdown list 2 …

Member Avatar for MidiMagic
0
67
Member Avatar for bungek84

hai everyone.. is it vista supporting microsoft visual studio 2005? and which service packs that i should install??please guide..i'm still new in vista.. thank you..

Member Avatar for scru
0
147
Member Avatar for bungek84

hai everyone..i'm still beginner in this ASP.. jus wanna know is it ok if i used MySQL as database? can anyone teach.. really needs ur helps and guides..thanx alot guys.. :)

Member Avatar for dilipv
0
154

The End.