Hello,
Can any1 tell me how i can change the field/column name on a datagrid only for the web interface. I set the field names for the database with no space in between words but when i display the data on the web page i want it to appear differently. Alot of professionals do not have spaces in their field/column names in tables as it can cause problems when programming/development. another problem i have is that how can i add a scroll bar to my data grid, if i cnt then which control can i use that has a scroll bar instead of having a scroll bar for the entire web page which i do not want. also when a user logs into the system, i want it to display their information (only theirs). how can i do that? so far i created a asp.net login page that uses the login controls. it has a username field that displays the users name so i decided to match that user with the existing data in a table db, but it does not work as it is looking for a ID field, which 'Username' is not an ID field. Can you please help me any of these problems. i urgently need ur help. thnx in advance. see attachment for more detail.