- Strength to Increase Rep
- +0
- Strength to Decrease Rep
- -0
- Upvotes Received
- 0
- Posts with Upvotes
- 0
- Upvoting Members
- 0
- Downvotes Received
- 1
- Posts with Downvotes
- 1
- Downvoting Members
- 1
12 Posted Topics
Re: [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")); | |
Re: [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 … | |
Re: 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 … | |
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 … | |
Re: 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?? | |
Re: 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 … | |
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 … | |
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 … | |
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 … | |
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 … | |
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.. | |
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.. :) |
The End.