i want to insert textbox value to sql db. i have only one
text box but store four values. ple give any one give
sample code in asp.net c#..



i want to insert textbox value to sql db. i have only one text box but store four values. ple give..

Answer / srinivasan

You can pipe the value with delimiters like ! or ** or whatever is acceptable and then split and put in db later

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More Programming Languages AllOther Interview Questions

Given a cube of size n*n*n (i.e made up of n^3 smaller cubes), find the number of smaller cubes on the surface. Extend this to k-dimension.

0 Answers   Amazon,


what will we require to build project with the help of oracle

0 Answers  


can we use commit,rollback in triggers and how?

0 Answers   Sierra Atlantica,


Suppose we are doing 4 operations on database using service, first operation is successful but due to some reason remaining 3 operations are failed. I) is this transaction successful or not? ii) How can you give that error message to user?

0 Answers  


How to swap two String values without using a third variable?

8 Answers   Infosys,






What Is The Difeerence Between C & C++

2 Answers   HCL,


There are 2 tables: EMP : EmpId, Ename, Sal, DeptId DEPT : DeptId, Dname Write a query to find out emp names and their department names. if any emp has null in Deptid the it shows ?No Department?. Write a query to find out those department names which has no employee. Write a query to find out those employees whose salary is greater than their department?s average salary.

1 Answers   Oracle,


what is meant by life cycle of a business

0 Answers   IBM,


hi viewers, tell me,what is scripting and programming, define and difference...pls

0 Answers   Symphony,


How to display questions one by one in jsp and I wants to store the answers in my database?

0 Answers  


what are partial classes. Where is the entry point of partial classes.

1 Answers   Satyam,


In java without use of main() how to execute the program

0 Answers  


Categories