Click here to Skip to main content
15,880,956 members
Home / Discussions / ASP.NET
   

ASP.NET

 
AnswerRe: Read binary of .RAW file as image Pin
ramki.pindi16-Sep-09 21:54
ramki.pindi16-Sep-09 21:54 
GeneralRe: Read binary of .RAW file as image Pin
RajeevKumarSharma16-Sep-09 23:45
RajeevKumarSharma16-Sep-09 23:45 
GeneralRe: Read binary of .RAW file as image Pin
droth1717-Sep-09 3:56
droth1717-Sep-09 3:56 
AnswerRe: Read binary of .RAW file as image Pin
Muhammad Mazhar17-Sep-09 9:14
Muhammad Mazhar17-Sep-09 9:14 
GeneralRe: Read binary of .RAW file as image Pin
RajeevKumarSharma17-Sep-09 18:28
RajeevKumarSharma17-Sep-09 18:28 
GeneralRe: Read binary of .RAW file as image Pin
Muhammad Mazhar18-Sep-09 9:33
Muhammad Mazhar18-Sep-09 9:33 
QuestionQuestion about tag : <form> and runat="server".</form> Pin
lsh486love16-Sep-09 21:14
lsh486love16-Sep-09 21:14 
AnswerRe: Question about tag : and runat="server". Pin
sashidhar16-Sep-09 21:32
sashidhar16-Sep-09 21:32 
I dont Think U have to Use tag again i.e. the masterpage has a form tag

But If u want to use the Script tag
then use it in Content place holder Like Below
<asp:Content ID="Content2" ContentPlaceHolderID="ContentPlaceHolder1" Runat="Server">

    <script type="text/javascript">
    function checkDate(sender, args) {
        if (sender._selectedDate > new Date()) {
            alert("You cannot select a day greater than today!");
            sender._selectedDate = new Date();
            // set the date back to the current date
            sender._textbox.set_Value(sender._selectedDate.format(sender._format))
        }
    }
      </script>


If It Helps Click It as Answer

AnswerRe: Question about tag : and runat="server". Pin
sashidhar16-Sep-09 21:34
sashidhar16-Sep-09 21:34 
AnswerRe: Question about tag : and runat="server". Pin
Prabhakar Parihar18-Sep-09 22:12
Prabhakar Parihar18-Sep-09 22:12 
QuestionError in asp while sending mail using MS outlook Pin
WinCrs16-Sep-09 19:16
WinCrs16-Sep-09 19:16 
AnswerRe: Error in asp while sending mail using MS outlook Pin
Christian Graus16-Sep-09 19:17
protectorChristian Graus16-Sep-09 19:17 
GeneralRe: Error in asp while sending mail using MS outlook Pin
WinCrs16-Sep-09 19:28
WinCrs16-Sep-09 19:28 
GeneralRe: Error in asp while sending mail using MS outlook Pin
Abhijit Jana16-Sep-09 20:01
professionalAbhijit Jana16-Sep-09 20:01 
Questionweb.config Pin
KhandelwalA16-Sep-09 19:14
KhandelwalA16-Sep-09 19:14 
AnswerRe: web.config Pin
Christian Graus16-Sep-09 19:19
protectorChristian Graus16-Sep-09 19:19 
GeneralRe: web.config Pin
KhandelwalA16-Sep-09 20:00
KhandelwalA16-Sep-09 20:00 
GeneralRe: web.config Pin
Abhijit Jana16-Sep-09 20:26
professionalAbhijit Jana16-Sep-09 20:26 
AnswerRe: web.config Pin
sashidhar16-Sep-09 20:58
sashidhar16-Sep-09 20:58 
GeneralRe: web.config Pin
Abhijit Jana16-Sep-09 21:10
professionalAbhijit Jana16-Sep-09 21:10 
GeneralRe: web.config Pin
sashidhar16-Sep-09 22:44
sashidhar16-Sep-09 22:44 
Answer[Message Deleted] Pin
Prabhakar Parihar18-Sep-09 22:19
Prabhakar Parihar18-Sep-09 22:19 
AnswerRe: web.config [modified] Pin
Prabhakar Parihar18-Sep-09 22:20
Prabhakar Parihar18-Sep-09 22:20 
Questionparsing of rss url using asp.net Pin
Member 464032616-Sep-09 19:02
Member 464032616-Sep-09 19:02 
AnswerRe: parsing of rss url using asp.net Pin
Abhijit Jana16-Sep-09 19:06
professionalAbhijit Jana16-Sep-09 19:06 

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.