Click here to Skip to main content
15,893,190 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hi There.

I am Working On Creating Questionaries

I have Two DataList

First DataList Consist the Group
AND
Second DataList Consist of the Question, RadioButton to Answer, Textbox to Comment and FileUploader to Attach a file for the Question.

When ever i try to Enter in the text box some comment it take time to show the data i have typed. Or when i click the radio Button takes time to Get Selected.


Need Help its Urgent

Thanks.
Posted
Comments
Al Moje 9-Jan-12 0:45am    
Could you post your code for us to see what causes for such problem of your?
suhailnoorpawane 9-Jan-12 1:39am    
<table cellpadding="0" cellspacing="0" border="0" width="100%">
<tr>
<td align="center" valign="top" class="pagetitle">
<asp:Label ID="lblHeaderEditView" runat="server">
</td>
</tr>
<tr>
<td align="center" valign="middle">
<table cellpadding="0" cellspacing="0" border="0" width="100%">
<tr>
<td align="left" valign="top">
<table cellpadding="3">
<tr id="trdropdown" runat="server">
<td align="left" valign="top">
Period
</td>
<td align="left" valign="top">
:
</td>
<td align="left" valign="top">
<asp:Label ID="lblPeriod" runat="server" Font-Bold="true">
</td>
</tr>
<tr id="trLocationName" runat="server">
<td align="left" valign="top">
Location
</td>
<td align="left" valign="top">
:
</td>
<td align="left" valign="top">
<asp:Label ID="lblLocationName" runat="server" Font-Bold="true">
</td>
</tr>
</table>
</td>
</tr>
<tr id="trViewDetails" runat="server">
<td align="left" valign="top" style="padding-top: 10px;">
<asp:DataList ID="dtlViewDetails" runat="server" Width="100%">
<itemtemplate>
<table width="98%" border="1" cellpadding="5" cellspacing="0" style="background-color: #f2f2f2;">
<tr>
<td align="left" valign="top" style="background-color: #827004; letter-spacing: 1px;
color: White; font-weight: bold">
<asp:Label ID="lblQueGroupHeader" runat="server" class="tdQuestnHeader" Text='<%# Eval("QuestionGroupDsc")%>'
Width="100%">
</td>
</tr>
<tr>
<td align="left" valign="top">
<asp:DataList ID="DataList2" runat="server" Width="100%">
<itemtemplate>
<table border="0" cellpadding="2" cellspacing="2" width="100%">
<tr>
Al Moje 9-Jan-12 3:02am    
Advised you to fixed your Client page coding..
1. Error Creating Control - lblHeaderEditViewUnexpected end of file looking for tag.
2. Error Creating Control - dtlViewDetailsType 'System.Web.UI.WebControls.DataList' does not have a public property named 'table'.
3. The element 'table' cannot be nested within the element 'datalist'

If this is running in your part, I think such problem are above mention to fix...

1 solution

It was a browser issue

Added a metta tag for IE 7

Done

Thanks Al Moje and all who though on this
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900