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
~128 People Reached
Favorite Forums
Favorite Tags
Member Avatar for yonca.karagoz

This is for reloading the current page. I used it for after comment the page. `Page.Response.Redirect(Page.Request.Url.ToString(), true);` protected void btn_insertComment_Click(object sender, EventArgs e) { SqlCommand cmd = new SqlCommand("insert into Comment(commentNameSurname,commentEmail,commentContent,commentPicture,articleId) Values('" + txt_NameSurname.Text + "','" + txt_Email.Text + "', '" + txt_Comment.Text + "','/theme/comment.png', '" + articleId + "')", …

Member Avatar for Van4.NET
0
128