|
No thanks.
I do not want to bring me down.
I'm looking for other sites.
|
|
|
|
|
I asked you several follow up questions but you were never able to explain the problem. All you could say is "how do I work with gridview." I asked for more detail but never got any.
I understand you are new and you also need to understand that we can't see what you are doing and you need to be very specific. For example, instead of "how do I work with gridview" perhaps something like "I'm not sure how to access the header row in javascript. Here is what I have tried."
There are only 10 types of people in the world, those who understand binary and those who don't.
|
|
|
|
|
I plotted a graph/chart using JavaScript library d3.js but that chart appears fine in some browsers while some browsers shows it as half covered with a black box which hides half of my chart . Kindly guide what should I do.........
PS. I am unable to post the screen shot of my chart here.. 
|
|
|
|
|
You need to fix your code.
Since you haven't shown us your code, we can't tell you how to do that.
"These people looked deep within my soul and assigned me a number based on the order in which I joined."
- Homer
|
|
|
|
|
i have mdb file having structure code ,name,schc etc., in fc edit box (in input screen) i want to attach the field name of file bsfmmast. all financial names should have to appear in combo box and after selecting name the relevant code should appear in edit box from bsfmmast. how can i do this?
|
|
|
|
|
Member 12155135 wrote: how can i do this? By writing a lot of code. Where are you stuck?
There are only 10 types of people in the world, those who understand binary and those who don't.
|
|
|
|
|
Hello Everyone, I would be very happy if u guys help me to make a small program based on the following details. I just need u to help me only the part specially how to write the first condition. cheers
If a car driver speeds no more than 20 km/h over the speed limit, the driver will avoid the income-based unit fines , and gets just the infraction fine . Make a program that tells how much the infraction fine is. It’s based on the speed limit and the excess speed. The program asks for the driving speed and the speed limit. If there is speeding the ticket will be decided upon based on the following rules:
If the speed limit is 10-60 kilometers an hour, and the excess speed is no more than 15 km/h, the speeding leads into a 85-euro infraction fine . More than 15 but no more than 20 km/h leads into an infraction fine of 115 euros.
If the speed limit is 70-120 kilometers an hour, a max 15 km/h speeding will be penalizes with 70-euro infraction fine. The infraction fine is 100 euros when the excess speed is more than 15 km/h, but no more than 20 km/h.
(If the driver drives more than 20 km/h over the limit => he will get unit fines,.
modified 16-Apr-16 6:31am.
|
|
|
|
|
1. This is not a Javascript question.
2. Sorry, but we do not do other people's homework.
|
|
|
|
|
I am really sorry. I have been trying to solve this for long but still can't. I know the conditions and operators but i could not come up with the right one. you mention its not javascript question? why its not a javascript question? thanks
|
|
|
|
|
Start by writing the rules in natural language (from your question), something like:
Display a message
Read Speed value
If speed is greater than [ speed value 1 ]
Then
check values and issue fine
ElseIf speed is greater than [ speed value 2 ]
Then
check values and issue fine
...
Endif
Once you have that logic written down you can convert it to your programming language.
|
|
|
|
|
Refer to your JS lesson notes, especially those concern JS operators and conditions, and you should be able to complete your homework.
If for whatever reason, you do not have those notes, fret not. Check out some online tutorials, such as
JavaScript Operators[^] and JavaScript If...Else Statements[^]
Peter Leow
https://www.amazon.com/author/peterleow
|
|
|
|
|
I know those operators and condition but i can not use them in the right way would be happy if just give me a hints to write the first condition .. thanks
|
|
|
|
|
Where are you stuck?
There are only 10 types of people in the world, those who understand binary and those who don't.
|
|
|
|
|
I am adding html templates to actionmethods in views.and i have added JS folder,CSS folder.in route config file i have set index as main page.only for mainpage Jquery and css is applying but remaining pages it is not applying.if i changed route config file with another index2 css is applying on Index2.can you please tell me what are ways to solve this?
|
|
|
|
|
|
|
Hi All,
I have been trying to have file upload control in my portal using extJS, but failing.
I am using EXT JS version 2.2.
Below is the code I am using for file upload control.
{
xtype: 'fileuploadfield',
id: 'form-file',
fieldLabel: Text.MainAttachAttach,
labelSeparator: '',
name: 'uploadfile',
allowBlank: true
}
This is throwing error as this code is from EXT JS 3.2.1
How do I write same If I am using EXT JS 2.2
Please Help me if anybody has idea.
thanks,
Hemant
By:
Hemant Thaker
|
|
|
|
|
I need to play a local video file into a IE browser. I'm using internet explorer 11 version. I need to hide "save" and "save as" button in alert dialog box.
I've used
It works fine in the lower versions of IE, but not in IE10 and above.
|
|
|
|
|
|
I want a ISBT Barcode javascript for my asp.net application.
Please urgent TIA
|
|
|
|
|
Praveen Kandari wrote: I want Sorry, but this site does not provide to order.
|
|
|
|
|
Working on a website in Node.JS, and I've been doing good so far, but I've hit an error that has me stumped.
TypeError: Cannot set property 'isSubmitted' of undefined
at app.post.res.locals.showform (/media/sf_Node.js/SmartCage2/user.js:76:25)
at Layer.handle [as handle_request] (/media/sf_Node.js/SmartCage2/node_modules/express/lib/router/layer.js:95:5)
at next (/media/sf_Node.js/SmartCage2/node_modules/express/lib/router/route.js:131:13)
at Route.dispatch (/media/sf_Node.js/SmartCage2/node_modules/express/lib/router/route.js:112:3)
at Layer.handle [as handle_request] (/media/sf_Node.js/SmartCage2/node_modules/express/lib/router/layer.js:95:5)
at /media/sf_Node.js/SmartCage2/node_modules/express/lib/router/index.js:277:22
at Function.process_params (/media/sf_Node.js/SmartCage2/node_modules/express/lib/router/index.js:330:12)
at next (/media/sf_Node.js/SmartCage2/node_modules/express/lib/router/index.js:271:10)
at jsonParser (/media/sf_Node.js/SmartCage2/node_modules/body-parser/lib/types/json.js:100:40)
at Layer.handle [as handle_request] (/media/sf_Node.js/SmartCage2/node_modules/express/lib/router/layer.js:95:5)
The section that's throwing the error:
app.get('/login', function (res, req) {
res.locals.isSubmitted = false;
res.render("user/login.html");
});
The odd thing is, I use the same code above this, and it works.
app.get('/register', function(req,res) {
res.locals.isPosted = false;
res.render("user/register.html");
});
I have the forms submitted to the corresponding page (/login to /login, /register to /register), and I use the Nunjucks template system to show relevant data depending on how whether it was accessed via GET or POST.
I have no idea why it would be throwing the error on one section, but not the other.
I do, however, want to note that I barely know Javascript. I've always used strongly typed languages. I don't even like using 'var' in C#.
|
|
|
|
|
Vouksh wrote: I barely know Javascript Nor me, but the implication of that message is that your res object has not been initialised correctly.
|
|
|
|
|
Wow, I feel like an idiot. I glanced back over my code... and I had the 'req' and 'res' vars reversed.
But I likely wouldn't have noticed if you didn't point out something with the variables.
|
|
|
|
|
Vouksh wrote: I feel like an idiot. Something we have all had to admit from time to time.
|
|
|
|