Click here to Skip to main content
15,889,909 members
Home / Discussions / ASP.NET
   

ASP.NET

 
AnswerRe: Access specifier for method Pin
Gamzun13-Nov-09 10:42
Gamzun13-Nov-09 10:42 
QuestionHow to get updated text from EditItemTemplate in row updating event? Pin
Chesnokov Yuriy13-Nov-09 2:17
professionalChesnokov Yuriy13-Nov-09 2:17 
AnswerRe: How to get updated text from EditItemTemplate in row updating event? Pin
Abhishek Sur13-Nov-09 4:08
professionalAbhishek Sur13-Nov-09 4:08 
GeneralRe: How to get updated text from EditItemTemplate in row updating event? Pin
Not Active13-Nov-09 6:31
mentorNot Active13-Nov-09 6:31 
GeneralRe: How to get updated text from EditItemTemplate in row updating event? Pin
Abhishek Sur13-Nov-09 9:21
professionalAbhishek Sur13-Nov-09 9:21 
AnswerRe: How to get updated text from EditItemTemplate in row updating event? Pin
Not Active13-Nov-09 9:22
mentorNot Active13-Nov-09 9:22 
QuestionWebcontrol To string Pin
Scalee13-Nov-09 2:01
Scalee13-Nov-09 2:01 
AnswerRe: Webcontrol To string Pin
Abhishek Sur13-Nov-09 4:21
professionalAbhishek Sur13-Nov-09 4:21 
Are you using HtmlTable class to make your table ?


If so use
StringBuilder sb = new StringBuilder();
StringWriter tw = new StringWriter(sb);
HtmlTextWriter hw = new HtmlTextWriter(tw);

yourtable.RenderControl(hw);


Now sb will hold the rendered output.
Hope this is what you wanted. Thumbs Up | :thumbsup:

Abhishek Sur
Don't forget to click "Good Answer" if you like this Solution.
My Latest Articles-->

Simplify Code Using NDepend
Basics of Bing Search API using .NET
Microsoft Bing MAP using Javascript

GeneralRe: Webcontrol To string Pin
N a v a n e e t h13-Nov-09 4:39
N a v a n e e t h13-Nov-09 4:39 
GeneralRe: Webcontrol To string Pin
Abhishek Sur13-Nov-09 4:42
professionalAbhishek Sur13-Nov-09 4:42 
GeneralRe: Webcontrol To string Pin
Abhijit Jana13-Nov-09 5:37
professionalAbhijit Jana13-Nov-09 5:37 
GeneralRe: Webcontrol To string Pin
Scalee13-Nov-09 12:43
Scalee13-Nov-09 12:43 
QuestionASP.net 1.1 to execute Sql Server 2005 SSIS package Pin
sudhirBirlapur13-Nov-09 1:45
sudhirBirlapur13-Nov-09 1:45 
Questionerror on our container page Pin
lrsalunkhe13-Nov-09 1:38
lrsalunkhe13-Nov-09 1:38 
AnswerRe: error on our container page Pin
Abhishek Sur13-Nov-09 4:23
professionalAbhishek Sur13-Nov-09 4:23 
QuestionActivate account in a site Pin
getaccessyr13-Nov-09 0:49
getaccessyr13-Nov-09 0:49 
AnswerRe: Activate account in a site [modified] Pin
sashidhar13-Nov-09 1:11
sashidhar13-Nov-09 1:11 
AnswerRe: Activate account in a site Pin
Abhishek Sur13-Nov-09 4:39
professionalAbhishek Sur13-Nov-09 4:39 
QuestionHow to put GridView control into edit mode Pin
Chesnokov Yuriy13-Nov-09 0:40
professionalChesnokov Yuriy13-Nov-09 0:40 
AnswerRe: How to put GridView control into edit mode Pin
Abbas_here13-Nov-09 1:25
Abbas_here13-Nov-09 1:25 
GeneralRe: How to put GridView control into edit mode Pin
Chesnokov Yuriy13-Nov-09 2:20
professionalChesnokov Yuriy13-Nov-09 2:20 
QuestionSqlDataReader Problem Pin
Amit Patel198513-Nov-09 0:18
Amit Patel198513-Nov-09 0:18 
AnswerRe: SqlDataReader Problem Pin
Paulo Zemek13-Nov-09 0:33
mvaPaulo Zemek13-Nov-09 0:33 
AnswerRe: SqlDataReader Problem Pin
Abhishek Sur13-Nov-09 4:33
professionalAbhishek Sur13-Nov-09 4:33 
Questionproblem to display large data ( like 1 lac records) to crystal reports in asp.net Pin
ballameharmurali12-Nov-09 23:09
ballameharmurali12-Nov-09 23:09 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.