Click here to Skip to main content
15,891,375 members
Home / Discussions / ASP.NET
   

ASP.NET

 
GeneralRe: unable to get the updates value of global variable on second page Pin
MissionSuccess21-Feb-07 17:50
MissionSuccess21-Feb-07 17:50 
QuestionAsp.Net Deployment Pin
jayanthnadig21-Feb-07 0:42
jayanthnadig21-Feb-07 0:42 
AnswerRe: Asp.Net Deployment Pin
Sarvesvara (BVKS) Dasa21-Feb-07 7:20
Sarvesvara (BVKS) Dasa21-Feb-07 7:20 
QuestionButton click event only working the second time Pin
Mertli Ozgur Nevres21-Feb-07 0:40
Mertli Ozgur Nevres21-Feb-07 0:40 
AnswerRe: Button click event only working the second time Pin
Nimit Patel21-Feb-07 1:12
Nimit Patel21-Feb-07 1:12 
AnswerRe: Button click event only working the second time Pin
Marcus J. Smith21-Feb-07 2:29
professionalMarcus J. Smith21-Feb-07 2:29 
AnswerRe: Button click event only working the second time Pin
Sam Heller21-Feb-07 3:55
Sam Heller21-Feb-07 3:55 
QuestionCrystal Report Problem Pin
Kissy1621-Feb-07 0:34
Kissy1621-Feb-07 0:34 
I have a report that I created in crystal reportss and imported in visual studio.net 2003. I am using Crystal reports version7. The report displays only when i save the data with report in Crystal report.
If i deactvate that savedata with report option it is giving an error "Logon Failed".If use that savedata with report, the data in the report is old and out of date. What changes i have to make for this???
The code i have given for this is
On the page load------->
Try
dbconnection()
Dim rpt As ReportDocument = New ReportDocument
CrystalReportViewer1.DisplayGroupTree = False
rpt.Load(Server.MapPath("rptCentre.rpt"))
CrystalReportViewer1.ReportSource = rpt
CrystalReportViewer1.DataBind()
Catch ex As Exception
CrystalReportViewer1.Visible = False
Response.Write(ex.Message)
Finally
con.Close()
End Try


What might be the reason for this type of error??Give me an idea
Thanks in advance
Regards
kissy

kissy

AnswerRe: Crystal Report Problem Pin
Sylvester george23-Feb-07 3:19
Sylvester george23-Feb-07 3:19 
QuestionAdd attribute to the http header of a request Pin
blackjack215021-Feb-07 0:32
blackjack215021-Feb-07 0:32 
QuestionPop-before-SMTP Question? Pin
hetrobezz21-Feb-07 0:04
hetrobezz21-Feb-07 0:04 
AnswerRe: Pop-before-SMTP Question? Pin
Marcus J. Smith21-Feb-07 2:51
professionalMarcus J. Smith21-Feb-07 2:51 
GeneralRe: Pop-before-SMTP Question? Pin
hetrobezz21-Feb-07 18:13
hetrobezz21-Feb-07 18:13 
GeneralRe: Pop-before-SMTP Question? Pin
hetrobezz21-Feb-07 18:20
hetrobezz21-Feb-07 18:20 
AnswerRe: Pop-before-SMTP Question? Pin
kubben21-Feb-07 4:00
kubben21-Feb-07 4:00 
AnswerRe: Pop-before-SMTP Question? Pin
hetrobezz22-Feb-07 13:26
hetrobezz22-Feb-07 13:26 
JokeRe: Pop-before-SMTP Question? Pin
Marcus J. Smith23-Feb-07 6:46
professionalMarcus J. Smith23-Feb-07 6:46 
Questionhow is it better to save user data in sessons or cookies? [modified] Pin
rama charan20-Feb-07 23:59
rama charan20-Feb-07 23:59 
AnswerRe: how is it better to save user data in sessons or cookies? Pin
badgrs21-Feb-07 0:42
badgrs21-Feb-07 0:42 
Generalhow is it better to save user data in sessons or cookies? [modified] Pin
rama charan21-Feb-07 0:46
rama charan21-Feb-07 0:46 
GeneralRe: how is it better to save user data in sessons or cookies? Pin
Amit Kumar G21-Feb-07 14:27
Amit Kumar G21-Feb-07 14:27 
GeneralRe: how is it better to save user data in sessons or cookies? Pin
rama charan21-Feb-07 19:32
rama charan21-Feb-07 19:32 
Question"life cycle of server control" Pin
ravikiranreddydharmannagari20-Feb-07 23:40
ravikiranreddydharmannagari20-Feb-07 23:40 
AnswerRe: "life cycle of server control" Pin
badgrs21-Feb-07 0:38
badgrs21-Feb-07 0:38 
JokeRe: "life cycle of server control" Pin
Sandeep Akhare21-Feb-07 2:11
Sandeep Akhare21-Feb-07 2:11 

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.