Click here to Skip to main content
15,903,175 members
Home / Discussions / ASP.NET
   

ASP.NET

 
QuestionCCavenue payment gateway integration Pin
vnr31-Jan-10 19:41
vnr31-Jan-10 19:41 
GeneralRe: CCavenue payment gateway integration Pin
J a a n s31-Jan-10 22:17
professionalJ a a n s31-Jan-10 22:17 
GeneralRe: CCavenue payment gateway integration Pin
vnr31-Jan-10 23:31
vnr31-Jan-10 23:31 
Questionsys.webforms.pagerequestmanagerservererrorexception : input string was not in correct format Pin
Member 387988131-Jan-10 19:32
Member 387988131-Jan-10 19:32 
Questiondatabase genrated Menu web control Pin
Abbas_here31-Jan-10 19:27
Abbas_here31-Jan-10 19:27 
QuestionHow to integrate windows live messanger in my website Pin
SS Kevin31-Jan-10 18:53
SS Kevin31-Jan-10 18:53 
AnswerRe: How to integrate windows live messanger in my website Pin
JP_Rocks19-Oct-11 3:16
JP_Rocks19-Oct-11 3:16 
QuestionPartial Update, Pin
Hema Bairavan31-Jan-10 17:22
Hema Bairavan31-Jan-10 17:22 
Hi all,

I have a problem with loading the page for the user,
that is, in my page i am using a repeater control in which the one control will be the crytal report viewer, since the report is big report, it takes more time to set the logon(SQL) informations.

So, i have decided that i can show the other part of the pages to the user and i can show each record completed in the repeated that is,one report is loaded i can show on the page till the other is loaded.

I am using the ajax extensions tool kit dll. and i am using the update panel also

my code is



<asp:Repeater runat="server" ID="POCRepeater" OnItemDataBound="POCRepeater_Binding">
<ItemTemplate>
<table width="100%">
<tr>
<td colspan="3">
<div>
<CR:CrystalReportViewer runat="server" ID="CRViewer" DisplayToolbar="False" SeparatePages="false"
DisplayGroupTree="False" EnableDrillDown="false" EnableViewState="true" />
</div>
</td>
</tr>
</table>
</ItemTemplate>
</asp:Repeater>


the repeater coding alone i have give,
how to do the partial updated page showing in the page??

i will give you a website which is loading like the same,http://www.dinamalar.com/[^]

this is my language website, as many of you may not know what is that,but the content in the page loads as what i said above,

help me thanks in advance..
Questioncss templates in ASP.NET Pin
mrkeivan31-Jan-10 8:11
mrkeivan31-Jan-10 8:11 
AnswerRe: css templates in ASP.NET Pin
Abhishek Sur31-Jan-10 9:42
professionalAbhishek Sur31-Jan-10 9:42 
QuestionCall window application from ASPX page on localhost Pin
Yosh_31-Jan-10 3:00
professionalYosh_31-Jan-10 3:00 
AnswerRe: Call window application from ASPX page on localhost Pin
Not Active31-Jan-10 5:39
mentorNot Active31-Jan-10 5:39 
AnswerRe: Call window application from ASPX page on localhost Pin
Abhishek Sur31-Jan-10 9:40
professionalAbhishek Sur31-Jan-10 9:40 
AnswerRe: Call window application from ASPX page on localhost Pin
K V Sekhar31-Jan-10 15:30
K V Sekhar31-Jan-10 15:30 
QuestionASP.NET Scenario based advanced topic Pin
sandeepranjan30-Jan-10 16:52
sandeepranjan30-Jan-10 16:52 
AnswerRe: ASP.NET Scenario based advanced topic Pin
Anurag Gandhi30-Jan-10 21:55
professionalAnurag Gandhi30-Jan-10 21:55 
AnswerRe: ASP.NET Scenario based advanced topic Pin
Brij31-Jan-10 8:02
mentorBrij31-Jan-10 8:02 
QuestionHow to get dropdownlist selected value in Page_Init event Pin
K V Sekhar30-Jan-10 5:43
K V Sekhar30-Jan-10 5:43 
AnswerRe: How to get dropdownlist selected value in Page_Init event Pin
Anurag Gandhi30-Jan-10 22:03
professionalAnurag Gandhi30-Jan-10 22:03 
GeneralRe: How to get dropdownlist selected value in Page_Init event Pin
K V Sekhar31-Jan-10 15:08
K V Sekhar31-Jan-10 15:08 
QuestionHow to disable a asp:TextBox with javascript??? Pin
BoySetsFire30-Jan-10 3:01
BoySetsFire30-Jan-10 3:01 
AnswerRe: How to disable a asp:TextBox with javascript??? Pin
Not Active30-Jan-10 3:56
mentorNot Active30-Jan-10 3:56 
AnswerRe: How to disable a asp:TextBox with javascript??? Pin
Abhishek Sur30-Jan-10 4:32
professionalAbhishek Sur30-Jan-10 4:32 
GeneralRe: How to disable a asp:TextBox with javascript??? Pin
BoySetsFire30-Jan-10 4:44
BoySetsFire30-Jan-10 4:44 
AnswerRe: How to disable a asp:TextBox with javascript??? Pin
Pranay Rana30-Jan-10 22:40
professionalPranay Rana30-Jan-10 22:40 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.