all groups > dotnet datatools > july 2005
DataGrid Header Cuttoff Problem in Windows XP
Posted by Jitender Khanna at 7/20/2005 11:03:13 PM
When the header text of DataGrid is Right aligned ,then the last few
pixels of the header text is clipped off.I tried padding the text with
a space or two but this seems to be trimmed before the text is
rendered.
This problem is detected in windows XP.But when the same code is run on
Win... more >>
Datagrid: Enable Edit Columns and Lock others.
Posted by Danky at 7/14/2005 3:53:01 PM
Hello Everybody,
How Can I Enable Edit some columns on Control Datagrid and lock edit others?
Is it posible on Control DataGRid of VB.Net?
I Accept some link, example or any resource.
Thanks in Advance!
... more >>
DataGrid question for experts
Posted by consumer62000 NO[at]SPAM yahoo.com at 7/8/2005 7:03:34 PM
I am trying to decompile datagrid. Here is my problem
I want to know when does the datagrid create (subscribe to) the handler
of ListChanged event.
I have my own collection attached to the datagrid and I want to remove
an item from the bound collection from a backend thread. But when I do
tha... more >>
Help with datagrid
Posted by Oswaldo at 7/8/2005 7:41:09 AM
Hello, I have a problem. I want to Preselecting an Item in a Drop-Down List
inside a datagrid but I have an error. Show me "Object reference not set to
an instance of an object." in DataGrid1_ItemDataBound event in the code "Dim
currentgenre As String = CType(drv("cod_estado"), String)". I sen... more >>
Data Synchronization & Concurrency
Posted by patelblues at 7/6/2005 3:19:02 AM
Hey freinds ,
Suppose that same set of records are being accessed by the more than 1 user
at a time and if some process is done simultaneously,suppose at same time
then who ever request first to server will be able to enter the record and in
user2 get error of data duplication due to primary... more >>
dbf files in .net
Posted by Gary at 7/1/2005 10:20:04 AM
I need to be able to read some old foxpro files into my application (vb.net).
I could not find anything in the knowledgebase. Does anyone have suggestions
about a provider, connection string, etc?
Thank you, Gary... more >>
Sporadic executereader error
Posted by sameer at 7/1/2005 8:31:05 AM
Hi All,
i have an asp.net application which has got sql server 2000 behind the
scenes.
Very simple application, all it does is extract the data from the databse
and display it in the grid. But randomly when i access my website in
productin ,i get this error mentioned below but when it ... more >>
|