Click here to Skip to main content
15,920,896 members
Home / Discussions / Web Development
   

Web Development

 
AnswerRe: Javascript obfuscator. Pin
Hesham Amin1-Apr-07 6:46
Hesham Amin1-Apr-07 6:46 
Questionsession error in php Pin
kumar bharat bhusanam30-Mar-07 5:37
kumar bharat bhusanam30-Mar-07 5:37 
AnswerRe: session error in php Pin
Bradml30-Mar-07 13:14
Bradml30-Mar-07 13:14 
QuestionAJAX File Upload Form Submission Pin
RedDragon2k30-Mar-07 5:31
RedDragon2k30-Mar-07 5:31 
AnswerRe: AJAX File Upload Form Submission Pin
Dmitry Khudorozhkov31-Mar-07 2:42
Dmitry Khudorozhkov31-Mar-07 2:42 
Questiongetting RecordCount = -1 Pin
Ankur.Bakliwal30-Mar-07 3:48
Ankur.Bakliwal30-Mar-07 3:48 
AnswerRe: getting RecordCount = -1 Pin
andyharman30-Mar-07 6:17
professionalandyharman30-Mar-07 6:17 
QuestionWindow Dimensions Pin
L Viljoen29-Mar-07 3:01
professionalL Viljoen29-Mar-07 3:01 
AnswerRe: Window Dimensions Pin
Not Active29-Mar-07 5:41
mentorNot Active29-Mar-07 5:41 
AnswerRe: Window Dimensions Pin
Vasudevan Deepak Kumar29-Mar-07 9:31
Vasudevan Deepak Kumar29-Mar-07 9:31 
GeneralRe: Window Dimensions Pin
L Viljoen29-Mar-07 21:35
professionalL Viljoen29-Mar-07 21:35 
QuestionHow to create web page embedded with media player without using ActiveX controls? Pin
A.Venkata ramana29-Mar-07 1:29
A.Venkata ramana29-Mar-07 1:29 
AnswerRe: How to create web page embedded with media player without using ActiveX controls? Pin
Vasudevan Deepak Kumar29-Mar-07 9:31
Vasudevan Deepak Kumar29-Mar-07 9:31 
QuestionChanging Background image at run time Pin
EEmaan28-Mar-07 23:57
EEmaan28-Mar-07 23:57 
AnswerRe: Changing Background image at run time Pin
L Viljoen29-Mar-07 1:07
professionalL Viljoen29-Mar-07 1:07 
QuestionHTML Valign Pin
L Viljoen28-Mar-07 23:08
professionalL Viljoen28-Mar-07 23:08 
AnswerRe: HTML Valign Pin
Bradml29-Mar-07 0:00
Bradml29-Mar-07 0:00 
GeneralRe: HTML Valign Pin
L Viljoen29-Mar-07 1:01
professionalL Viljoen29-Mar-07 1:01 
AnswerRe: HTML Valign Pin
RichardGrimmer29-Mar-07 5:54
RichardGrimmer29-Mar-07 5:54 
AnswerRe: HTML Valign Pin
L Viljoen29-Mar-07 21:32
professionalL Viljoen29-Mar-07 21:32 
QuestionRepeater Control data export problem Pin
VaibhavTiparadi28-Mar-07 23:08
VaibhavTiparadi28-Mar-07 23:08 
QuestionCrystalReportviewer : Navigation buttons Pin
paijyj28-Mar-07 22:46
paijyj28-Mar-07 22:46 
hi, very very urgent. i am using crystal report on a web form. on the same web form i am also using a toolbar from evolve software. i invested a lot time with both controls. everything worked fine until i got instructions that in evolve toolbar i must use a dropdownlist to chose data. evolve toolbar has no dropdownlist object, so i have to use ControlContainerItem to add dropdownlist to toolbar. problem is when i add it to evolve toolbar and click on navigation buttons of crystal report toolbar, it does not work. i mean i click on next button and can navigate to next page but when i click again on next, it remains on same page and so on. so i can navigate only one page further and then no more. crystal report toolbat get this problem only if i add dropdownlist control to evolve toolbar. if i do not add, crystal report toolbar works very fine and i can navigate until last page. i can take another toolbar instead of evolve toolbar but i have invested a lot of time in using evolve toolbar and right now i have no time to take another toolbar and investting time to first understand it and then use it. so please help me to explain why crystal report toolbar is behaving so stupid. follows is the web page with code behind.
<evolve:toolbar>...............

<evolve:controlcontaineritem id="customItem" runat="server"
="" cssclass="toolbartext" itemcelldistance="100px">



<asp:dropdownlist id="ddlYear" runat="server" width="150"
="" onselectedindexchanged="ddlYear_SelectedIndexChanged">
<asp:listitem>last 12 months


<cr:crystalreportviewer id="CrystalReportViewer1" runat="server"
="" autodatabind="true" enabledatabaselogonprompt="False" reportsourceid="CrystalReportSource1" displaygrouptree="False" enableparameterprompt="False" hascrystallogo="False" hasgotopagebutton="False" hassearchbutton="False" hastogglegrouptreebutton="False" hasviewlist="False" height="1121px" width="753px" onnavigate="CrystalReportViewer1_Navigate">
<cr:crystalreportsource id="CrystalReportSource1" runat="server"
="" onload="CrystalReportSource1_Load">
<report filename="..\CrystalReports\DeltaPrMonth.rpt">


Codebehind:
protected void Page_Load(object sender, EventArgs e)
{
customItem.Controls.Add(ddlYear);
}

many many thanks for your urgent help.

paijy


paijyj
QuestionCDO Message encoding Pin
Paddy Boyd28-Mar-07 22:17
Paddy Boyd28-Mar-07 22:17 
AnswerRe: CDO Message encoding Pin
Vasudevan Deepak Kumar29-Mar-07 9:29
Vasudevan Deepak Kumar29-Mar-07 9:29 
GeneralRe: CDO Message encoding Pin
Paddy Boyd29-Mar-07 22:19
Paddy Boyd29-Mar-07 22:19 

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.