Sharepoint - Simple Web Form That Writes To A Database... Access Web Form Or Custom .NET?

Feb 21, 2011

I am working in a school and we recently installed a new server running WinServer 2008R2. I want to be able to point people to a URL on our intranet and have them fill out a simple registration form and have this data written to a database. It would also be nice to have some data auto-populate (such as their name).

Is it overkill to set up a sharepoint server and try to do this with Access Webforms? Could I use something like dotnetnuke and find a module that works? Or how about options for writing custom forms?

View 3 Replies


Similar Messages:

Access :: Create A Simple Web Form To Query Database?

Jun 8, 2010

I'm new here and really, new to asp.net except the very basic things.

I am trying to create a very simple (I think simple) web form with five textboxes and three dropdown boxes and one submit button. The user enters information in the textbox fields and selects from the dropdown lists (which are populated from the database), hits enter and the database runs the query and returns information on a separate page (or can it return to the same page via panels?) The original page returned to a separate page using server transfer.

I have this page already existing in asp but feel that it would be much better served in asp.net.

Can someone point me to a post where I would guess this has been answered many times?

How do I submit the new data to the database, update the records and return the query?

View 2 Replies

Access :: Updating Database Table With A Value From A Custom Form?

Mar 23, 2011

Im using Visual Web Developer 2010 Express and have put together a custom form using ASP controls and labels.

I now need to update an access database with the data that is captured on the form. I have added an AccessDataSource but do not know how to link the fileds to the fileds within the database so that when I click submit it updates the table.

View 8 Replies

User Controls :: Simple User Comments Form Using Database

Nov 18, 2013

Have a simple Comments form syntax with CSS, so that  a person can leave his/her name, e-mail, subject and comments. the form that can write under the question when Reply is pressed by the person.

example: 

Question       Reply

View 1 Replies

Web Forms :: Linking A Custom Html Form To A Database?

Jan 8, 2010

How can i use the User Interface of the Visual Web Developer to link my own custom html form code in my asp.net page into sql database?What are the steps?

View 3 Replies

How To Store And Retriew Xls File Into Sql Database In The Form Form Of Byte[] Using C# In Web Application

Jul 9, 2010

how to store into sql data base and and how to retriew xls file as xls file from database in the form form of byte[] using c# in asp.net application.

View 1 Replies

Access :: Show Image From Database To Web Form

Dec 12, 2010

i have uploaded an image in database using file upload control in visual studio 2005 using c# i want to show this image saved in database to the web form. how can i do so?

View 5 Replies

Web Forms :: Create A Registration Custom Form And Link It To Sql Database?

Jan 5, 2010

I am new in ASP.NET, Could you please help me and tell me how to (create a registration custom form and link it to sql database) so every time new register do the registration i need these data to be sent to me as well as to him as an e-mail message, where and how can i look up his data?

View 2 Replies

How To Return Images From Database (Access) To RSS In Form Of Thumbnails

Nov 15, 2010

How can i return images from my database (Access) to RSS in form of thumbnails this is my RSS code:

Code:

[code]....

View 3 Replies

Access :: Navigating Database Records To The Next Page In Web Form?

Dec 28, 2010

I am new to ASP.NET. I have encountered a problem in navigating the database records that is displayed in the web form , the Next and Previous buttons. I have 4 imageboxes and 2 textboxes under each image box for displaying database records.

I am currently using an Access database with a table "Images" and there are 4 columns in it. "ImageID", "ImageDescription","ImageofPicture","Description".

My Code is below:

[Code]....

View 2 Replies

Validating Form In Sharepoint?

Sep 23, 2010

I developed a screen in which there are fields like first name,username,password and email. I validated these fields using javascript and came to know that javascript is not that safe. So i decided to validate on server side also. My question is whether i can use asp controls like requiredfieldvalidator, regularexpression validator to validate the form or i have to validate through server side coding??

View 2 Replies

MVC :: Simple Form Not Rendering Anything?

Mar 12, 2010

I am just learning MVC with MVC 2 that came with the VS2010 RC. I have a simple strongly typed view that is a logon form that looks like this.

[Code]....

For some reason i cant get any of the Html Helper Actions to render anything. It renders the form and the static html but non of the textboxes and the validation messages.

View 3 Replies

WCF / ASMX :: Class Library For Service (ServiceLibrary) To Access Data Form Database?

Jan 11, 2011

