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#..
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 |
1.Describe about your project?
I'm new to ABAP. What is Module pool in SAP?
3.Give the formula for determine the range of the data type?
what is the abap/4
if heap sort contains n elements, no of comparsions required are
Caret means to you
how to fin top two miximum values in sql? not 2nd both max value of 1st and 2nd both have to find out
How to call static method in Java?
Difference of Console, web & windows applications?
what is dot net framework
Can i please VHDL code for D-Latch with clear input ?? (HINT: Set up a “Process” with appropriate sensitivity list to get the desired D-Latch with Clr working.) Inputs and Outputs: entity Lab4b is Port ( Clr, Clk, D : in STD_LOGIC; Q : out STD_LOGIC); end Lab4b;
Write a shell program where you enter a number which corresponds to K.M. Find out the corresponding values in m, cm, inches, and feet. Hints:- 1 k.m= 1000 m 1 m= 100 cm 1 inches= 2.54 cm. 1 feet= 12 inches