Please start any new threads on our new
site at https://forums.sqlteam.com. We've got lots of great SQL Server
experts to answer whatever question you can come up with.
Author |
Topic |
Mamatha
Posting Yak Master
102 Posts |
Posted - 2006-11-09 : 02:18:17
|
Hi,I am using ASP.NET 2.0,I have used table to place controls in proper order,but still those are not seems to be in proper order,Is there any quick and easy solution for this..?I know this is a silly question...but i want to learn more things which are not known to me.Thanks GuysMamatha |
|
SwePeso
Patron Saint of Lost Yaks
30421 Posts |
Posted - 2006-11-09 : 02:50:22
|
Do not use SELECT * to populate grid. Use SELECT Col1, Col2....Peter LarssonHelsingborg, Sweden |
 |
|
Mamatha
Posting Yak Master
102 Posts |
Posted - 2006-11-09 : 03:54:30
|
I am not using any grid,just i am using Textbox,dropdownlist,buttons like that.Mamatha |
 |
|
snSQL
Master Smack Fu Yak Hacker
1837 Posts |
Posted - 2006-11-09 : 13:24:56
|
Set the TabIndex property of each control in the order that you want them used. |
 |
|
|
|
|