On Tue, 2011-11-29 at 08:07 +0530, Suraj wrote:
> Survey:
> 
> -------------------------------------------------------------------------------------------------------
> 
> 
> Question1           DropDownList1
> DropDownList11               
> 
> Question2           Textbox1                             Textbox11
> 
> Question3           DropDownList31               DropdownList32
> 
> 
> 
> SaveButton
> 
> ------------------------------------------------------------------------------------------------------
> 
> 
> Above is the lay out i need to create for a survey page. Each question
> has 2 columns. The columns can contain either drop down or a text box.
> 
> 
> When the user clicks on SaveButton, i need to insert the selected
> values into database. 
> 
> 
> 
> How can i write the logic to retrieve all values for the respective
> question num .
> 
> 
> Thanks,
> 
> Suraj
> 
> 


If you are going to publish this on a web site, you'd be better off
doing this in php.  There are a number of survey programs already
written that do a very good job of what you are trying to accomplish.  I
use one called Lime Survey that is probably one of the better one out
there.  It will automatically save all the results in a MySQL database
on your web server.

Jeff

-- 
You received this message because you are subscribed to the Google
Groups "DotNetDevelopment, VB.NET, C# .NET, ADO.NET, ASP.NET, XML, XML
Web Services,.NET Remoting" group.
To post to this group, send email to dotnetdevelopment@googlegroups.com
To unsubscribe from this group, send email to
dotnetdevelopment+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/dotnetdevelopment?hl=en?hl=en
or visit the group website at http://megasolutions.net

Reply via email to