Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
Unknown Quality Score

No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.

0 Endorsements
Ranked #4K
~1K People Reached
Favorite Forums

6 Posted Topics

Member Avatar for nikhil31888

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 …

Member Avatar for ajijacobm
0
127
Member Avatar for S2009

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.

Member Avatar for S2009
0
186
Member Avatar for nikhil31888

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. …

0
41
Member Avatar for nikhil31888

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?

Member Avatar for Ramesh S
0
136
Member Avatar for nikhil31888

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 …

Member Avatar for mrGee
0
127
Member Avatar for Donish

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]

Member Avatar for Donish
0
394

The End.