I'll check the link. the updatepanel is only containing the three comboboxes and all of the have static access "no db access". all it suppose to do is show and hide the combos
shabonaa
Posts
-
combobox with postback -
combobox with postbackwill it overcome the delay problem in Ajax updatepanel ??
-
combobox with postbacki have cobmobox (chapters_combo) with visible= true and another two combos with visible = false i want when selecting chapter1 from chapters_combo then make the first combo visible = true and selecting chapter2 from chapters_combo then make the second combo visible = true chapters_combo has autopostback = true the problem each time selecting an item from chapters_combo the whole page update. is there any way do overcome that. i tried to use Ajax updatepanel but it takes about 15 sec to show the combo.
-
ajax delayi have a wen application using asp .net 2 and ajax extensions. I'm using ajax to show some text boxes when selecting items from combo box without refreshing the page. the code works normally on local machine, when uploading it to the hosting server i noticed that when selecting item from combo it take about 14 sec to show the text boxes. how can i decrease the delay between Ajax request and response?or this delay is normal ?
-
C# Code for a calculation*********** U need to Learn Do your homework by yoursellf ********** double total = Convert.ToDouble(TextBox_item_rented.Text) * Convert.ToDouble(TextBox_cost_per_hour.Text); TextBox_total=total.ToString(); MessageBox.Show("Total Cost for customer "+ TextBox_cust_name.Text + "= " + total); *********** U need to Learn Do your homework by yoursellf ********** :sigh: :zzz: :zzz: :zzz:
-
C# and crystal reporti'm using a windows application. not asp
-
C# and crystal reporthi... i'm using crystal reports with C#. I'm using an ODBC connection for the report. when trying to open the report from test machine it gives this window. ......................................... Databse login . ......................................... server name: . DataBase: . LoginID: . password: . . integrated security (checkbox) . ......................................... how can a reomve this window
-
crystal report RunTime enginewhen i try to open a report in my application on a test machine it gives me this error ------------------------------------------------------------------- System.IO.FileNotFoundException: Could not load file or assembly 'Microsoft.ReportViewer.WinForms, Version=8.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a' or one of its dependencies. The system cannot find the file specified. File name: 'Microsoft.ReportViewer.WinForms, Version=8.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a' -------------------------------------------------------------------- is there any runtime requirement for crystal report? does merge modules require to have a deployment project?
-
crystall report deploymentall I want to do is to transfer the application and reports to the user machine. the application itself is running but when try to open the report it gives an error
-
crystall report deploymentis there any runtime environment required to open a crystal report in a c# application
-
crystal report formulai want to display some string when the value of field equal a certain value what formula should i add thanks
-
crystal reportyes i tried it and it works, thats guys
-
crystal reporthow to set the report source. i was using it in VS 2003
-
crystal reportsure, so how to use reportviwer ?
-
Mouseover outside the formi think you can not do that because you will be out of the scope of the event, but try to google for background processes something like that to capture the mouse.
-
crystal reportso how can i display the crystal report :sigh:
-
serial port communicationif u r using VS 2005 you will find SerialPort Control in the toolbox. just added it and specify it is com number and bouadrate then open it and read
-
crystal reporti have created a report using crystal report and i want to open it in reportViwer in C# 2005 how can i do that ?
-
i want to save image path to mysql. is it posiibletry @ character it should take the string as it ignoring the escape characters path=@"c:\picture.bmp"
-
mjpegi tried it but it saves the stream on hard-disk. i need to open it in picturebox. i tried to open the the saved file in picture box but it seems it is not an image.