Click here to Skip to main content
15,892,298 members
Please Sign up or sign in to vote.
3.00/5 (2 votes)
See more:
If i enter any text in the textbox, It's not displaying in textbox and one thing i did't change any property readonly also but why it's not working why?
Posted
Updated 22-Jan-11 1:17am
v2
Comments
DaveAuld 22-Jan-11 6:35am    
What is your hmtl markup for the text box? Is the textbox enabled? What is your styling?
Rupa1 22-Jan-11 6:38am    
<asp:TextBox ID="txtEmail" runat="server" Width="150px"></asp:TextBox> this my html but y its not working sir...........
DaveAuld 22-Jan-11 6:43am    
Have you tried in more than 1 browser version? markup looks alright.
Rupa1 22-Jan-11 6:52am    
sir if i run application window will open like The page cannot be displayed but when i right click on ASP.net development server-port2791 after i click on open in web browser like that only its coming in that also if i enter any text in the textbox its not displaying the textbox

This is not a normal behaviour. Nor does your markup looks wrong.

Though, when running an application you get 'Page cannot be displayed' error is something of concern. You should first make sure the deployement/hosting is correct and the application is working normally.

Might be, your project got corrupted, have a look.
 
Share this answer
 
A general advice when you see a problem like that. When the page is loaded in client, show its source code (this is HTML, what HTTP server returned as a result of a page load) and see if it makes sense. You could also post this HTML text with your question. Without looking at this text it's hard to say anything.
 
Share this answer
 

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

  Print Answers RSS
Top Experts
Last 24hrsThis month


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