473,569 Members | 2,691 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

How to create a form rapidly? (VWD 2005 Express)

Hello

I'm beginnig to create my first application in Visual Web Debeloper
2005 Express.

I need to create a web site (simple application), which will allow to
list objects (records) stored in databese. This is the simple part and
I managed to do this. Further I want to bind the list to a form. After
klicking an object on the list, the form containing defined data occurs
on the screen. Then user can edit the fields ane save data.

I have a problem with creating the form binded to a database in simple
way. Is there any controll, that allow me to do the form rapidly (like
GridView)?

If there is not such controll, please give me an advise how should I
begin to create a form binded to a database or the list of records. How
it should to be done.

Thx

--
Konrad
(sorry for my english)

May 15 '06 #1
3 1323
Dump a grdiview control on the form, add a new SQLDATASOURCE by clicking the
gridview properties.
Then the SQLDATASOURCE will ask for a connection, build...
"kpuchala" <kp******@gmail .com> schreef in bericht
news:11******** *************@i 39g2000cwa.goog legroups.com...
Hello

I'm beginnig to create my first application in Visual Web Debeloper
2005 Express.

I need to create a web site (simple application), which will allow to
list objects (records) stored in databese. This is the simple part and
I managed to do this. Further I want to bind the list to a form. After
klicking an object on the list, the form containing defined data occurs
on the screen. Then user can edit the fields ane save data.

I have a problem with creating the form binded to a database in simple
way. Is there any controll, that allow me to do the form rapidly (like
GridView)?

If there is not such controll, please give me an advise how should I
begin to create a form binded to a database or the list of records. How
it should to be done.

Thx

--
Konrad
(sorry for my english)

May 15 '06 #2
GridView (or custom made list) will only be a list of records.
Then, I want to choose one from the list and edit it with a form, eg.

field1_name: [ field1 ]
field2_name: [ field1 ]
field3_name: [ field1 ]
field4_name: [ field1 ]

Further, I want to click "Save" and back to the list.

Is there any solution to create a form (not a list or gridview) in a
simple way, some wizzard maby... A form like in MS Access

Thx

May 16 '06 #3
Here comes the complex part:
The detailsview is the table to handle single records.
After messing with this fella i decided to rewrite the select and update
queries.
It looks friendly but i find it not.
I'm still using the gridview+detail sview combination but it's a pain in the
bud for interaction.
The detailsview has properties to connect to another control (or session
etc..).
I choose to do this from code.

The worse thing what can happen is extending the table and then updating the
gridview or detailsview.
Things change and do no longer work and for novice (on this) extremely hard
to discover what happened.
I usually start from scratch and therefore i choose to use additional code.

"kpuchala" <kp******@gmail .com> schreef in bericht
news:11******** **************@ j55g2000cwa.goo glegroups.com.. .
GridView (or custom made list) will only be a list of records.
Then, I want to choose one from the list and edit it with a form, eg.

field1_name: [ field1 ]
field2_name: [ field1 ]
field3_name: [ field1 ]
field4_name: [ field1 ]

Further, I want to click "Save" and back to the list.

Is there any solution to create a form (not a list or gridview) in a
simple way, some wizzard maby... A form like in MS Access

Thx

May 16 '06 #4

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

14
1563
by: Chuck | last post by:
I'm trying to install VWD Express Beta 2, but it's telling me that I need to uninstall MSDN Express Library 2005 Beta first. I uninstalled everything using the Add/Remove Programs control panel applet, and the Express Library is not showing up there. I also ran Registry Medic to clean up any registry problems that might have been causing...
1
1374
by: sck10 | last post by:
Hello I am using Visual Web Developer 2005 Express. Whenever I use the "copy web site" function, it creates a "publishform" button on my task bar that doesn't go away. So if I publish 3 different times, it creates 3 "publishform" buttons. Do I need to re-install the application? -- Thanks in advance,
0
2570
by: casper | last post by:
Hi, I use asp.net 2.0 and VWD (and sqlserver 2005 express) on windows 2000 sp4.. Starting from VWD, it works. Starting from the browser, the code below produces this error: CREATE DATABASE permission denied in database 'master'. An attempt to attach an auto-named database for file C:\Documents and Settings\Administrator.PEN1800\My...
11
1770
by: sumana_m | last post by:
I have downloaded the freely available express edition of Visual Web Developer. If I develop an application using this, will I be able to market my product for commercial purposes without having any license problem?? Any information on this will be helpful
0
845
by: JimC | last post by:
I'm ready to deploy an e-commerce project that I built with VWD 2005 Express to a real Web host, and am having the usual difficulties including a host whose technical support types don't know up from down. They do have ASP.Net 2.0 Framework installed. Does anyone know of a link to a Web site that gives example scenarios? Its title might...
0
1679
by: Fred G. Sanford | last post by:
Firstly, I am a fairly new .Net developer, so please excuse any dumb/ignorant questions or comments. Thanks. I created a VWD Express project, which uses the ReportViewer control, on my local machine. I had to download the ReportViewer control from MS and install it on my machine in order for this to work. I have the project working on my...
2
1196
by: =?Utf-8?B?Smlt?= | last post by:
I currently have three new websites under development and all need ASP.NET 2.0 type functionality such as Membership and data access. I currently use FrontPage 2003 as my preferred website development tool and am attempting to use VWD Express 2005 to add ASP.NET 2.0 functions to these sites. This has been an unqualified success in my...
5
3872
by: =?Utf-8?B?SmltIFJvZGdlcnM=?= | last post by:
My question is simple: How does one debug ASP Classic with Microsoft Visual Web Developer Express 2005 ("VWD")? Looming in the back of anyone's mind when you see a posting like this on any newsgroup is "didn't this guy read the docs?" Frankly, I "sort of did" a number of times. I feel the days of "things that are intuitively obvious" to...
3
1663
by: Med | last post by:
Hi, I use Visual C# Express 2005 and Visual Web Developer Express 2005. In my Visual C# Express 2005 Solution, I have following two class library projects: _ DataAccess (Namespace name: DataAccess) _ SystemLibrary (Namespace name: SystemLibrary) which they both build in their own "bin\Release\" folders.
0
7698
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However, people are often confused as to whether an ONU can Work As a Router. In this blog post, we’ll explore What is ONU, What Is Router, ONU & Router’s main...
0
7612
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can effortlessly switch the default language on Windows 10 without reinstalling. I'll walk you through it. First, let's disable language...
0
7924
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers, it seems that the internal comparison operator "<=>" tries to promote arguments from unsigned to signed. This is as boiled down as I can make it. ...
0
8122
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven tapestry of website design and digital marketing. It's not merely about having a website; it's about crafting an immersive digital experience that...
0
7970
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each protocol has its own unique characteristics and advantages, but as a user who is planning to build a smart home system, I am a bit confused by the...
1
5513
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome a new presenter, Adolph Dupré who will be discussing some powerful techniques for using class modules. He will explain when you may want to use classes...
0
3653
by: TSSRALBI | last post by:
Hello I'm a network technician in training and I need your help. I am currently learning how to create and manage the different types of VPNs and I have a question about LAN-to-LAN VPNs. The last exercise I practiced was to create a LAN-to-LAN VPN between two Pfsense firewalls, by using IPSEC protocols. I succeeded, with both firewalls in...
0
3640
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?
1
2113
by: 6302768590 | last post by:
Hai team i want code for transfer the data from one system to another through IP address by using C# our system has to for every 5mins then we have to update the data what the data is updated we have to send another system

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.