13,153 Topics
| |
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 | |
Hi ! anyone tell me the link or explain abt ASP.NET Page Life Cycle. thanks in advance.:-| | |
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 … | |
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 … | |
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 … | |
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 … | |
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! | |
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? | |
what should i do..to design database for uploading files/documents from user..? what field i should create?please.. :?: | |
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 … | |
[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 … | |
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. | |
Does anybody know how to embed a web page in an email body? What softwares are needed? Thanks!! :rolleyes: | |
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 … | |
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 … | |
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 … | |
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 … | |
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 … | |
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: | |
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 … | |
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. ? | |
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. … | |
i know it is possible to use python with c/c++ but can python be used similairly with c#/vb? | |
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 :-| | |
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 :?: | |
what is the difference between optimistic locking and pessimistic locking in ado.net | |
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 … | |
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 … | |
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)---> … | |
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 … |
The End.