Click here to Skip to main content
15,897,273 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
See more:
Hi guys,

im creating one application sending sms.But i need ur help.


i want to send parameter sms from database.like " Dear <xx> , you earned <xx> points !"

<xx> are parameters that are changing for any member of datalist.

How can i do it ?

Dear Janny,...
Dear Jonn ,....

textBox , dataList are controls used in app. and <xx> is going to be obtained from database..but i dont know how to dp <xx> gets data from database?
Posted
Comments
bbirajdar 23-Aug-12 6:36am    
"but i dont know how to dp gets data from database"...

You need to study ADO.NET from here

1 solution

You get data from a database with SQL and with ADO.NET. Given you have data in a DB, you're clearly part of a project where someone knows these things, you should talk to your boss, so he can provide you with specific education in the methods and methodologies used in your project, and how he'd like you to proceed
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900