Click here to Skip to main content
15,920,438 members
Home / Discussions / Visual Basic
   

Visual Basic

 
GeneralRe: TreeView in run time Pin
Dave Kreskowiak8-Jun-04 10:08
mveDave Kreskowiak8-Jun-04 10:08 
GeneralRe: TreeView in run time Pin
Brad Fackrell8-Jun-04 10:12
Brad Fackrell8-Jun-04 10:12 
GeneralRe: TreeView in run time Pin
Brad Fackrell8-Jun-04 11:48
Brad Fackrell8-Jun-04 11:48 
GeneralRe: client/server read and write Pin
fo0lish8-Jun-04 5:45
fo0lish8-Jun-04 5:45 
GeneralRe: client/server read and write Pin
Dave Kreskowiak8-Jun-04 6:47
mveDave Kreskowiak8-Jun-04 6:47 
GeneralRe: client/server read and write Pin
fo0lish9-Jun-04 14:59
fo0lish9-Jun-04 14:59 
GeneralRe: client/server read and write Pin
Dave Kreskowiak9-Jun-04 15:30
mveDave Kreskowiak9-Jun-04 15:30 
Generaladding days to current day being displayed Pin
devgeez8-Jun-04 5:08
devgeez8-Jun-04 5:08 
I have a datagrid where you can click and view form submittions. I am displaying the title of the form and the date the form was submitted. On the original form I had a radio button list that requests the time of the evaluation ie:
<asp:radiobuttonlist id="Time" Runat="server" RepeatDirection="Vertical">
<asp:ListItem Value="Standard (within 90 days)"></asp:ListItem>
<asp:ListItem Value="Escalated (within 60 days)"></asp:ListItem>
<asp:ListItem Value="Urgent (within 30 days)"></asp:ListItem>
</asp:radiobuttonlist>
I have now been asked to display my result page with the date plus what ever the user choose on the radio button.
So something like this 5/01/2004 +30 days = 6/11/2004 (as the day I should display.
or 5/1/2004 +60 days = 7/1/2004 and so on.
Problem is I dont know how to accomplish this.
Can someone guide me...
here is my datagrid
<asp:DataGrid ID="dg" Runat="server" Visible="False" Cellpadding="4" Autogeneratecolumns="false" AllowSorting="true" OnSortCommand="dg_SortCommand">
<columns>
<asp:boundcolumn headertext="DATE SUBMITTED" Datafield="datesubmit" DataFormatString="{0Big Grin | :-D }" SortExpression="datesubmit" />
</columns>
</asp:DataGrid>
GeneralRe: adding days to current day being displayed Pin
Dave Kreskowiak8-Jun-04 5:38
mveDave Kreskowiak8-Jun-04 5:38 
GeneralRe: adding days to current day being displayed Pin
devgeez8-Jun-04 8:16
devgeez8-Jun-04 8:16 
GeneralRe: adding days to current day being displayed Pin
Dave Kreskowiak8-Jun-04 8:43
mveDave Kreskowiak8-Jun-04 8:43 
GeneralRe: adding days to current day being displayed Pin
devgeez9-Jun-04 4:45
devgeez9-Jun-04 4:45 
Generalclient/server read and write Pin
fo0lish8-Jun-04 4:52
fo0lish8-Jun-04 4:52 
GeneralRe: client/server read and write Pin
Dave Kreskowiak8-Jun-04 5:12
mveDave Kreskowiak8-Jun-04 5:12 
GeneralRe: client/server read and write Pin
fo0lish8-Jun-04 5:20
fo0lish8-Jun-04 5:20 
GeneralRe: client/server read and write Pin
Dave Kreskowiak8-Jun-04 5:30
mveDave Kreskowiak8-Jun-04 5:30 
GeneralSet Current Directory Pin
Brad Fackrell8-Jun-04 3:48
Brad Fackrell8-Jun-04 3:48 
GeneralRe: Set Current Directory Pin
Dave Kreskowiak8-Jun-04 3:54
mveDave Kreskowiak8-Jun-04 3:54 
GeneralRe: Set Current Directory Pin
Brad Fackrell8-Jun-04 4:50
Brad Fackrell8-Jun-04 4:50 
Generalsql data adapter Pin
ymohd_2228-Jun-04 0:25
ymohd_2228-Jun-04 0:25 
GeneralRe: sql data adapter Pin
Dave Kreskowiak8-Jun-04 2:51
mveDave Kreskowiak8-Jun-04 2:51 
Generalsnmp Pin
beowulfagate7-Jun-04 22:02
beowulfagate7-Jun-04 22:02 
GeneralRe: snmp Pin
Dave Kreskowiak8-Jun-04 2:46
mveDave Kreskowiak8-Jun-04 2:46 
GeneralRe: snmp Pin
beowulfagate8-Jun-04 14:51
beowulfagate8-Jun-04 14:51 
GeneralRe: snmp Pin
Dave Kreskowiak8-Jun-04 15:14
mveDave Kreskowiak8-Jun-04 15:14 

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.