Click here to Skip to main content
15,884,353 members

Comments by avi_dadi2002 (Top 2 by date)

avi_dadi2002 18-Nov-11 3:35am View    
Thanks for your answer, I can do the same what you suggested, If I'm able to enter inside the loop i can do like this but at the time of assigning value to string"s" I'm getting the error.
avi_dadi2002 25-Jul-11 22:40pm View    
Deleted
Thanks and my question here is. In my application 3 layers are there, 1) UI which accepts input from the user(s) 2) Business logic layer :my code behind events ( click event, selection changed event, etc..) calls this layer methods and from here 3)Data Access layer establishes the conntion to DB and fetches data from DB , this data will send to my Business logic layer there i'll do some business logic operatios on the data what i've recieved from DAL. and sends this to my UI and i'll bind the data to controls( Grids, Text boxes and combo boxes...etc). Please let me know. Thanks for your reply.