Click here to Skip to main content
15,915,701 members
Please Sign up or sign in to vote.
1.00/5 (5 votes)
See more:
I have following detail of patient

Insurance Provider
Patient name
policy number
group number
Date of birth

What i wanted i enter these value through textbox and hit search then it will return me the insurance status and copay of patient
how exactly i can achieve this?
Posted
Updated 31-Jul-13 4:36am
v3
Comments
ZurdoDev 31-Jul-13 10:17am    
By writing code. What do you need help with?
Michael Hank 31-Jul-13 10:18am    
what kind of service i send so that i get Insurance stats
joshrduncan2012 31-Jul-13 10:20am    
What do you mean by "service"? Web service?
[no name] 31-Jul-13 10:21am    
Service? What service?
Michael Hank 31-Jul-13 10:26am    
i have a form with 5-6 text boxes (fields i mention above ),when i hit search it would return me with Insurance status of Patient.what should i do here?how exactly i pass this parameter online and get details?

1 solution

I think you are new to C# as ryanb31 said you need to tell us more information about your need. Show us your code and where you stuck.
Any way i am just giving some links to basics refer these you may get some idea.
Simple ADO.NET Database Read, Insert, Update and Delete using C#.[^]

Selecting data and loading it[^]

Populate data in gridview[^]

If still your problem exists go to your post again and click improve question then paste your sample snippet and tell us exactly what your need and where you stuck.
 
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