Click here to Skip to main content
15,919,434 members
Home / Discussions / ASP.NET
   

ASP.NET

 
GeneralRe: String was not recognized as a valid DateTime. Pin
Dinesh Mani31-Jan-10 22:49
Dinesh Mani31-Jan-10 22:49 
GeneralRe: String was not recognized as a valid DateTime. Pin
vikas shukla31-Jan-10 23:09
vikas shukla31-Jan-10 23:09 
AnswerRe: String was not recognized as a valid DateTime. Pin
Dinesh Mani31-Jan-10 23:36
Dinesh Mani31-Jan-10 23:36 
GeneralRe: String was not recognized as a valid DateTime. Pin
m@dhu31-Jan-10 23:45
m@dhu31-Jan-10 23:45 
AnswerRe: String was not recognized as a valid DateTime. Pin
R. Giskard Reventlov1-Feb-10 0:34
R. Giskard Reventlov1-Feb-10 0:34 
QuestionBrowse Back Button. Pin
Subin Mavunkal31-Jan-10 19:51
Subin Mavunkal31-Jan-10 19:51 
AnswerRe: Browse Back Button. Pin
Edosio Uyoyo1-Feb-10 1:58
Edosio Uyoyo1-Feb-10 1:58 
AnswerRe: Browse Back Button. Pin
April Fans2-Feb-10 20:17
April Fans2-Feb-10 20:17 
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 

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.