CodeVerge.Net Beta


   Explore    Item Entry    Members      Register  Login  
NEWSGROUP
.NET
Algorithms-Data Structures
Asp.Net
C Plus Plus
CSharp
Database
HTML
Javascript
Linq
Other
Regular Expressions
VB.Net
XML

Free Download:




Zone: > NEWSGROUP > Asp.Net Forum > migration_to_asp.net.migrating_from_php_to_asp.net Tags:
Item Type: NewsGroup Date Entered: 3/22/2006 4:38:55 AM Date Modified: Subscribers: 0 Subscribe Alert
Rate It:
(NR, 0)
XPoints: N/A Replies: 8 Views: 15 Favorited: 0 Favorite
Can Reply:  No Members Can Edit: No Online: Yes
9 Items, 1 Pages 1 |< << Go >> >|
savita.knl
Asp.Net User
asp controls not working3/22/2006 4:38:55 AM

0/0

hi

Please anybody help me. I am new to asp.net and i m running simple .aspx page with dropdownlist control. but its not working at runtime

please help me

savita

 

 

 

 

 

ASP_Newbie
Asp.Net User
Re: asp controls not working3/22/2006 9:05:50 PM

0/0

hey savita,
can you give more information on what you are doing.
savita.knl
Asp.Net User
Re: asp controls not working3/23/2006 6:03:40 AM

0/0

hi

actually problem is  when i run aspx page with web controls like toolbox,dropdownlist etc

not showing any textbox etc at runtime

plz help me

StrongTypes
Asp.Net User
Re: asp controls not working3/23/2006 7:39:02 AM

0/0

savita.knl wrote:
when i run aspx page with web controls like toolbox,dropdownlist etc not showing any textbox etc at runtime

Is the .NET Framework installed? Also, what happens if you try running a sample page that writes "Hello world" to the page at runtime?

HTH,
Ryan


Ryan Olshan
Microsoft MVP, ASP.NET
Blog | Group | Website | Strong Coders Community

How to ask a question
savita.knl
Asp.Net User
Re: asp controls not working3/23/2006 10:02:31 AM

0/0

hi

yes .net framework is installed.

and code is

<%@ Page Language="C#"%>

<html>
   <head>
         </head>

   <body>

       <center>

       <form action="intro5_cs.aspx" method="post" runat="server">

          
           <h3> Name: <asp:textbox id="Name" runat="server"/>

           Category:  <asp:dropdownlist id="Category" runat=server>
                         <asp:listitem>psychology</asp:listitem>
                         <asp:listitem>business</asp:listitem>
                         <asp:listitem>popular_comp</asp:listitem>
                      </asp:dropdownlist>

           </h3>

           <asp:button text="Lookup" runat="server"/>

       </form>

       </center>

   </body>
</html>
 
In this code controls like textbox and dropdownlist are not working properly
 
StrongTypes
Asp.Net User
Re: asp controls not working3/23/2006 12:55:00 PM

0/0

Does not working properly still mean they do not appear on the web form? Is ASP.NET registered with IIS? What happens if you run the folllowing code:

<%@ Page Language="C#" %>

<script runat="server">

public void Page_Load(object sender, EventArgs e)
{
   Response.Write("Hello world.");
}

</script>

HTH,
Ryan


Ryan Olshan
Microsoft MVP, ASP.NET
Blog | Group | Website | Strong Coders Community

How to ask a question
savita.knl
Asp.Net User
Re: asp controls not working4/4/2006 9:31:58 AM

0/0

hi

ryan

as u know i  m new to dotnet

i want to know how to make database connectivity using c#,asp.net and sql server

can u send me small application as example

 

thanx

StrongTypes
Asp.Net User
Re: asp controls not working4/4/2006 10:45:50 AM

0/0

You might want to try looking here: http://csharp-source.net/

HTH,
Ryan


Ryan Olshan
Microsoft MVP, ASP.NET
Blog | Group | Website | Strong Coders Community

How to ask a question
Blake05
Asp.Net User
Re: asp controls not working4/5/2006 4:38:40 AM

0/0

You also could look here. http://www.codeproject.com/csharp/ I would first try Ryans Link

-Blake Niemyjski
Blog - Website: windowscoding.com
9 Items, 1 Pages 1 |< << Go >> >|


Free Download:

Books:
Beginning ASP.NET 2.0 in VB 2005: From Novice to Professional Authors: Matthew MacDonald, Pages: 1063, Published: 2006
Professional ASP.NET 2.0 Authors: Bill Evjen, Scott Hanselman, Farhan Muhammad, Srinivasa Sivakumar, Devin Rader, Pages: 1253, Published: 2005
Visual Web Developer 2005 Express Edition For Dummies Authors: Alan Simpson, Pages: 358, Published: 2005
From Java to C# Authors: Glenn Rowe, Pages: 688, Published: 2004
Pro C# 2008 and the .NET 3.5 Platform Authors: Andrew Troelsen, Pages: 1370, Published: 2007
Pro ASP.NET 2.0 in C# 2005 Authors: Matthew MacDonald, Mario Szpuszta, Pages: 1255, Published: 2005
Professional ASP.NET 3.5: In C# and VB Authors: Bill Evjen, Scott Hanselman, Devin Rader, Pages: 1673, Published: 2008
Beginning ASP.NET 2.0 Authors: Chris Hart, John Kauffman, Chris Ullman, David Sussman, Pages: 759, Published: 2005

