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

ASP.NET

 
QuestionError while providing file download in webpage Pin
seee sharp2-Aug-06 23:20
seee sharp2-Aug-06 23:20 
AnswerRe: Error while providing file download in webpage Pin
ToddHileHoffer3-Aug-06 2:50
ToddHileHoffer3-Aug-06 2:50 
GeneralRe: Error while providing file download in webpage Pin
seee sharp3-Aug-06 3:09
seee sharp3-Aug-06 3:09 
GeneralRe: Error while providing file download in webpage Pin
ToddHileHoffer3-Aug-06 3:19
ToddHileHoffer3-Aug-06 3:19 
GeneralRe: Error while providing file download in webpage Pin
seee sharp4-Aug-06 4:01
seee sharp4-Aug-06 4:01 
Questionhow to call frame page using webrequest Pin
nilesh28742-Aug-06 23:06
nilesh28742-Aug-06 23:06 
AnswerRe: how to call frame page using webrequest Pin
Guffa3-Aug-06 3:00
Guffa3-Aug-06 3:00 
QuestionHow to compute end date given the start date? Pin
blurMember2-Aug-06 22:54
blurMember2-Aug-06 22:54 
A project in .NET 2.0 C#. I have used the calendar to let user select the start date. However I do not know how to calculate the end date if the duration is 3 months after clicking the submit button. The end date will be displayed at the lblEndDate.

<br />
public DateTime strEnd;    <br />
protected void Calendar1_SelectionChanged(object sender, EventArgs e)<br />
    {<br />
        txtStartDate.Text = Calendar1.SelectedDate.ToString("dd MMM yyyy");<br />
    }<br />
    protected void btnStart_Click(object sender, EventArgs e)<br />
    {<br />
        //strEnd = txtStartDate.Text.ToString();<br />
        //lblEndDate.Text = strEnd.AddDays(90);        <br />
    }<br />


thanks in advance. Much appreciated.

AnswerRe: How to compute end date given the start date? Pin
_AK_2-Aug-06 23:17
_AK_2-Aug-06 23:17 
GeneralRe: How to compute end date given the start date? Pin
blurMember2-Aug-06 23:44
blurMember2-Aug-06 23:44 
GeneralRe: How to compute end date given the start date? Pin
_AK_2-Aug-06 23:47
_AK_2-Aug-06 23:47 
AnswerRe: How to compute end date given the start date? Pin
mnaveed2-Aug-06 23:37
mnaveed2-Aug-06 23:37 
GeneralRe: How to compute end date given the start date? Pin
blurMember2-Aug-06 23:46
blurMember2-Aug-06 23:46 
QuestionInclude aspx file within aspx file Pin
doyang2-Aug-06 22:13
doyang2-Aug-06 22:13 
AnswerRe: Include aspx file within aspx file Pin
enjoycrack3-Aug-06 2:39
enjoycrack3-Aug-06 2:39 
AnswerRe: Include aspx file within aspx file Pin
Not Active3-Aug-06 3:58
mentorNot Active3-Aug-06 3:58 
QuestionExport to excel sheet wise Pin
sharath072-Aug-06 21:50
sharath072-Aug-06 21:50 
AnswerRe: Export to excel sheet wise Pin
VenkataRamana.Gali3-Aug-06 0:09
VenkataRamana.Gali3-Aug-06 0:09 
GeneralRe: Export to excel sheet wise Pin
sharath073-Aug-06 20:50
sharath073-Aug-06 20:50 
QuestionComplete path From Fileupload Pin
sabby20062-Aug-06 21:30
sabby20062-Aug-06 21:30 
AnswerRe: Complete path From Fileupload Pin
_AK_2-Aug-06 23:28
_AK_2-Aug-06 23:28 
GeneralRe: Complete path From Fileupload Pin
sabby20063-Aug-06 0:58
sabby20063-Aug-06 0:58 
GeneralRe: Complete path From Fileupload Pin
_AK_3-Aug-06 1:12
_AK_3-Aug-06 1:12 
Questiongetting iism error in iis browser Pin
sanjaygowda2-Aug-06 21:08
sanjaygowda2-Aug-06 21:08 
AnswerRe: getting iism error in iis browser Pin
_AK_2-Aug-06 22:08
_AK_2-Aug-06 22:08 

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.