Showing posts with label requires. Show all posts
Showing posts with label requires. Show all posts

Saturday, March 31, 2012

TableAdapter: How do I create one which inserts values from a form into two tables?

I am creating a simple booking system. The system requires the users
to provide information regarding themselves and also the booking
detail. I want to send the data into two tables. One, the personalinfo
table and another bookinginfo. The bookinginfo, also has a column for
personalID which links it to the personalInfo table. How can I do this
with eiter an ASP button control use a table adapter to do it.
Sorry if this sounds trivial but I am really new to ASP and SQL.
RegardsYou'd need to simply write the data out to the table. Have a look at the
connection objects in .NET there is actually a lot of code that already does
what you want posted all over the web.
Regards,
Alvin Bruney
---
Shameless author plug
Excel Services for .NET is coming...
OWC Black book on Amazon and
www.lulu.com/owc
Professional VSTO 2005 - Wrox/Wiley
"Fendi Baba" <effendi@.epitome.com.sg> wrote in message
news:1171175411.943113.134530@.h3g2000cwc.googlegroups.com...
>I am creating a simple booking system. The system requires the users
> to provide information regarding themselves and also the booking
> detail. I want to send the data into two tables. One, the personalinfo
> table and another bookinginfo. The bookinginfo, also has a column for
> personalID which links it to the personalInfo table. How can I do this
> with eiter an ASP button control use a table adapter to do it.
> Sorry if this sounds trivial but I am really new to ASP and SQL.
> Regards
>

TableAdapter: How do I create one which inserts values from a form into two tables?

I am creating a simple booking system. The system requires the users
to provide information regarding themselves and also the booking
detail. I want to send the data into two tables. One, the personalinfo
table and another bookinginfo. The bookinginfo, also has a column for
personalID which links it to the personalInfo table. How can I do this
with eiter an ASP button control use a table adapter to do it.

Sorry if this sounds trivial but I am really new to ASP and SQL.

RegardsYou'd need to simply write the data out to the table. Have a look at the
connection objects in .NET there is actually a lot of code that already does
what you want posted all over the web.

--
Regards,
Alvin Bruney
----------------
Shameless author plug
Excel Services for .NET is coming...
OWC Black book on Amazon and
www.lulu.com/owc
Professional VSTO 2005 - Wrox/Wiley

"Fendi Baba" <effendi@.epitome.com.sgwrote in message
news:1171175411.943113.134530@.h3g2000cwc.googlegro ups.com...

Quote:

Originally Posted by

>I am creating a simple booking system. The system requires the users
to provide information regarding themselves and also the booking
detail. I want to send the data into two tables. One, the personalinfo
table and another bookinginfo. The bookinginfo, also has a column for
personalID which links it to the personalInfo table. How can I do this
with eiter an ASP button control use a table adapter to do it.
>
Sorry if this sounds trivial but I am really new to ASP and SQL.
>
Regards
>

Saturday, March 24, 2012

TabStrip controls

Hello,

Could anyone recommend a good ASP.NET TabStrip
server control? The IE webcontrol requires IE 5.5 and
higher but I have to support as many browsers as possible
on multiple platforms. I looked at the VisualASP one but
it seems they lack a lot of basic .NET stuff like
templates. Any suggestions? Thanks!have a look at what infragistics has to offer, you may find one there
"Mark Fox" <info@.solelsoftware.com> wrote in message
news:0d9d01c35cca$93bf68d0$a101280a@.phx.gbl...
> Hello,
> Could anyone recommend a good ASP.NET TabStrip
> server control? The IE webcontrol requires IE 5.5 and
> higher but I have to support as many browsers as possible
> on multiple platforms. I looked at the VisualASP one but
> it seems they lack a lot of basic .NET stuff like
> templates. Any suggestions? Thanks!
Thanks for the lead. Their's looks great.

>--Original Message--
>have a look at what infragistics has to offer, you may
find one there
>"Mark Fox" <info@.solelsoftware.com> wrote in message
>news:0d9d01c35cca$93bf68d0$a101280a@.phx.gbl...
>> Hello,
>>
>> Could anyone recommend a good ASP.NET TabStrip
>> server control? The IE webcontrol requires IE 5.5 and
>> higher but I have to support as many browsers as
possible
>> on multiple platforms. I looked at the VisualASP one
but
>> it seems they lack a lot of basic .NET stuff like
>> templates. Any suggestions? Thanks!
>
>.