I created a Class library for WCS service (MyWCFServiceLibrary) to access data form my database. The database connection strings have been defined in Properties->Settings.settings. The endpoints are defined in the app.config. Tracing and logging is set to write to files on local server. This service is hosted by a .net web service. This webservice refrences the WCF service using MyWCFServiceLibrary.dll and MyWCFServiceLibrary.pdb. The web service is hosted in IIS. All this setup is working fine on the development environment.Now I want to deploy this in the QA environment. Since I am a newbie with WCF, I would appreciate some help on what needs to be done for deploying this on the QA server.1. Do I need to recompile the MyWCFServiceLibrary.dll after changing the connectionstring to point to QA database and tracing and loggint paths to the new server?2. Is there anything that needs to be done with end points or anything else?

View 1 Replies

Visual Studio 2010 - .NET Web Form On SharePoint

Oct 13, 2010

I would like to create and deploy an ASP.NET web form on SharePoint server which can create document in SharePoint list (or library). Since I'm not experienced in both these technologies so would appreciate if someone guides me to the right tool. Should I use Visual Studio or SharePoint designer ? Also, I was reading an article on MSDN about "Deploying ASP.NET Web Applications in the Windows SharePoint Services 3.0 _layouts Folder". Is it the best practise or should I go with webpart/solution based deployment?

View 1 Replies

Web Forms :: How To Create A Form That Submits To A SharePoint List

Jun 29, 2010

How do I create a form for a public site that submits to a sharepoint list on a protected site? I am trying not to use InfoPath form.

View 2 Replies

Visual Studio :: Deploying Form In Sharepoint Site?

Dec 1, 2010

I have created an asp.net window form as a web page and now i have to embed this form in a sharepoint site. How to i proceed.

View 2 Replies

MVC :: Looking For A Simple Way Of Pre Filling Some Of The Fields In A Create Form?

Mar 31, 2011

I am looking for a simple (or best practice) way of pre filling some of the fields in a create form. As an example, say the create view is loaded for a model that has a datetime field. I want the textbox for that field to be filled with DateTime.Now. I don't need a javascript watermark or anything like that, I jsut want to pre fill the text box.

The GET version of my Create method in the controller just returns the view with no model so I am not sure where to set this value.I've beel trying to figure this out for a while and I must be missing something, I expected this to be really easy.

View 3 Replies

How To Customize XSLT List Form Webpart Using SharePoint Designer 2010

Dec 7, 2010

This query related to SharePoint Designer / XSLT List Form Webpart Customization in SharePoint designer 2010

I am using SharePoint designer 2010 to design my page.

I am trying to add list and customize it.

Following is customization task.

in my list I have two columns Title and Short Description . when I add list on my test page it show one by one following manner.

[code]

Problem is I want show it following manner .

[code]

How I Customize it ? I tried almost options from ribbon but didn't success.

View 1 Replies

Web Forms :: Create A Simple Contact Form For A Website And Cannot Figure?

Jul 26, 2010

I'm trying to create a simple contact form for a website and cannot figure out how to properly configure it. I have a simple code I got off a tutorial (VB), that I pasted inside my Contact.aspx code-behind-page:

[Code]....

It brings up errors everywhere (declarations expected, etc) in the code-behind-page. I'm new to VB so I don't know what I'm missing. The above code is exactly the content in my code-behind. Does anyone know what I'm missing?

View 4 Replies

IIS Configuration :: Unable To Login With Simple Form When Hosted In Server

May 7, 2015

Why I can't login after I deployed in IIS?

[URL] .....

View 1 Replies

Configuration :: Custom Web App Integration Into Sharepoint With MS-Access Connectivity?

Jan 10, 2011

Ive integrated a custom asp.net web application into a Sharepoint site by creating a virual directory, that contains my web app files, that points to a directory in the Sharepoint inetpub folder.

On my local dev server I can access all my web app pages just fine by typing in /virtualdirectoryname/page.aspx

My Problem is that: When I deploy to my Live Test server that is internet facing, none of the pages that make a MS-Access database call will work.

The Error I receive is '[SecurityException: Request for the permission of type 'System.Data.Odbc.OdbcPermission, System.Data, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089' failed.]'

I have researched the issue online and tried numerous solutions which include giving all the assemblies in my application a strong name, and modifying the security policy to trust this strong name.

My Custom Web App consists of 2 projects

1. A Class Library Project (Data Layer)

2. A Web Application Project (Web Layer)

