Hi I have used the following code in the pageindexchanging eventhandler,but the event is not fired.Has set the AllowPaging as true.still the same problem FormView1.PageIndex = e.NewPageIndex; BindMessages();
please help
Smitha Appukuttan
Posts
-
How to enable paging in FormView control? -
Can anybody help to sort out this problem with ajax timer.hi, pls help me to find a solution I have implemented ajax timer in my project,but when we run the app,if we try to access the internet options from tools menu ,the timer event stops from triggering ,then gets back to the same time.So it fails to maintain the time. so wht could be a better solution,disabling the tool bars or anything else? pls help regards
-
Problem with ajax timer [modified]hi, pls help me to find a solution I have implemented ajax timer in my project,but when we run the app,if we try to access the internet options from tools menu ,the timer event stops from triggering ,then gets back to the same time.So it fails to maintain the time. so wht could be a better solution,disabling the tool bars or anything else? pls help regards -- modified at 5:30 Monday 16th April, 2007
-
How to Create a Ribbon Bar?hi how can i create a menu ribbon in asp.net without using a third party tool thanks
-
How to use a windows user control in an aspx pageI have created a user control with a label and timer,then copied the dll to the project folder ,not in the bin,then used the following code in source one error is that there is no attribute called,viewastext,if we remove that we can run it,but nothing is displayed on the page
-
How to use a windows user control in an aspx pagehi Actually I have used the same thing,but I am unable to view the control, thanks
-
Problem in handling events of Usercontrolpls check out this link http://aspnet.4guysfromrolla.com/ articles/031704-1.aspx hope this will help rgds
-
How to use a windows user control in an aspx pagehi friends pls comment can we use a windows user control with a timer , in an aspx page? rgds
-
generating serial number in gridviewhope this will help create a static variable if u have enabled paging in grid then in pageindexchanging event set the static variable to e.newpageindex*5(no:of rows per page) in row_created event if(e.row.rowindex>0) (LinkButton)e.row.cells[1].controls[0]).text=Convert.tostring(e.row.rowindex+1+staticvariable)
-
How to Create a Timer Application in Asp.netThanks for ur reply I will check out that...
-
How to Create a Timer Application in Asp.nethi How will we create a Timer application in asp.net thanks