how i can handle this url in my website who is developed in mvc2
website.com/topic
website.com/topic/topic
are you give me some code to learn url routing in mvc
i am new in this field.i want to implement Video Streaming on RTSP Protocol for Video Streaming.Please give me some idea about it and if possible then some sample code for that.please help me it's urgent.Thanks in Advance..
I have one table, which has three fields and data.
Name , Top , Total
cat , 1 , 10
dog , 2 , 7
cat , 3 , 20
horse , 4 , 4
cat , 5 , 10
dog , 6 , 9
I want to select the record which has highest value of Total for each Name, so my result should be like this:
Name , Top , Total
cat , 3 , 20
horse , 4 , 4
Dog , 6 , 9
I tried group by name order by total, but it give top most record of group by result. Can anyone guide me, please?
Many phones has the functionality to listen to FM radio without connecting to the internet. Just wondering that how can I do this on a computer? Please give me some advices, thanks a lot.
how to call a oracle database storedprocedure from asp.net mvc using nhibernate and how to use sys_refcursor to display a data in view pages give me sample application . thanks
Id like to convert it to uppercase for the simple purpose of formatting so it will adhere to a future case statement. As I thought case statements are case sensitive.
I see all over the place the tr command used in concert with echo commands to give you immediate results such as:
echo "Enter in Location (i.e. SDD-134)"
read answer (user enters "cfg"
echo $answer | tr '[:lower:]' '[:upper:]' which produced
cfg # first echo not upper?
echo $answer #echo it again and it is now upper...
CFG
I have an app that is streaming audio content and sometimes it just
stops all of the suddent.
the logcat windows shows --
AudioHardware pcm playback is going to standby
and that's it.
I saw on another thread (pun intended) that someone was saying it was
because he was using too many threads. Could that really be causing
this? Could igive the audio thread higher priority?
Anyway to prevent the audio hardware pcm from going to standby?
Hello
<input value="1" />
<input value="10" />
<input value="9" />
<input value="4" />
<input value="5" />
I'd like to be able to do that kind of selection:
$('input[value between 6 and 11]');
Which would give me the 9 and 10.
Is there a way to do that ?
Well, the title said everything, I saw some very nice effects using After Effects, but I want to apply those to a Flash game.. will it be useful?, or After Effects only works on cut scenes, animations, etc?
If you have some example, give me a link plz.
Thx.-
Hi i want to get applcation path in one seperate class used in my XAML,WPF applcation.
In Animals.cs,
string aPath2 = Application.StartupPath;
MessageBox.Show(path);
It shws error
error CS0117: 'System.Windows.Application' does not contain a definition for 'StartupPath'
I have to give data to treeview,im taking that all details from file in applcation path.
Hello,
I was wondering if anyone could give me an example or point me to some example code of how to use an NSTableView. I know how to use it in core data but I would like to do this just using plain cocoa code. All I need is a simple add and remove button. Also is it possible to have cocoa write the data to a text file or plist?
Thanks for any help
Hi all,
Trying to build the OCaml Win32 API binaries for OCaml 3.11.0 on Win 7 and I consistently get a message when I try nmake dynamic: 'cannot open input file "ocamlrun.lib"'. My google skills seem to be failing me--is there something I need to do to get this .lib file? It doesn't seem to be part of the libraries which are included in the OCaml binary distribution for Windows. Can anyone give me a pointer in the right direction?
My IN App Purchase application is running fine in iPhone but My data is not retrieve from my app. so please give me the code to retrieve data from my app..
Hi all this XML file is very unique with SVG tags, I am stuck in writing an XSL-fo for this xml file, can one help me out in writing a XSL FO, if not the exact answer, atleast give me a idea of how to write, please see the xml file in the below link.
http://kzekaa.bay.livefilestore.com/y1pDRDfrEn98IkEO7MQ9MEkC-RQE4QxwsrgVV57WrGWK_AEsqzpwJWkydbnE3NVwrMNT2l9mIG7rErd_NPO94Fmrhrm2Z_zleID/Cleaned_file_source.xml
Hi folks,
I am in desperate need of good tutorials on Content Providers in Android. I have been searching in the web for the tutorials but none could give me a clear idea on how content providers work. I'll be grateful if anyone can provide me with sample codes of the projects that implement content providers...
I want to create my own media player. There is so much restriction with default media player control on iphone. I have written lots of applications using default media player.
Now i want to write my own media player.If any one can give pointer from where to start to create custom media player.
Thanks in advance.
Jim.
Typical jQuery over-use:
$('button').click(function() {
alert('Button clicked: ' + $(this).attr('id'));
});
Which can be simplified to:
$('button').click(function() {
alert('Button clicked: ' + this.id);
});
Which is way faster.
Can you give me any more examples of similar jQuery over-use?
I'm designing an RESTful API where some calls are public over HTTP, and some require an API key and encryption over HTTPS. I'm deliberating on what response code should be sent if an HTTP request is sent to one of the private resources. So far the only one that jumps out at me is 412 - Precondition Failed, but the standard indicates that the precondition is imposed by the requester not the server.
Is there an appropriate response code for this condition or do I just need to give in and do 400?
There are a lot of new .NET developers starting careers or school with little to no previous programming experience, or programmers moving from other languages like Perl.
Which .NET language would be the best for new developers to learn in to give them the best learning curve?
I've heard that you can, during installation, add an exception for your app to give permission for it to access the internet through the firewall.
Anyone know how to do this?
hi
I have a warehouse_products table which defines how many products in the warehouses
so lets say I have 20 records/rows in the table, some rows may contain the same product id but in a different warehouse
I need to create select statement that give every product one row, and in this row I must have the quantity in warehouse A and warehouse B ..
so in the end I will get for example 10 rows that contain all the data
Hi,
I build a project in C#.Net 2.0.
From another project I have 5 DLLs.
Is It possible to include the DLL in the exe, that I only give 1 File to people and not x files?
I tried ILMerge, but the output file ever opened a Command prompt with the application - useless.