Dear All,
I have this particular javascript error which just requires me to refresh the page and it will go away. Is there anyway where I can write a javascript to detect this type of error and immediately refresh my page? Thank you.
Dear All,
I have 3 table one is tblSubMenu1,tblSubMenu2,tblSubMenu2Options. So for now I have a combo with all the tblSubMenu1 value in it. Then upon selection any of the value in my combo box will appear all those tblSubMenu2 column subMenu2Name value and together with a checkbox...
Dear All,
For now I have a datagrid with just one column of checkbox. I normally first called a function design grid and below is my code
gridAuthorization.AutoGenerateColumns = false;
gridAuthorization.Columns.Add("subMenu1ID","");
gridAuthorization.Columns[0].Visible =...
Dear All,
Besides crystal reports is there any other reporting tool I can used for my C# windows application. I want something which is run time based not design time based. Thank you.
Dear All,
I am doing a dynamic report which will show the columns based on a selection done. So for the columns name I am using the parameter fields of crystal report. So those column which are empty I do the settings as below and those columns will not appear. So this I can control...
Dear All,
I am generating a report based on a table call tblReceipt which have fieilds like outletID, date, totalSales etc. So I am running a report now to get the daily sales for each outlet. So based on a select date I run a for loop date from till date end. So I am running an query...
Dear All,
I have 3 different types of div. One div is on my left and I named as left as below. Then I want to have 2 different div on my right. The problem is that for my right div at anytime only 1 should be visible the other should be not visible. On page load only my id="menu1"...
Dear All,
I have 2 types of insert into my mysql database. One is the original string which has no problem. The second type if that I will cut and append new value into the original string. Here when I do like this
$routeGeoFenceString = "LINESTRING(".$initialLon."...
Dear All,
I have 2 date object. I try to compare them but I dont get any results there. How can I do that ? My snippet of code is as below
var dateFrom=document.getElementById("myCalendar1").value;
dateFromArray=dateFrom.split("/");
var myDateFrom=new...
Dear All,
I have a crystal report where I cant fix the number of column on a static basis. So I need to do it on a dynamic basis. How can I do it via C# coding ? I am looking something like web program where we can set the <td></td> dynamically. Thank you.
Dear All,
I have a crystal report where I cant fix the number of column on a static basis. So I need to do it on a dynamic basis. How can I do it via C# coding ? I am looking something like web program where we can set the <td></td> dynamically. Thank you.
Dear All,
I have a crystal report where I cant fix the number of column on a static basis. So I need to do it on a dynamic basis. How can I do it via C# coding ? I am looking something like web program where we can set the <td></td> dynamically. Thank you.
Dear All,
I am using an application based on C# and mysql database. I have a requirement that I need to update my local and remote database on one single transaction. So I was currently using the .net connector but unfortunately it doesnt support distributed transaction. So I have to...
Dear All,
I have a C# application where I need a distributed transaction. I need to update 2 database one local and one remote together that is two-phase commit. Is there any idea how to to do it with the current .net mysql connector? Any code snippet will be helpful? Thank you.
Dear All,
I have a C# application where I need a distributed transaction. I need to update 2 database one local and one remote. Is there any idea how to to do it? Any code snippet will be helpful? Thank you.
Dear All,
I have a very complex scenario to solve. I have got the idea how to solve but I worried on the implementation part of in C#.
Let me explain my scenario. I have 2 table tblTranfer and tblTransferDetails
Sample data of tblTranfer from outletID=1 to outletID=2 and 3
tranferID...
Dear All,
I need to do a small c++ application. The problem here is that an application which will keep details on each subject and their breakdown.
For example I have a subject list like this
AN123 Assignments 50%, Labs 20%, Test 30%
AN244 Assignment 1 25%, Assignment 2 25%...
Dear All,
I have a jsp application where I save my session values. Then I have an asp.net application which need to be integrated with my jsp page. Unfortunately there no way I can share the session across my asp.net page from my jsp page. So I was thinking to save an unique identify of...
Dear All,
I have one application working in jsp. The problem here I keep certain value as a session value. The probem now I have another application build in asp.net which need to be integrated with my jsp application. The problem I know I cant share the jsp session across asp.net. So I...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.