Hi,
i have 1 radgrid in which i am using editmode and automatic insert mode,so i want
1. some css for these textbox to do(rounded corner,mouse hover,focus and width)
DeleteCommand="DELETE FROM [Product] WHERE [ProductID] = @ProductID" InsertCommand="INSERT INTO [Product] ([ProductID], [ProductName]) VALUES (@ProductID, @ProductName)"
SelectCommand="SELECT [ProductID], [ProductName] FROM [Product]" UpdateCommand="UPDATE [Product] SET [ProductName] = @ProductName WHERE [ProductID] = @ProductID">