Hi guys,
I am using VB.NET and ASP.NET...
I have created a DataGrid and i dont know how to increase the width of the coulmns...
For example
my Grid looks like this now
au_id|au_name|au_phone|state
_____________________________
123-| |304-|
234-|John|294-|CA
345| |1234|
actual thats all is one row...
how can make it to show
au_id |au_name|au_phone |state
______________________________________
123-234-345|John |304-294-1234|CA
Thanks in advance
-VJ
I am using VB.NET and ASP.NET...
I have created a DataGrid and i dont know how to increase the width of the coulmns...
For example
my Grid looks like this now
au_id|au_name|au_phone|state
_____________________________
123-| |304-|
234-|John|294-|CA
345| |1234|
actual thats all is one row...
how can make it to show
au_id |au_name|au_phone |state
______________________________________
123-234-345|John |304-294-1234|CA
Thanks in advance
-VJ