Click here to Skip to main content
16,011,626 members
Home / Discussions / ASP.NET
   

ASP.NET

 
GeneralRe: seSendin mail in asp.net Pin
aransiola10-May-07 22:40
aransiola10-May-07 22:40 
Questionasp.net DatePicker control Pin
aransiola10-May-07 8:43
aransiola10-May-07 8:43 
AnswerRe: asp.net DatePicker control Pin
enjoycrack10-May-07 15:54
enjoycrack10-May-07 15:54 
AnswerRe: asp.net DatePicker control Pin
varshavmane10-May-07 19:14
varshavmane10-May-07 19:14 
Questiongridview with Edit option Pin
aransiola10-May-07 8:37
aransiola10-May-07 8:37 
AnswerRe: gridview with Edit option Pin
Sherin Iranimose10-May-07 18:02
Sherin Iranimose10-May-07 18:02 
GeneralRe: gridview with Edit option Pin
aransiola10-May-07 22:37
aransiola10-May-07 22:37 
GeneralRe: gridview with Edit option Pin
Sherin Iranimose10-May-07 22:47
Sherin Iranimose10-May-07 22:47 
You need to add an 'Edit Item Template' inside the grid view.
For that

2.Inside 'edit item template' put ur datepicker control(whatever it is).
<asp:TemplateField>
                   <EditItemTemplate>
                       <asp:Calendar ID="Calendar1"            runat="server"></asp:Calendar>
                   </EditItemTemplate>
               </asp:TemplateField>






Sherin Iranimose

GeneralRe: gridview with Edit option Pin
aransiola12-May-07 1:43
aransiola12-May-07 1:43 
QuestionPage themes Pin
DanB198310-May-07 8:25
DanB198310-May-07 8:25 
AnswerRe: Page themes Pin
DanB198310-May-07 8:39
DanB198310-May-07 8:39 
Questionhelp needed urgently Pin
ahsan201110-May-07 7:38
ahsan201110-May-07 7:38 
AnswerRe: help needed urgently Pin
SimulationofSai10-May-07 9:14
SimulationofSai10-May-07 9:14 
AnswerRe: help needed urgently Pin
sooreeagt10-May-07 18:29
sooreeagt10-May-07 18:29 
QuestionGridView unique ID issues Pin
Sam Heller10-May-07 6:48
Sam Heller10-May-07 6:48 
AnswerRe: GridView unique ID issues Pin
PSK_10-May-07 19:40
PSK_10-May-07 19:40 
GeneralRe: GridView unique ID issues Pin
Sam Heller10-May-07 22:47
Sam Heller10-May-07 22:47 
QuestionError while using Word object in ASP.Net Pin
Shakila Karunamurthy10-May-07 6:36
Shakila Karunamurthy10-May-07 6:36 
AnswerRe: Error while using Word object in ASP.Net Pin
DanB198310-May-07 8:29
DanB198310-May-07 8:29 
QuestionAdRotator Control and doubleclick adserving Pin
shaunll10-May-07 6:02
shaunll10-May-07 6:02 
Questionasp.net cookies Pin
maganti.venkat10-May-07 5:36
maganti.venkat10-May-07 5:36 
AnswerRe: asp.net cookies Pin
Guffa10-May-07 8:01
Guffa10-May-07 8:01 
QuestionGridView bind with dropdown, needed page refresh .. Pin
Milw199110-May-07 5:35
Milw199110-May-07 5:35 
AnswerRe: GridView bind with dropdown, needed page refresh .. Pin
SimulationofSai10-May-07 9:17
SimulationofSai10-May-07 9:17 
GeneralRe: GridView bind with dropdown, needed page refresh .. Pin
Milw199111-May-07 8:57
Milw199111-May-07 8:57 

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.