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 |
Explain the difference between an expert and a novice user. How would your strategy for designing user interfaces for an expert user differ from that for designing user interfaces for a novice user.
what is delegats ?
I am looking for NIC Sample papers or any patern of questions/ syllabus plz, send me on hamid.khan135@yahoo.in Regard
why should i hire u
Diffrence between 2.0,3.0,3.5,4.0. versions of .net?
What function would you use to extract characters from a given string?
3.Give the formula for determine the range of the data type?
Mainly Related to Oracle, DBMS , Oracle Stored Procedures, Functions, Oracle 9i Architecture, Redo logs..., Views,
0 Answers Indian Overseas Bank,
what is the difference between read the data from table and infotype
how to invoke the macro in another macro?
Write a program to read and print a text file on screen
SAS question: I have 50 fils a1,a2,...,a50. the primary key is upc. then if i want to merge all 50 files, the code is as follows, data test; merge a1 ... a50; by upc; run; we know that writing all 50 files name is time consuming, is there any standard format of this code?