Click here to Skip to main content
15,921,941 members
Home / Discussions / ASP.NET
   

ASP.NET

 
QuestionMultiview and Radiobuttonlist problem in updatePanel Pin
sawssinette18-Nov-08 5:43
sawssinette18-Nov-08 5:43 
AnswerRe: Multiview and Radiobuttonlist problem in updatePanel Pin
ToddHileHoffer18-Nov-08 7:51
ToddHileHoffer18-Nov-08 7:51 
AnswerRe: Multiview and Radiobuttonlist problem in updatePanel Pin
sawssinette18-Nov-08 22:34
sawssinette18-Nov-08 22:34 
GeneralRe: Multiview and Radiobuttonlist problem in updatePanel Pin
ToddHileHoffer19-Nov-08 2:05
ToddHileHoffer19-Nov-08 2:05 
QuestionConvert rdlc to PDF without using LocalReport.Render method PinPopular
Member 183766118-Nov-08 5:14
Member 183766118-Nov-08 5:14 
QuestionLocalReport.Render Pin
Member 183766118-Nov-08 4:54
Member 183766118-Nov-08 4:54 
AnswerRe: LocalReport.Render Pin
Christian Graus18-Nov-08 9:05
protectorChristian Graus18-Nov-08 9:05 
QuestionStringBuilder Problem Pin
krishnaveer18-Nov-08 1:55
krishnaveer18-Nov-08 1:55 
Hi guys

I am making a string builder and this string i have to sent on Email
local its working fine while uploading its giving error "A page can have only one server-side Form tag. "

while in my application i am rendering a panel (panel id =panel1)
after that i am using tag

vb.net code

Dim sbr As New StringBuilder
sbr.Append("<html>")
Dim swr As New StringWriter(sbr)
Dim htw As New HtmlTextWriter(swr)
panel1.RenderControl(htw)
sbr.Append("<p>&nbsp;</p>")
sbr.Append("<p>Warm Regards..</p>")
sbr.Append("</html>")


and html code

<asp:panel id="panel1" runat="server" width="90%" xmlns:asp="#unknown">


krishna veer singh

AnswerRe: StringBuilder Problem Pin
Brij18-Nov-08 3:41
mentorBrij18-Nov-08 3:41 
Questionhelp Updatepanel and alert ; [modified] Pin
ahmed eldeghedy18-Nov-08 0:45
professionalahmed eldeghedy18-Nov-08 0:45 
AnswerRe: help Updatepanel and alert ; Pin
Eduard Keilholz18-Nov-08 1:09
Eduard Keilholz18-Nov-08 1:09 
QuestionInternationalization Issues Pin
Bijgupt17-Nov-08 23:17
Bijgupt17-Nov-08 23:17 
Questionchange css using javascript Pin
nikhil123417-Nov-08 22:41
nikhil123417-Nov-08 22:41 
AnswerRe: change css using javascript Pin
NeverHeardOfMe17-Nov-08 23:07
NeverHeardOfMe17-Nov-08 23:07 
AnswerRe: change css using javascript Pin
Parwej Ahamad18-Nov-08 0:06
professionalParwej Ahamad18-Nov-08 0:06 
QuestionRename FileUpload Control Button Pin
frankwiemer-HH17-Nov-08 22:28
frankwiemer-HH17-Nov-08 22:28 
AnswerRe: Rename FileUpload Control Button (Typical German!!) Pin
NeverHeardOfMe17-Nov-08 22:58
NeverHeardOfMe17-Nov-08 22:58 
GeneralRe: Rename FileUpload Control Button (Typical German!!) Pin
frankwiemer-HH18-Nov-08 21:13
frankwiemer-HH18-Nov-08 21:13 
QuestionASP.Net Project deploy into web Pin
scothykonma17-Nov-08 18:32
scothykonma17-Nov-08 18:32 
AnswerRe: ASP.Net Project deploy into web Pin
N a v a n e e t h17-Nov-08 18:47
N a v a n e e t h17-Nov-08 18:47 
GeneralRe: ASP.Net Project deploy into web [modified] Pin
scothykonma17-Nov-08 21:45
scothykonma17-Nov-08 21:45 
AnswerRe: ASP.Net Project deploy into web Pin
Vimalsoft(Pty) Ltd17-Nov-08 20:22
professionalVimalsoft(Pty) Ltd17-Nov-08 20:22 
GeneralRe: ASP.Net Project deploy into web Pin
scothykonma17-Nov-08 21:48
scothykonma17-Nov-08 21:48 
GeneralRe: ASP.Net Project deploy into web Pin
Vimalsoft(Pty) Ltd17-Nov-08 21:54
professionalVimalsoft(Pty) Ltd17-Nov-08 21:54 
GeneralRe: ASP.Net Project deploy into web Pin
scothykonma17-Nov-08 22:00
scothykonma17-Nov-08 22:00 

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.