Click here to Skip to main content
15,908,455 members
Home / Discussions / ASP.NET
   

ASP.NET

 
GeneralRe: Enable options according to button click Pin
<<Tash18>>18-Jun-09 1:32
<<Tash18>>18-Jun-09 1:32 
GeneralRe: Enable options according to button click Pin
himanshu256118-Jun-09 1:42
himanshu256118-Jun-09 1:42 
Questionfind htmlhyperlink in gridview [modified] Pin
vikas shukla17-Jun-09 21:56
vikas shukla17-Jun-09 21:56 
AnswerRe: find htmlhyperlink in gridview Pin
Christian Graus17-Jun-09 21:58
protectorChristian Graus17-Jun-09 21:58 
Questionmaster pages Pin
jarbo3a17-Jun-09 21:43
jarbo3a17-Jun-09 21:43 
AnswerRe: master pages Pin
Christian Graus17-Jun-09 21:46
protectorChristian Graus17-Jun-09 21:46 
GeneralRe: master pages Pin
Abhishek Sur17-Jun-09 21:55
professionalAbhishek Sur17-Jun-09 21:55 
Questionhandler is not getting called in mozilla and safari... [modified] Pin
llibin17-Jun-09 21:32
llibin17-Jun-09 21:32 
hi...
In my application i created a generic handler an i called the generic handler in my page.. the code is given bellow

<asp:gridview id="GridView1" runat="server"
="" gridlines="Vertical" autogeneratecolumns="false">
<columns>
<asp:boundfield datafield="Video_Name" headertext="Name">
<asp:templatefield headertext="Video">
<itemtemplate>
<object id="player" classid="clsid:6BF52A52-394A11DB153-00C04F79FAA6" height="170" width="300">
<param name="url" value="<%# "HandlerAudioVideo.ashx?id=" + Eval("id")%>" />
<param name="showcontrols" value="true" />
<param name="autostart" value="true" />






but when i use this codes in mozilla and safari it does nt call the handler but when i use IE as my browser it gets called and the page is function as well...

Oopppzz!!!!!!!

modified on Thursday, June 18, 2009 3:54 AM

AnswerRe: handler is not getting called in mozilla and safari... Pin
Christian Graus17-Jun-09 21:42
protectorChristian Graus17-Jun-09 21:42 
AnswerRe: handler is not getting called in mozilla and safari... Pin
Abhishek Sur17-Jun-09 21:50
professionalAbhishek Sur17-Jun-09 21:50 
Questionhow to prevent direct access to pdf file? Pin
Tridip Bhattacharjee17-Jun-09 20:57
professionalTridip Bhattacharjee17-Jun-09 20:57 
AnswerRe: how to prevent direct access to pdf file? Pin
Vimalsoft(Pty) Ltd17-Jun-09 21:18
professionalVimalsoft(Pty) Ltd17-Jun-09 21:18 
GeneralRe: how to prevent direct access to pdf file? Pin
Abhishek Sur17-Jun-09 21:41
professionalAbhishek Sur17-Jun-09 21:41 
GeneralRe: how to prevent direct access to pdf file? Pin
Vimalsoft(Pty) Ltd17-Jun-09 21:46
professionalVimalsoft(Pty) Ltd17-Jun-09 21:46 
GeneralRe: how to prevent direct access to pdf file? Pin
Greg Chelstowski17-Jun-09 21:48
Greg Chelstowski17-Jun-09 21:48 
GeneralRe: how to prevent direct access to pdf file? Pin
Christian Graus17-Jun-09 21:50
protectorChristian Graus17-Jun-09 21:50 
GeneralRe: how to prevent direct access to pdf file? Pin
Greg Chelstowski17-Jun-09 21:52
Greg Chelstowski17-Jun-09 21:52 
GeneralRe: how to prevent direct access to pdf file? Pin
Vimalsoft(Pty) Ltd17-Jun-09 21:54
professionalVimalsoft(Pty) Ltd17-Jun-09 21:54 
GeneralRe: how to prevent direct access to pdf file? Pin
Abhishek Sur17-Jun-09 22:01
professionalAbhishek Sur17-Jun-09 22:01 
GeneralRe: how to prevent direct access to pdf file? Pin
Vimalsoft(Pty) Ltd17-Jun-09 22:24
professionalVimalsoft(Pty) Ltd17-Jun-09 22:24 
QuestionHtml Encryption due to security reason? Pin
Tridip Bhattacharjee17-Jun-09 20:51
professionalTridip Bhattacharjee17-Jun-09 20:51 
AnswerRe: Html Encryption due to security reason? Pin
Abhishek Sur17-Jun-09 21:37
professionalAbhishek Sur17-Jun-09 21:37 
QuestionHow to put java script.... Pin
igaurav17-Jun-09 20:50
igaurav17-Jun-09 20:50 
AnswerRe: How to put java script.... Pin
Amol-11117-Jun-09 21:31
Amol-11117-Jun-09 21:31 
GeneralRe: How to put java script.... Pin
igaurav17-Jun-09 23:15
igaurav17-Jun-09 23:15 

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.