Problem
I need to get schedule for every instructor weekly or daily .
And which time it give course for training center .
And what course it will give .
Example
Instructor martin give course c# in Monday and Saturday for period 12 pm - 03 pm and SQL in Sunday and Wednesday for
period 12 pm...
Problem
when remove course then click submit not save changes although
it removed from client side by jquery
Details
in edit view for every employee i need to do changes by remove or add new courses for
employee
if i add new courses then click submit button it save what i do
but if i...
Needs
save name in employee table and save all courses
in employee courses table when click submit button in edit [HTTPPOST]
Problem summary
submit button save changes only and delete data exist before
Problem details
when click submit button in edit post .courses will save
what i added...
in link above it show what i need
I have three drop down list Country,City,District
three drop down list cascade each other
meaning select country fill City and select City fill District in edit or create both
in edit view i can get value selected previous for country and city for employee i...
I have 4 table relation in sql server database is good
Country table
Id primarykey increment identity
Countryname
City table
Id primary key increment identity
Cityname
CountryId forignkey
Ditrict table
Id primarykey increment identity
Districtname
CityId forignkey
Employee table...
Hi i have table have 5 comnun
Name Salary Bonus Deduction Total
ahmed 500 500 100 900
calculation of total is
Total=Salary+Bonus-Deduction
and total in red color according to my code
what i need actually if i changed in Salary cell or Bonus cell or Deduction cell affect in total cell
suppose i...
I have url www.DevuEgypt.com/api/employees i need to display FirstName,Id,Salary in table by click button using jquery
when click button not give me any result and give me two message
I try more time but it give me error
submit handler has fired this is normal to check
error error not found this...
in my code below i can edit row success without any error but if i need to cancel value edited in row OR get value before changed what i write to cancel edit in row in table by using jquery my code as following
@{
Layout = null;
}
<!DOCTYPE html>
<html>
<head>
<meta name="viewport"...
Hi i have table have two buttons edit and delete
i need by jquery make edit to this tables meaning show textboxes inside table to edit
the ID,Name,Country
my code as following
@{
Layout = null;
}
<!DOCTYPE html>
<html>
<head>
<meta name="viewport" content="width=device-width" />...
This meaning browser URL must return data
if not return data
meaning browser URL have problem not related to source code i write
if i true answer for me
This is my url i using
http://amit-learning.com/myPizza/Api_v2.php?function=addOrder
this line is give error
boolean error = jObj.getBoolean("error");
it give me null pointer reference exception
in jObj(json object) variable
so that what i do now
I designed app to make order for pizza food restaurant
I show userid,menu id ,address,longtiude,latitude then press on button make order
Error show after I press button and found in async task doin background
It give me fatal exception error
An error occurred while executing doInBackground()...
Suppose i work in my mobile and I need to stop any notification come from gmail or Facebook or any other app from receiving in my mobile
How to hide notification or not receive in my mobile by using code
I try to search in google but not get any result
what idea and what is code
Thank you for reply and corporate
I solved the problem
1- I declare to global variable
int clickCount=0;
List<String> shownResults = new ArrayList<String>();
2- under button click listener i put
//execute async task
new fourquare().execute();
3- I modify onPostExecute function
protected void...
Thank you for reply
I get the idea but i try to implementing that but something need to modify in code to work
my code as following
You could storage the parsed ArrayList, make a global variable for counting the number of times that the button has been clicked.
ArrayList<FoursquareVenue>...
This is Mainactivity.java with button
and i need to allow button to show item by item based on button click
public class MainActivity extends ListActivity {
ArrayList<FoursquareVenue> venuesList;
Button btn;
int clickCount;
// ArrayList<FoursquareVenue> allResults...
Yes I need to customize code above and i have button
And list view in code above working and get data without any proplem
I dont need to show all items in one time
i need to show item by item(restaurant)
depend on how many time you click button
if you click button three time
i must get list...
I have app in side it only one activity (main activity) and layout XML of main activity have only
list view .this app get restaurants near from my location and display it in list view
What i need to do is add button to the main activity layout when i press on button get to me list of...
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.