13,153 Topics

Member Avatar for
Member Avatar for topaz

Hi I was planning to create an online dating system for my final year project, i jus need ideas on how i could go ahead with implementing the project. Thank you

Member Avatar for kedar_challa
0
87
Member Avatar for akraj

Hi ! anyone tell me the link or explain abt ASP.NET Page Life Cycle. thanks in advance.:-|

Member Avatar for kedar_challa
0
237
Member Avatar for pyari_priya1981

Hi all, I am facing problem in session variables. We are a Call Center and we have a CRM application in ASP.Net which has two interfaces, one is for tech executive level another is for auditor. When a auditor opens both simulatanously.Sometime Session variables clashes for both interfaces and forms …

Member Avatar for kedar_challa
0
173
Member Avatar for frmsasp

Hello there, I am receiving following error in Visual Studio .Net while compiling page with F5. "Error while trying to run project: Unable to start debugging on the web server. You do not have permission to debug the application. The URL for this project is in the Internet zone. Click …

Member Avatar for kedar_challa
0
96
Member Avatar for seemagaur

I am doing a website with asp.net. i have used session variable in my GLOBAL.ASAX file. the code is given below: Sub Session_Start(ByVal sender As Object, ByVal e As EventArgs) Session.Timeout = 100 Session("Loggedin") = "No" End Sub Sub Session_End(Sender As Object, E As EventArgs) ' Code that runs when …

Member Avatar for kedar_challa
0
161
Member Avatar for AlexClifford

Hello, I have a few web applications that I have been running on one of our web servers at work and everything is fine. Rearrangements have come about and a change of server is needed. Therefore all the intranet websites/applications on one server were moved onto a new server. But …

Member Avatar for Paladine
0
322
Member Avatar for edmondvani

Having a certification adds to ones career prospect! Planning to have MCSD certification. Although cleared exam 70-315 but now planning for 316. During my preparation days facing problems on create a tree questions! Plz help me out!

Member Avatar for Lightninghawk
0
54
Member Avatar for jody

Hi, im new at using asp.net and am having difficulty in displaying data onto a web page which has to be retreived from a data base. Pls can someone help?

Member Avatar for Paladine
0
176
Member Avatar for snfazilah

what should i do..to design database for uploading files/documents from user..? what field i should create?please.. :?:

Member Avatar for AlexClifford
0
80
Member Avatar for dotnetnewbie

hi This is sandeep.Just started learning asp.net a week ago. I tried creating a simple webform with two labels, one username n other password.And 2 textboxes for entering the above two. A click button also, on clickin which i shd get redirected to WebForm2.aspx which contains a simple label displaying …

Member Avatar for tgreer
0
122
Member Avatar for ! !

[color=navy][QUOTE] [/color] [color=navy]The ASP.NET Framework does provide support for accessing a Web service asynchronously. The user can wait until the request completes, can block on the WaitHandle, or wait for a callback function to be invoked. However, WSE 2.0 provides a potentially more powerful way of communicating with a Web …

0
63
Member Avatar for titeoteo

hey, I need help to export Data from Datagrid to Excel file but the data in Excel file not begin the left conner of Excel. It's begin in specify co-ordinate (x,y - Ex: 2A,3E). :?: Thank for reading.

0
91
Member Avatar for springcity

Does anybody know how to embed a web page in an email body? What softwares are needed? Thanks!! :rolleyes:

Member Avatar for v_ashwani
0
98
Member Avatar for Anddmx

Hi, I really need some help I've been banging my head again wall with this one. I have created login page, username and password stored in sql database but now I need to add roles to webpage. Need them to be stored in database because the high amout of users …

Member Avatar for Anddmx
0
147
Member Avatar for frmsasp

Hello There, I am working with c# & I have used two textbox server control. 1> Registration Date 2> Expiry Date First of all, user enters value for the first textbox namely Registration Date and then the expiry date should be auto calculated by adding 30 days into currently entered …

Member Avatar for v_ashwani
0
808
Member Avatar for eveline

hi m eveline..in final yr mca. i hv 2 do project in asp.net.... i hv thought about a topiv "course management" using c#. the project basically is....online management of courses..in which v hv 2 do registration considering student credits n also adding face recogntion .....so plzzz suggest hw 2 make …

0
75
Member Avatar for frmsasp

I have two textbox server control. 1. Registration Date 2. Expiry Date. Expiry Date is calculated automatically from table on the basis of scheme which was selected by user from Scheme DropDown ListBox control. eg. User had selected "scheme 30 days" scheme. So I want to automatically add 30 days …

Member Avatar for frmsasp
0
99
Member Avatar for Naters_uk

I need some guidelines or programming tips on writing codes for my movie system. I am planning to have auto seating arrangement. This means that when a customer purchase a ticket, the system auto assigns him a seat number. Any tips or ideas on how to get started? Best if …

0
83
Member Avatar for Naters_uk

I am creating a movie system. I am using a dropdownlist to retrieve the date slots data from the movie database and display it into the dropdown list. Anyone have any idea how to do it with some sample asp.net codes? Thanks :eek:

Member Avatar for Naters_uk
0
94
Member Avatar for caily

I run on a MAC. I currently am trying to add a login capability for multiple users to a website. The programmer who will be hosting/developing the web service using Microsoft .NET has left the integration and setup of the web service technology into Dreamweaver to me (as the web …

Member Avatar for AICkieran
0
172
Member Avatar for aarya

i m very very new to asp.so i wanted t0 know difference bertween asp and asp.net. .net is better than php or asp. ?

Member Avatar for zippee
0
187
Member Avatar for yavanna

hi everyone, I'm new to Asp.Net and I have to write a virtual store project. I have a DB and can read from it but can't do anytjing else no matter how I try. I also think I am getting a little lost in all the forms amd partial code. …

Member Avatar for yavanna
0
129
Member Avatar for plazmo

i know it is possible to use python with c/c++ but can python be used similairly with c#/vb?

Member Avatar for plazmo
0
191
Member Avatar for shad

Hi Everyone, i was thinking of creating an online chat system for students as a final year project, i desperately need ideas on how i can go about my project. Any idea you send to me will be very helpful.Thank you :-|

Member Avatar for shad
0
241
Member Avatar for ramareddy_dotne

for one of my projects I need to display a list of items in list box.my user want to enter options into the list box by editing the listbox on the webpage itself but is it possible :?:

Member Avatar for npasma
0
122
Member Avatar for ramareddy_dotne
Member Avatar for npasma
0
603
Member Avatar for ramareddy_dotne

I hav created a newmail object using CDONTS and I hav sent to some address but it is not copied in to the [B]"drop" [/B]directory in the inetpub which must happen when a mail is sent to some address successfully in .net if the mail is not successfully sent then …

0
101
Member Avatar for NetBull

Hi All, I startet to work with remoting, and there ist my first trouble. Problem: Need an object which can be used by several applications, local and over net, ONE INSTANCE ONLY. Here is my example to to learn "Remoting" 1. An Object is just a simple container and provided …

0
63
Member Avatar for cumadhu

Hi All, I have specific requirement in asp.net project. I have datagrid, in that in have one dotnet list control which stores the items.And it is multiselect. Onclicking >> button i want to move selected items from dotnetListControl to HTML Select(listbox) control. In DataGrid: [B]DotnetListBOX Control(i multiselect few items then)---> …

Member Avatar for akadez
0
169
Member Avatar for bondito

Hi i am a final year computer science/networks student. I am getting ready to submit my project proposal, but i am confused about what kind of project i would like to build.I was thinking of creating a project which is online based, but i dont want to build a site …

0
70

The End.