Click here to Skip to main content
15,881,173 members
Home / Discussions / ASP.NET
   

ASP.NET

 
Questioncan we connect Asp.Net to Tally Pin
lrsalunkhe18-Nov-09 1:42
lrsalunkhe18-Nov-09 1:42 
AnswerRe: can we connect Asp.Net to Tally Pin
Richard MacCutchan18-Nov-09 1:56
mveRichard MacCutchan18-Nov-09 1:56 
AnswerRe: can we connect Asp.Net to Tally Pin
Abhishek Sur18-Nov-09 2:23
professionalAbhishek Sur18-Nov-09 2:23 
Questioncreate HTML page for emailing again Pin
Ersan Ercek17-Nov-09 23:53
Ersan Ercek17-Nov-09 23:53 
AnswerRe: create HTML page for emailing again Pin
Abhijit Jana18-Nov-09 0:05
professionalAbhijit Jana18-Nov-09 0:05 
GeneralRe: create HTML page for emailing again Pin
Ersan Ercek18-Nov-09 0:30
Ersan Ercek18-Nov-09 0:30 
AnswerRe: create HTML page for emailing again Pin
Abhishek Sur18-Nov-09 2:19
professionalAbhishek Sur18-Nov-09 2:19 
GeneralRe: create HTML page for emailing again Pin
Ersan Ercek18-Nov-09 2:46
Ersan Ercek18-Nov-09 2:46 
Hello Abhishek,

I remember, and this was the closest solution, and I though I solve the problem, however I realize I misunderstood you. (by the way I just learn what render does) This is the thing.

I checked your code but it is only working if you create the div. I could not find a way to get server side div (non rendered) definition and render it.

Then:

So I gave up I just tried to render the gridview with the following code where I receive another annoying error mentioning that :" Control 'dgSiparisler' of type 'GridView' must be placed inside a form tag with runat=server."

Code is:
StringBuilder str = new StringBuilder();
StringWriter strw = new StringWriter(str);
HtmlTextWriter htmlw = new HtmlTextWriter(strw);
dgSiparisler.RenderControl(htmlw);


Thanks for help...
GeneralRe: create HTML page for emailing again Pin
Abhishek Sur18-Nov-09 9:10
professionalAbhishek Sur18-Nov-09 9:10 
GeneralRe: create HTML page for emailing again Pin
Ersan Ercek18-Nov-09 20:15
Ersan Ercek18-Nov-09 20:15 
GeneralRe: create HTML page for emailing again Pin
Ersan Ercek19-Nov-09 1:20
Ersan Ercek19-Nov-09 1:20 
GeneralRe: create HTML page for emailing again Pin
Ersan Ercek19-Nov-09 4:49
Ersan Ercek19-Nov-09 4:49 
GeneralRe: create HTML page for emailing again Pin
Ersan Ercek18-Nov-09 4:46
Ersan Ercek18-Nov-09 4:46 
QuestionViewing word documents in browser? Pin
AndyBrew7017-Nov-09 22:22
AndyBrew7017-Nov-09 22:22 
AnswerRe: Viewing word documents in browser? Pin
Anurag Gandhi17-Nov-09 23:27
professionalAnurag Gandhi17-Nov-09 23:27 
GeneralRe: Viewing word documents in browser? Pin
AndyBrew7018-Nov-09 0:51
AndyBrew7018-Nov-09 0:51 
GeneralRe: Viewing word documents in browser? Pin
gottimukkala18-Nov-09 1:01
gottimukkala18-Nov-09 1:01 
AnswerRe: Viewing word documents in browser? Pin
Abhishek Sur18-Nov-09 2:22
professionalAbhishek Sur18-Nov-09 2:22 
QuestionASP C# Pin
sanforjackass17-Nov-09 21:23
sanforjackass17-Nov-09 21:23 
AnswerRe: ASP C# Pin
sashidhar17-Nov-09 21:39
sashidhar17-Nov-09 21:39 
GeneralRe: ASP C# Pin
Abhishek Sur17-Nov-09 22:37
professionalAbhishek Sur17-Nov-09 22:37 
AnswerRe: ASP C# Pin
The Man from U.N.C.L.E.18-Nov-09 2:46
The Man from U.N.C.L.E.18-Nov-09 2:46 
QuestionSplitting rows in dataGrid Pin
nour12317-Nov-09 20:40
nour12317-Nov-09 20:40 
AnswerRe: Splitting rows in dataGrid Pin
Abhishek Sur17-Nov-09 20:44
professionalAbhishek Sur17-Nov-09 20:44 
GeneralRe: Splitting rows in dataGrid Pin
nour12317-Nov-09 21:10
nour12317-Nov-09 21:10 

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.