Hi, I'm using an AJAX PopupControlExtender and I'm using its DynamicServiceMethod and DynamicControlID attributes without any problems. What I want to do is that the Dynamic Control, which is a label, takes a few seconds till it loads. During that time I want to display an update progress or even a label that says "updating...". Thanks for your support, A7mad
3nbar A7mad A
Posts
-
AJAX PopupControlExtender Dynamic Update -
Sorting GridView according an IP columnI was looking forward for something like the Sort function of the System.Array class, to which I can pass a class implementing IComparer. It seems there is no other way than that indianet had posted. Thanks indianet for your help.
-
Sorting GridView according an IP columnHi, I have a page that displays data in GridView. The data is obtained from an SQL Server database. One column is an IP addresses, which are stored as VarChar(15) in the database. The page executes a select statemnet and bind the GridView with the DataTable obtained by executing this SQL statement. The problem is that I want to allow the user to sort the Grid according to the IPs column. Taking into consideration, that IP 10.5.0.0 should come before 10.30.0.0 in ascending sorting. So, I can't rely on the built in sorting of the GridView. Kind regards, Ahmed
-
using .NET XslCompiledTransform?I face the same problem... The point I have no solution to till now is making the XslCompiledTransform object put its output in a string variable... :confused: Any idea???
-
media player stops when expand or collapse a tree nodeHi, I have an .aspx page. It plays a video stream using media player object. The page also got a TreeView control. The problem is that when I expand or collapse a tree node the streaming stops. :wtf: Does anyone know the reason for this or know how it can be solved? Thanks, A7mad
-
expand/collapse images in TreeView controlHi, Can I have different collapse/expand images for a TreeView control at the same time? I mean, for example, can one node in the tree has its expand image as a plus sign and another one has its expand image as a triangle? :rolleyes: I'm asking this as all I can find is that the TreeView only has one property for all expand images in the tree. Thanks, A7mad
-
Flickering when resizing the browserHi, I'm trying to build a page that have a header, middle pane, and a footer. The footer should be always floating on the lower edge of the window, and the header and footer heights should remain constant. I created 3 div sections. And the only way I found to do this is to always resize the height of the middle pane when the user resizes the window and make it equal to window height minus header and footer heights. But this caused the page to be flickering so much while user is resizing the page. Does anyone has an idea about how could I stop this flickering?:confused: Thanks, Ahmed
-
TreeView Images AlignmentHi, I'm trying to customize the rendering of the TreeView server control. The default rendering of the parent TreeNodes is as follows: - If the node is collapsed, an image containing a plus sign is shown left to the text of the node. - If the node is expanded, an image containing a minus sign is shown left to the text of the node. The default rendering of the parent nodes also makes the collapse/expand images of each node vertically aligned to the middle of the node text. What I need to do is to make it aligned to the top of the text. Can someone help me. Regards, Ahmed
-
TreeView Images AlignmentHi, I'm trying to customize the rendering of the TreeView server control. The default rendering of the parent TreeNodes is as follows: - If the node is collapsed, an image containing a plus sign is shown left to the text of the node. - If the node is expanded, an image containing a minus sign is shown left to the text of the node. The default rendering of the parent nodes also makes the collapse/expand images of each node vertically aligned to the middle of the node text. What I need to do is to make it aligned to the top of the text. Can someone help me. Regards, Ahmed