i hope the given solution will not work in firefox and i cannot freeze more than one rows. Any other way please..
madhan_mss
Posts
-
ASP.NET + C# - Freezing Multiple rows and columns in a datagrid... -
ASP.NET + C# - Freezing Multiple rows and columns in a datagrid...Hi, How to freeze multiple rows and columns in a datagrid. It should be like an excel sheet, if you scroll horizontally, columns should be frozen and if u scroll vertically, rows should be frozen. This grid contains paging and some external filters to display the data and will be created dynamically. Please help.
-
Textbox ontextChanged event is not triggered...The calendar is a javascript. I am unable to trigger this event due to this. Is there any other way to achive this?..
-
Textbox ontextChanged event is not triggered...Hi, i have two textboxes to enter the start and end dates. I am using javascript calendar to populate these text boxes. Based on the chosen date values, i need to filter a treeview control. The problem is, the ontextchanged event of the textbox is not firing, when the date is chosen from the javascript calendar. If you enter the date directly into the textbox, the event is firing. I need to find out how to fire the ontextchanged event when the date is chosen from the javascript calendar. Please help. Madhan.
-
window handle errorHi, In our window based C#.net application, we are getting this "Window Handle Error" in a random manner. Initially we thought it could be a memory issue but sometimes even if there is enough memory, the same error comes. we are unable to track the root of this error. Any input regarding this error is most welcome. Thanks, Madhan
-
Problem using Rtf.Replace()..Hi, Thanks for the reply. I am doing that to maintain the format of the replaced text. Is there any other way to do the same?
-
Problem using Rtf.Replace()..Hi, I have a rich text box names "Rtb" with the text "font". when i try to replace the text "font" with some other text, say "Text" using the below code, Rtb.Rtf = Rtb.Rtf.Replace("font", "Text"); the replaced text comes like "Microsoft Sans Serif;Text" rather than "Text". Any idea why it is behaving like this and a solution to fix this is welcome.