Click here to Skip to main content
15,920,896 members
Home / Discussions / ASP.NET
   

ASP.NET

 
QuestionUpdate panel in asp.net Pin
Harry@NewDelhi24-Sep-09 0:21
Harry@NewDelhi24-Sep-09 0:21 
AnswerRe: Update panel in asp.net Pin
Christian Graus24-Sep-09 0:34
protectorChristian Graus24-Sep-09 0:34 
AnswerRe: Update panel in asp.net Pin
sashidhar24-Sep-09 0:46
sashidhar24-Sep-09 0:46 
QuestionFetch value from dropdown into a text box using javascript Pin
amittinku24-Sep-09 0:17
amittinku24-Sep-09 0:17 
AnswerRe: Fetch value from dropdown into a text box using javascript Pin
sris 42624-Sep-09 0:23
sris 42624-Sep-09 0:23 
GeneralRe: Fetch value from dropdown into a text box using javascript Pin
Christian Graus24-Sep-09 0:37
protectorChristian Graus24-Sep-09 0:37 
QuestionDate using Calendar.setup Pin
Harry@NewDelhi24-Sep-09 0:15
Harry@NewDelhi24-Sep-09 0:15 
AnswerRe: Date using Calendar.setup Pin
sashidhar24-Sep-09 0:31
sashidhar24-Sep-09 0:31 
I think Its Ok With Using .Did U Use For Button Click Like This
<img src="../Img/cal.gif" id="f_triggerDOB_b" onmousedown="initCalc('f_dateDOB_b','f_triggerDOB_b');" />
 function initCalc(inputfield,button){
    Calendar.setup({
        inputField     :    inputfield,      // id of the input field
        ifFormat       :    "%m/%d/%Y %I:%M %p",       // format of the input field
        showsTime      :    true,            // will display a time selector
        button         :    button,   // trigger for the calendar (button ID)
        singleClick    :    true,           // double-click mode
        step           :    1                // show all years in drop-down boxes (instead of every other year as default)
    });
    }


But If You r using ajax why to use Third party Control.Did You lokk at this..!

http://www.asp.net/AJAX/AjaxControlToolkit/Samples/Calendar/Calendar.aspx[^]

If It Helps Click It as Answer

Questionto store connection string in different web.config files in different loacations and machines Pin
myms.net24-Sep-09 0:13
myms.net24-Sep-09 0:13 
AnswerRe: to store connection string in different web.config files in different loacations and machines Pin
sashidhar24-Sep-09 0:19
sashidhar24-Sep-09 0:19 
GeneralRe: to store connection string in different web.config files in different loacations and machines Pin
myms.net24-Sep-09 0:32
myms.net24-Sep-09 0:32 
GeneralRe: to store connection string in different web.config files in different loacations and machines Pin
sashidhar24-Sep-09 0:49
sashidhar24-Sep-09 0:49 
GeneralRe: to store connection string in different web.config files in different loacations and machines Pin
myms.net24-Sep-09 1:02
myms.net24-Sep-09 1:02 
AnswerRe: to store connection string in different web.config files in different loacations and machines Pin
Gamzun24-Sep-09 8:36
Gamzun24-Sep-09 8:36 
Questionasp.net Pin
rajni_nanu23-Sep-09 23:50
rajni_nanu23-Sep-09 23:50 
AnswerRe: asp.net Pin
sashidhar23-Sep-09 23:54
sashidhar23-Sep-09 23:54 
AnswerRe: asp.net Pin
Christian Graus24-Sep-09 0:39
protectorChristian Graus24-Sep-09 0:39 
Questionsubstring Pin
ritasaumya23-Sep-09 23:50
ritasaumya23-Sep-09 23:50 
AnswerRe: substring Pin
N a v a n e e t h23-Sep-09 23:55
N a v a n e e t h23-Sep-09 23:55 
AnswerRe: substring Pin
sashidhar23-Sep-09 23:56
sashidhar23-Sep-09 23:56 
AnswerRe: substring Pin
sris 42624-Sep-09 0:05
sris 42624-Sep-09 0:05 
AnswerRe: substring Pin
Christian Graus24-Sep-09 0:40
protectorChristian Graus24-Sep-09 0:40 
Questionajax tab panel Pin
KhandelwalA23-Sep-09 23:48
KhandelwalA23-Sep-09 23:48 
AnswerRe: ajax tab panel Pin
sashidhar24-Sep-09 0:02
sashidhar24-Sep-09 0:02 
QuestionRadiobuttonlist+AJAX Modal POPup Control Pin
Udayaraju23-Sep-09 23:44
Udayaraju23-Sep-09 23:44 

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.