Web:
amCharts support forum / asp.net control not working "upgrade ... asp.net control not working "upgrade flash player" error. Hi, I'm trying to bind a linechart control to a datasource. ...
ASP.NET validation controls not working on remote server ... ASP.NET validation controls not working on remote server .NET. ... I used validation controls for my ASP.NET application, it is working fine ...
ASP.NET control rendering problems related to .NET installation NET Framework or SDK on a Dreamweaver development machine, built-in ASP.NET controls do not render correctly in Dreamweaver. Controls are rendered as if the ...
PDF Display Problems and Solutions, Information Technology ... Select Enable for the options labeled "Download unsigned ActiveX controls" and " Initialize and script ActiveX Controls not marked as safe. ...
Ajax Control Problem - ASP.NET Forums Ajax Control Problem. Last post 10-29-2008 12:29 PM by giliardi. 9 replies. .... What is your ASP.NET AJAX version? we can try to use latest version from ...
Problems with localization for asp.net controls. - Localize It ... Oct 17, 2008 ... I have created asp.net control and then I placed it into DNN module. This control has localized items ... Your browser does not support frames.
GridView Hidden Column Problem (And Two Common Solutions) GridView is one of the new controls in ASP.Net 2.0 that replaced the DataGrid. If you've been working in ASP.Net 2.0 since some time, you would have come to ...
Amazon.com: ASP.NET 2.0 Website Programming: Problem - Design ... NET 2.0 Server Control and Component Development (ISBN: 0471793507); ASP. .... In Chapter 9 you’ll add a working e-commerce store with most of the essential ...
AJAX Control Toolkit - Home It working fine.I need to know that where I can find full tutorial on using these .... I can't find where to get the Ajax Controls Toolkit for ASP.net 2.0. ...
CodeProject: ASP.NET GridView Image Command Button Problem ... ASP.NET Controls ..... Web.UI.Control)(e.CommandSource)).BindingContainer; ... The problem raises on the client side in the browser, not in .net itself. ...

Videos:
Validating ASP.NET CheckBox (and similar) controls. http://blog.dmbcllc.com There are controls in the .NET framework that can not be wired to the standard validation controls. The checkbox control is ...
Vlog - Dear PM, why not control your own brethen? I think it's hypocritical that the PM asks the opposition to be careful with their own statements. Link to story : http://www.thestar.com.my/electio...
Cop gone wild- Lying and making threats just part of his job You can contact me at [email protected] Police are stalking me outside of my home: http://www.thenewspaper.com/news/19/1988.asp BTW, ...
Controlling Your PC Using Your Mobile Phone Free Have a problem? Ask in the forum: http://www.mob3.co.uk/forum or the live chat: http://www.mob3.co.uk/chat Sorry Again for the lag folks. Here I s...
ACCA 2007 Chinese New Year Performance (II) American Chinese Cultural Association (ACCA) Chinese New Year Performance, at the San Gabriel Civic Auditorium, Jan 27, 2007. I took this video with...
ACCA 2007 Chinese New Year Performance (I) American Chinese Cultural Association (ACCA) Chinese New Year Performance, at the San Gabriel Civic Auditorium, Jan 27, 2007. I took this video with...
Does Gun Control Really Work? This is my first video. :) Of course gun control works, but not for the better. It is very effective at giving criminals the ability to commit viole...
IT and technology School - Great Careers In Technology from Rasmussen College Upon graduating from Rasmussen College with a degree in technology, you'll not only have the knowledge and skills for a new career, you'll also have ...
"So Does Scripture Say Anything About God Choosing?" "If God does not control every event, he does not control any event." Most people who are opposed to the doctrine of God's sovereign election believ...




Search This Site:










error when installing asp.net portal using prtl.exe

iis7, vista and visual studio 2008

themes in custom server controls

app_code class not working

can't turn off custom errors

publishing a website

imports - which is better?

onloggingin event does not fire from the login control

the shared master page dilemma

asp:passwordrecovery error

3.1 not backwards compat?

dnn 2.x or dnn3.x

source code

two way module communication

asp.net form posted to sql.

server application unavailable

asp.net development server cache is hosed. please help.

sql errors not being thrown in visual studio 2008

calling a user control function from another user control

how to fix localhost port number in netframework 2.0

dnn 1.0.10 : invalid value for 'encryptedticket' parameter

how to get at node structure from one treeview into another treeview?

accessing user control in page code behind class

publishing to exchange global calendar via .net 2.0

creating a e-mail message sender...

development on remote server

logging off user out of context

tools for online payment ?

moving the caching api out of system.web

impersonation, active directory and oledb

 
All Times Are GMT