Resizing of datagrid in web application [modified]
-
Hi Pls any body help. The problem i am facing is, i want to resize a datagrid in web application using ASP.NET and VB as code behind. Pls help me any body Know .In the datagrid i hve to display values from database. I found a method in windows application but want to know whether ther is any method in web appln. -- modified at 12:42 Wednesday 26th July, 2006
-
Hi Pls any body help. The problem i am facing is, i want to resize a datagrid in web application using ASP.NET and VB as code behind. Pls help me any body Know .In the datagrid i hve to display values from database. I found a method in windows application but want to know whether ther is any method in web appln. -- modified at 12:42 Wednesday 26th July, 2006
Hi there,
micydon wrote:
i want to resize a datagrid in web application using ASP.NET and VB as code behind
You can set the width property thru the code...
micydon wrote:
I found a method in windows application but want to know whether ther is any method in web appln
Just simply bind data from datatable to the grid... << >>