Click here to Skip to main content
15,911,315 members

Comments by Akash Rangani (Top 4 by date)

Akash Rangani 25-Feb-13 6:59am View    
I cant Visualize code for Add date to gridview column automaticaaly and put the attendance..
Akash Rangani 11-Dec-12 1:33am View    
But When i Remove form tag from aspx page then other error display

"Control 'MainContent_dgEnquiry' of type 'GridView' must be placed inside a form tag with runat=server."

I am using below code
private string GridViewToHtml(GridView gv)
{
StringBuilder sb = new StringBuilder();
StringWriter sw = new StringWriter(sb);
HtmlTextWriter hw = new HtmlTextWriter(sw);

dgEnquiry.RenderControl(hw);
return sb.ToString().Replace("<br />", "\n");
}
for get whole grid view data and want to send that data through Email
Akash Rangani 31-Aug-12 3:12am View    
Thanks but, IT's not Working on my system. I think so it is because of Ajax that i put in UI.
Akash Rangani 4-Jul-12 1:48am View    
But Where i check whether that server has enabled SSL Port