No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.
6 Posted Topics
How to run a Asp.net page with database(Sql Server2000) on a browser? for eg: When I run a Asp.Net page involving login on Visual Studio 2005, the user is logged into his account but when I run the same page through a browser, user is unable to login. The error …
Firstly, in the properties of adrotator, attach the xml file to 'advertisementfile'. Then the opening and closing tag is Advertisements and not Advertisement. It should work.
I am trying to run a website on visual studio.net 2005, but is giving me following error, 'Error 1 It is an error to use a section registered as allowDefinition='MachineToApplication' beyond application level. This error can be caused by a virtual directory not being configured as an application in IIS. …
Is it possible to develop a case tool for asp.net like we have case tool for UML? the case tool will guide to generate asp.net based websites or simply asp.net codes. I want it to develop using Asp.Net. Please suggest is it possible to do this?
Hey, I m a final year Computer engineering student, I want 2 do my final year project on ASP.Net. i want 2 do a very exciting and prize winning project on dis, but I am short of ideas, I dont want 2 do any common project. Presently I am learning …
Hey just add a function as follows [code=ASP.NET]<% @Page Language="C#" runat="server"> <html> <head> <script language="C#" runat="server"> public void btn_click(object s,EventArgs e) { objectname.Items.Add("the name u wanna add"); } </script> </head> <body> <form> <asp:button id="btnsubmit" text="Submit" onclick="btn_click" runat="server"> </form> </body> </html>[/code]
The End.
nikhil31888