Creating An Online Application Form For Members?
Apr 4, 2010
creating an online application form. As in an application forms to sign up for a course. i would like users to enter their name and email address so that it can be stored onto a database table. im using sql 2005 express edition on visual studio.
View 17 Replies
Similar Messages:
Feb 16, 2011
I am looking into creating an online dictionary.
1. Should I create my own application?
2. Or, should I use a premade web application if so, what?
3. What about open source application such as MediaWiki?
View 5 Replies
Mar 9, 2010
I will be creating a webform that will require online application and sending/uploading of resume that will later be forwarded to an e-mail address (the resume will be an email attachment). I badly need some tips on this! Really new at these things. I will be using VB to code the web form.
View 2 Replies
Apr 15, 2010
I'm using a global.asax and i would like to know how to show a list of users on-line and maybe who has been on-line too .
I know how to show a number of users on-line now i would like to show they names too.
View 11 Replies
Jun 2, 2010
I really need some help here. I am brand new to using Visual Studio, but need to create a web page in which you must pay to register and view a Members Only page. I have followed a lot of instructions in these forums, but seem to have hit a wall.
First off, I am not able to use the ASP.NET Configuration under the Website tab. I have already created a New Web Site, selecting Visual C#, then the first option for ASP.NET Web Site. I chose File System for Web Location, etc. Long story short, I have made an ASP.NET Web Site with Basic User Login. The Login functionality is absolutely fine, I am able to view the site locally, register, and log in no problem. However, when I try to choose ASP.NET Configuration under the Website tab, nothing happens. From what I gather, I need to use the ASP.NET Configuration in order to configure membership permissions, and therefore
need to open this part of the program. In the long run, I would like to make it so that User Logins are sent via e-mail to people who have paid me and that wish to use my site, which brings me to my foreboding second problem.
I eventually need to find a web hosting service that will allow me to do all the things I have described. I was going to go with GoDaddy.com, but after doing a bit of research I realized it may not be the best option for what I am trying to do. However, through research, I have realized that VS 2010 is the best program to use for what I'm doing, but I'm in a bind because of inexperience, thus writing this question in this forum.
Any help making this web site would be greatly appreciated, I am definitely in way over my head. I have worked with computers for the last 10 years, so my inexperience is mainly with ASP programming.
Just to let you know, I have VS 2010, Visual SourceSafe, and SQL Server Express installed on this fully capable machine. What I am really looking for is someone to guide me through the process of creating this website, either through pointing me in the right direction or explaining in detail all the next steps that I must take.
View 1 Replies
Apr 28, 2010
Our site has a page for maintenance of existing members (e.g. adding / changing roles, etc.)This page currently uses a gridview to show a complete list of all members, based on GetMembers() method to populate it.However, as the number of users has grown to several hundred, it has become difficult to locate a particular user by paging through several pages.Is there a way to narrow down this list, maybe with a filtering textbox, so that as you start typing into that textbox, only members whose name contains the typed characters will show up in the gridview?
View 8 Replies
Jan 4, 2010
I would like to know the information about creating an online shopping site..What are the basic things need to follow in creating database for the online website. It would be better if i am aware about the same from some of the basic online shopping sites.
View 5 Replies
Sep 26, 2010
I'm trying to create an visual designer like Visual Studio, Expression Blend, Dreamweaver etc as an ONLINE APPLICATION (ASP.NET).
Can Silverlight be helpful with this? What are the things i need to be aware of before starting developing this online app? How good is it dragging, dropping & moving controls around with Silverlight?
View 2 Replies
Jun 18, 2010
I was wondering what anyone else thinks of this. We are looking at creating an online form with just creates a simple email and fires it off but we would like to give the user the option of sending an attachment. Does anyone have any thoughts on the risks involved with this from a security standpoint? Is there any special products that .net could use to scan files first? some third party application or control?
I have been having trouble finding much good info from google cause, well... You type the words like "email attachment" "risk" or something like that you get so much back it is out of control.
View 5 Replies
Nov 1, 2010
if I need to design an online form , which from the bginning to the final submit have a few step of next allow back and the just imput is not lost( inside the session)
View 5 Replies
May 10, 2010
I got the assignment to auto filll any site's form using asp.net c#.
View 9 Replies
Apr 20, 2010
I'm using an online form at one of my web sites.Every mail sent from this form is coming in one mail even if the senders IP is different.But I want every single mail to be unique even if the content is same.What I need to do to the mails or which header I need to modify?
SmtpClient smtpClient = new SmtpClient();
MailMessage message = new MailMessage();
MailAddress fromAddress = new MailAddress("no-reply@toprakbasim.com", "NoReply");
[code]...
View 2 Replies
Sep 9, 2010
what should be the database schema for online account opening form with joint account holders and every participants (in a joint account) have seperate contact and personal detials.
View 1 Replies
Jan 5, 2011
I need to develop a small application, In our office server a folder Soft contains a office.exe software, our office having a own
website, In that website just click the link Install, the office.exe should be install in the browsing system.
View 3 Replies
Mar 8, 2011
I am developing a web application which will deal with online examination. The requirement is:
There can be n-number of sections in an exam and admin users should be able to create questions/answers and add to an exam. The questions should be displayed for a certain amount of time in the browser with meclock and it should move to next question automatically. User should not be allowed to open any other instance of the browser or login from another IP if the exam is in progress.
I am seeking community vote of how would someone design the application to meet all these criterias? What patterns should be used? What components to reduce the development time etc..My technology stack is C#, ASP.NET MVC or ASP.NET with SQL Server.
View 3 Replies
May 5, 2010
me how create offline and on line application.like..
I need create an app.net application.This should works with or with out internet.
Here main requirement is some user will connects to internet and get data to local system.then whey will work on offline.Finally need update server all users updates to server.
so here..
1. user will connect to internet every morning at that time we need to synchorize local database from server database.
2.next user will do some operataions like adding some records or updating some records from his local database using application.
3.Finally end of the day we need to synchronize his local database with server.
View 3 Replies
Oct 1, 2010
I have all my tables and queries in online DB ie., i have created all my tables and queries in online using third party site [URL] Now i want to make connect my application (which is in my system) with that database
View 5 Replies
Feb 15, 2010
I have created an application in asp.net using c#.In that i have a Quiz Module.Quiz is working fine but now clients wants a Timer in this Module.How do i add a Timer for two minutes for whole quiz which will be showing like this- > 02:00 to 00:00 ?
View 8 Replies
Apr 28, 2010
We need to develop an application to sell music online. No need to specify that all will be done quite legally and in so doing, we have to plan an interface to pay artists. However, we are confronted with a question: What is the best way to store music on the server? Should we save it on server's disk from a HTTP fileupload? Should we save via FTP or would it be wiser to save it in the database? No need to say that we need it to be the most safiest as possible. So maybe an https is required here. But, we what you think is the best way? Maybe other idea? Because in all HTTP case, upload songs (for administration) is quite long and boring, but easly linkable to a song that admin create in his web application comparativly to an FTP application to upload song on server and then list directory in admin part to link the correct uploaded song to the song informations in database.
View 1 Replies
Jul 18, 2010
I am using ASP.Net + .Net 3.5 + VSTS 2008 + IIS 7.0 + C# to develop a web application. I want to count how many users are online. This is my current implementation,when Session_Start is called, I will increase # of users online by 1;when Session_End is called, I will descrease # of users online by 1.Two quesitons,A Is that implementaiton correct?B. Another question is, I think this method can not track # of users of real time, since when user closes the browser, Session_End will not be called immediately (Session_End will be deferred to be called). Correct?
View 3 Replies
Jun 18, 2012
i am working in a web application that should allow online payment to its visitor, and how to implement online payments in a asp.net web application.
View 1 Replies
Oct 26, 2010
Im about to create a very simple online event reservation application and currently have 3 tables:
User
PK_UserID
UserName
Event
PK_EventID
EventName
EventDescription
EventStartDate
EventEndDate
SeatsAvailable
BookedEvents
ID
FK_UserID
FK_EventID
Do you have any experience of how to handle SeatsAvailable? I mean if SeatsAvailable is set to 5 and there are 5 users online and want to book event. And some user has started to fill out the form then changed his mind. Then seats in database can just leak. I was thinking about sessions - like to limit every user to 5 minutes to complete the booking but i dont really know.
View 2 Replies
Jan 6, 2011
I want to develop a utility where user will insert new Records and also the same application should work if user is not connected with internet.When user wants to submit records only that time he required to connect internet.
We have created one sample application using excel where we use Dropdown, Textbox, Label.User will download excel file from website and filled up details. When user wants to submit all details only that time internet is required. Application will insert value from excel file to server using WebServices when user click on submit button.
Above is working file but it's increasing our work because we are creating website and also Excel project (Almost double work). I want something where we can utilize the code for online and offline application.
View 1 Replies
Nov 12, 2010
I am trying to create ajax based chat for my application users; I need to get list of All currently online users of the application ..Is there a way to retrieve such a list with facebook aPI? if not how can I implement that?
View 1 Replies
Jan 6, 2011
Let say I have complete Image of Newspaper front page i want it make asp.net or winform application so user can slice this page and then link this page to another image...I am confused what should i do from where should I start although this is not my newspaper application its university project but it works same like this images....For clear understanding here is site link eg. http://epaper.dawn.com
View 1 Replies