Click here to Skip to main content
15,886,963 members
Home / Discussions / ASP.NET
   

ASP.NET

 
GeneralRe: help query? Pin
himanshu25613-Jul-09 20:44
himanshu25613-Jul-09 20:44 
GeneralRe: help query? Pin
KhandelwalA3-Jul-09 20:55
KhandelwalA3-Jul-09 20:55 
GeneralRe: help query? Pin
himanshu25613-Jul-09 21:25
himanshu25613-Jul-09 21:25 
Questionwebsite deployment Pin
naveen attri3-Jul-09 19:43
naveen attri3-Jul-09 19:43 
AnswerRe: website deployment Pin
rahul_bit3-Jul-09 19:59
rahul_bit3-Jul-09 19:59 
AnswerRe: website deployment Pin
Abhijit Jana3-Jul-09 21:50
professionalAbhijit Jana3-Jul-09 21:50 
QuestionJavascript or jQuery datepicker Pin
parthiban@ashok3-Jul-09 19:26
parthiban@ashok3-Jul-09 19:26 
AnswerRe: Javascript or jQuery datepicker Pin
K03063-Jul-09 19:36
K03063-Jul-09 19:36 
Use AJAX Extensible 2.0. Download AjaxControlToolkit.dll version 3.5, in there there is lot of controls as well as Calendar Control.

Use this code after you include that dll.

<asp:TextBox ID="txttest" runat="server"></asp:TextBox>
<img alt="Calander" id="imgCal" runat="server" src="~/image/Calenda.gif" />
<ajaxToolkit:CalendarExtender Enabled="true" PopupPosition="BottomRight" runat="server"
ID="cal" TargetControlID="txttest" Format="MMM dd, yyyy" PopupButtonID="imgCal">
</ajaxToolkit:CalendarExtender>

Try this link for download
AJAX[^]
AnswerRe: Javascript or jQuery datepicker Pin
himanshu25613-Jul-09 19:37
himanshu25613-Jul-09 19:37 
Questionjavascript text box seletected text Pin
nikhil12343-Jul-09 11:17
nikhil12343-Jul-09 11:17 
AnswerRe: javascript text box seletected text Pin
Christian Graus3-Jul-09 11:19
protectorChristian Graus3-Jul-09 11:19 
GeneralRe: javascript text box seletected text Pin
nikhil12343-Jul-09 11:44
nikhil12343-Jul-09 11:44 
GeneralRe: javascript text box seletected text Pin
Christian Graus4-Jul-09 15:08
protectorChristian Graus4-Jul-09 15:08 
AnswerRe: javascript text box seletected text Pin
satigar1238-Jul-09 8:33
satigar1238-Jul-09 8:33 
Questionjavascript document.forms.submit () equivalent in asp .net. Pin
boggs3-Jul-09 9:45
boggs3-Jul-09 9:45 
AnswerRe: javascript document.forms.submit () equivalent in asp .net. Pin
Christian Graus3-Jul-09 9:49
protectorChristian Graus3-Jul-09 9:49 
Questionusing the calendar control in 2.0 [modified] Pin
Brad Leydorf3-Jul-09 8:06
Brad Leydorf3-Jul-09 8:06 
AnswerRe: using the calendar control in 2.0 Pin
Brad Leydorf3-Jul-09 8:08
Brad Leydorf3-Jul-09 8:08 
Questionhow to draw rectangle in middle of the asp.net form.. Pin
priyareguri3-Jul-09 7:49
priyareguri3-Jul-09 7:49 
AnswerRe: how to draw rectangle in middle of the asp.net form.. Pin
Manas Bhardwaj3-Jul-09 7:58
professionalManas Bhardwaj3-Jul-09 7:58 
QuestionXML-feed from Twitter [modified] Pin
[NO]Horge3-Jul-09 7:30
[NO]Horge3-Jul-09 7:30 
AnswerRe: XML-feed from Twitter Pin
Christian Graus3-Jul-09 9:22
protectorChristian Graus3-Jul-09 9:22 
QuestionText Property of Dropdownlist Pin
Pankaj183-Jul-09 5:20
Pankaj183-Jul-09 5:20 
AnswerRe: Text Property of Dropdownlist Pin
Not Active3-Jul-09 5:34
mentorNot Active3-Jul-09 5:34 
Question[Message Deleted] Pin
Muruvet Kaplan3-Jul-09 4:38
Muruvet Kaplan3-Jul-09 4:38 

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.