Click here to Skip to main content
15,887,683 members
Home / Discussions / ASP.NET
   

ASP.NET

 
GeneralRe: JASON POST METHOD DOESNOT WORK WITH ASP.NET 2.0 FRAMEWORK BUT AFTER SETTING IT TO 3.5 IT WORKS.. Pin
HimenDev7-May-15 2:56
HimenDev7-May-15 2:56 
GeneralRe: JASON POST METHOD DOESNOT WORK WITH ASP.NET 2.0 FRAMEWORK BUT AFTER SETTING IT TO 3.5 IT WORKS.. Pin
ZurdoDev7-May-15 2:57
professionalZurdoDev7-May-15 2:57 
GeneralRe: JASON POST METHOD DOESNOT WORK WITH ASP.NET 2.0 FRAMEWORK BUT AFTER SETTING IT TO 3.5 IT WORKS.. Pin
HimenDev7-May-15 3:08
HimenDev7-May-15 3:08 
GeneralRe: JASON POST METHOD DOESNOT WORK WITH ASP.NET 2.0 FRAMEWORK BUT AFTER SETTING IT TO 3.5 IT WORKS.. Pin
ZurdoDev7-May-15 3:17
professionalZurdoDev7-May-15 3:17 
GeneralRe: JASON POST METHOD DOESNOT WORK WITH ASP.NET 2.0 FRAMEWORK BUT AFTER SETTING IT TO 3.5 IT WORKS.. Pin
HimenDev7-May-15 3:22
HimenDev7-May-15 3:22 
GeneralRe: JASON POST METHOD DOESNOT WORK WITH ASP.NET 2.0 FRAMEWORK BUT AFTER SETTING IT TO 3.5 IT WORKS.. Pin
ZurdoDev7-May-15 3:28
professionalZurdoDev7-May-15 3:28 
QuestionHow to play mp4 video file from url to my web site Pin
Käük Kwäý3-May-15 18:23
Käük Kwäý3-May-15 18:23 
AnswerRe: How to play mp4 video file from url to my web site Pin
RajeeshMenoth4-May-15 1:57
professionalRajeeshMenoth4-May-15 1:57 
use HTML5,
HTML
<video width="320" height="240" controls>
        <source src="movie.mp4" type="video/mp4">
        <source src="movie.ogg" type="video/ogg">
 Your browser does not support the video tag. // Fallback message
</video>

Ref :
1)how to play video(with local path) in asp.net
2)Mp4 and all video format working in asp.net
Thanks & Regards
RajeeshMenoth

Blog: rajeeshmenoth.wordpress.com

AnswerRe: How to play mp4 video file from url to my web site Pin
Safi Khan28-May-15 21:24
Safi Khan28-May-15 21:24 
Questionmake a contact form using asp.net c# Pin
Ibrar Tariq2-May-15 15:22
Ibrar Tariq2-May-15 15:22 
AnswerRe: make a contact form using asp.net c# Pin
F-ES Sitecore3-May-15 1:01
professionalF-ES Sitecore3-May-15 1:01 
AnswerRe: make a contact form using asp.net c# Pin
ZurdoDev4-May-15 3:13
professionalZurdoDev4-May-15 3:13 
QuestionASp.net C# server page redirect using visual studio 2013.4 Pin
Ibrar Tariq2-May-15 15:01
Ibrar Tariq2-May-15 15:01 
AnswerRe: ASp.net C# server page redirect using visual studio 2013.4 Pin
Sascha Lefèvre2-May-15 21:43
professionalSascha Lefèvre2-May-15 21:43 
QuestionRe: ASp.net C# server page redirect using visual studio 2013.4 Pin
ZurdoDev4-May-15 3:14
professionalZurdoDev4-May-15 3:14 
QuestionWhile implementing interface concept in asp.net web application getting an error - Internal Compiler Error: stage 'DEFINE' Pin
Member 110118531-May-15 20:13
Member 110118531-May-15 20:13 
AnswerRe: While implementing interface concept in asp.net web application getting an error - Internal Compiler Error: stage 'DEFINE' Pin
F-ES Sitecore2-May-15 1:19
professionalF-ES Sitecore2-May-15 1:19 
Questiondynamically insert textbox in gridview and insert the data of textbox in database Pin
Praveen Kandari30-Apr-15 23:13
Praveen Kandari30-Apr-15 23:13 
AnswerRe: dynamically insert textbox in gridview and insert the data of textbox in database Pin
Arun Banik2-May-15 3:17
Arun Banik2-May-15 3:17 
QuestionPraser Error Pin
Member 1093739330-Apr-15 1:23
Member 1093739330-Apr-15 1:23 
AnswerRe: Praser Error Pin
F-ES Sitecore30-Apr-15 2:17
professionalF-ES Sitecore30-Apr-15 2:17 
SuggestionRe: Praser Error Pin
ZurdoDev30-Apr-15 5:34
professionalZurdoDev30-Apr-15 5:34 
QuestionHow do I access a csv file without hardcoding it in my code? Pin
Norris Chappell29-Apr-15 15:09
Norris Chappell29-Apr-15 15:09 
AnswerRe: How do I access a csv file without hardcoding it in my code? Pin
Abhinav S29-Apr-15 17:04
Abhinav S29-Apr-15 17:04 
QuestionRe: How do I access a csv file without hardcoding it in my code? Pin
Norris Chappell30-Apr-15 4:56
Norris Chappell30-Apr-15 4:56 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.