My .mdb database file is stored at root level within the Virtual Directory.

I have 1 class in the Data Layer (ClassConnect.cs) that when instantiated, creates the ODBC connection for all other pages to use (OdbcConnection dbConn = new OdbcConnection();)

I have a Connection String stored in the web.config file that is as such. When I deploy to the Live Test Server I change the path in this connection string, because I haven't figured out yet how to get a relative path that works.

I also place the dll's for my 2 projects in the Sharepoint bin folder.

Could anyone suggest what might be the dfference between my Local Dev Server and the Live Test Server and why I might be getting these errors.

View 1 Replies

Develop a Simple Form With 10 Data Elements And Store It In Oracle Table?

Oct 12, 2010

I am a student with non IT back ground. I got a request from my client to develop a simple form with 10 data elements and store it in oracle table.I have to use ASP.net to develop this application.

View 5 Replies

How To Bind Form Collection Back To Custom Model Object That Uses 2 Custom Objects

Mar 23, 2010

What I'm trying to do is rather basic, but I might have my facts mixed up. I have a details page that has a custom class as it's Model. The custom class uses 2 custom objects with yet another custom object a property of one of the 2. The details page outputs a fair amount of information, but allows the user to post a comment. When the user clicks the post button, the page gets posted to a Details action that looks something like this:

[AcceptVerbs(HttpVerbs.Post)]
public ActionResult Details(VideoDetailModel vidAndComment) { ....}
[Code]....

The only fields on the form that is posted are CommentText and VideoId. Here is what the VideoDetailModel looks like.

public class VideoDetailModel
{
public VideoDetailModel()
{
[Code]....
I suppose if I added more form fields for the properties I need, they would get posted, but I only need 1 form entry field for the CommentText. If I could get the same Model objects value that were sent to the page to post with the page, it looks like the solution is rather simple. I think using the RenderPartial in the middle of a form is problematic somehow to how the form gets written in html. I can't really put my finger on why things went bonkers, but if I do my RenderPartials before my form and then begin my form with the text entry field and the hidden VideoId, the default ModelBinder works just fine. I was beginning the form, writing the hidden VideoId, rendering several partial views, create my CommentText field, and then closed the form out. The CommentText field would get bound just fine. The hidden VideoId would not. Maybe I missed a rule somewhere about using RenderPartial.

For completeness, the partial view I was rendering took a Comment object and just wrote out it's CommentText data. Several of these objects would exist for a single Video object. All of this data was in a custom type and passed into the View (the main view) as it's Model. This partial view did not have a form and did not have any data entry fields.

View 2 Replies

Sharepoint Custom Aspx Page With Database Connection?

May 7, 2010

i have created a custom aspx page whithin my sharepoint site with a sql server connection to a database on that server to select data when i view the page it works but when another user tries to view it it gives the following error :Server Error in '/' Application. Login failed for user 'GRINCORGuguK'.Description: An unhandled exception occurred during the execution of the current web request. Please review the stack trace for more information about the error and where it originated in the code. Exception Details: System.Data.SqlClient.SqlException: Login failed for user 'GRINCORGuguK'.Source Error: The source code that generated this unhandled exception can only be shown when compiled in debug mode. To enable this, please follow one of the below steps, then request the URL:Add a "Debug=true" directive at the top of the file that generated the error. Example:

<%@ Page Language="C#" Debug="true" %>

or:2) Add the following section to the configuration file of your application:Note that this second technique will cause all files within a given application to be compiled in debug mode. The first technique will cause only that particular file to be compiled in debug mode.Important: Running applications in debug mode does incur a memory/performance overhead. You should make sure that an application has debugging disabled before deploying into production scenario. tack Trace:

[SqlException (0x80131904): Login failed for user 'GRINCORGuguK'.]
System.Data.SqlClient.SqlInternalConnection.OnError(SqlException exception, Boolean breakConnection) +248
System.Data.SqlClient.TdsParser.ThrowExceptionAndWarning(TdsParserStateObject stateObj) +245

[code]...

View 4 Replies

Security :: Simple Authentication With Custom Database?

Nov 10, 2010

I created a database for user authentication. After I pass loging parameters to the stored procedure in the database and they return a user ID for that user I use the following line for authentication:

[Code]....

User gets authenticated but the problem is that ASP.NET does not recognise the user as authenticated until the page is refreshed.

View 5 Replies







Copyrights 2005-15 www.BigResource.com, All rights reserved