multiple record inserts
Tech-Archive recommends: Repair Windows Errors & Optimize Windows Performance
Using aspx and vb with sql2005 server.
I have an insert form/query that will insert a record. What I want to do is
on the page have a dropdown list with numbers. From the dropdown list, the
user will select how many records to insert the date (each insert is a
seperate record).
For example, if a user has 20 parts to enter, instead of entering the same
information 20 times, they can select the number 20 from the dropdown list
and then fillout the information in the form and when the "Insert" button is
clicked, the sql insert query will run 20 times.
Is this possible? If so, can you point me to a place that either has an
example or talks about it?
Thanks.
.
Relevant Pages
- Authenticate user is in local NT group
... I have an IIS server on an NT domain. ... I have an ASPX ... query) and then displays links of the matching files to the user. ... perform this authentication I simply try to open a known file on the share ... (microsoft.public.dotnet.framework.aspnet.security) - Re: Authenticate user is in local NT group
... > index server query) and then displays links of the matching files to ... The links are network UNC paths into the same server. ... Currently to perform this authentication I simply try to ... > open a known file on the share within the ASPX page (the server is ... (microsoft.public.dotnet.framework.aspnet.security) - Query
... I have successfully configured a submission and query page in FP to a SQL ... server using aspx pages. ... will not work with aspx pages. ... (microsoft.public.frontpage.client) - Query
... I have successfully configured a submission and query page in FP to a SQL ... server using aspx pages. ... will not work with aspx pages. ... (microsoft.public.frontpage.extensions.windowsnt) - Re: Access Denied trying to do quick editing
... I'm currently editing ASP files, not aspx... ... My server is set up with the OS on drive C: and a seperate data drive D: ... IIS is configured to map URL to the local ASPX files via a local ... VS.Net is on a separate machine from the server and accesses the ASPX ... (microsoft.public.dotnet.framework.aspnet) |
|