Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
Unknown Quality Score

No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.

0 Endorsements
Ranked #72.7K
~300 People Reached
Favorite Forums
Favorite Tags
Member Avatar for Exelio

Hi, I have created a HTML template for sending emails to the clients. I read the values from the database and fills them in the template. Now i want to read the contents of this HTML template. Can anybody suggest me how to do this? Thanks in advance Regards Exelio

Member Avatar for binoj_daniel
0
156
Member Avatar for divyasrinivasan

pls give me the complete code for it ..i tryed but not getting the output..pls help..iam pasting the code here but no output [code=aspnet] SqlConnection cn = new SqlConnection(ConfigurationSettings.AppSettings["con"].ToString()); protected void Page_Load(object sender, EventArgs e) { Response.Write("sql is connected"); SqlDataAdapter da = new SqlDataAdapter("select countryid,countryname from countryname", cn); DataSet ds …

Member Avatar for terrible
0
144