Marcie Jones
Posts
-
Error in objConexao = New SqlConnection(connString); ?? -
"The Infinite Cat Project" -
ASP.NET 2.0 Gimmie! Gimmie! Gimmie! -
sophistication of the teamMike, there is a great book that addresses these issues: Software For Your Head Marcie
-
C#/ASP Updating ASP:Label Problem -
C#/ASP Updating ASP:Label Problem -
Looking for the appropriate control -
C#/ASP Updating ASP:Label Problem -
page index changed accessing dataadapter -
C#/ASP Updating ASP:Label Problem -
page index changed accessing dataadapter -
Footer DataformatDepending on what you're looking for, you may want to use a different format, see this post for some good examples: String Formatting Marcie P.S. It wasn't a silly question :) CP Blog[^]
-
datagrid will not populate -
Data Grid ColumnsHi Chintan, If you're specifying each column individually in the [Columns] section of your [asp:Datagrid], then you can hide them with this: DataGrid1.Columns(2).Visible = False For AutoGeneratedColumns, it's a bit more complicated, but I have a sample available here. Hope that helps, Marcie CP Blog[^]
-
Comment of the dayEric Lippert posted about another story like this the other day, referring to "comment rot" :) http://blogs.msdn.com/ericlippert/archive/2004/05/04/125893.aspx Marcie CP Blog[^]
-
Footer Dataformat -
Footer Dataformat -
Footer Dataformat -
Difference between VSHi Thomas, As I far as I know, the user interface is exactly the same, but certain features are missing from the Standard version. This page seems to have some more info: http://msdn.microsoft.com/vstudio/howtobuy/choosing.aspx Marcie CP Blog[^]
-
Paging in Datagrid and deletion of records