Click here to Skip to main content
15,891,529 members
Home / Discussions / ASP.NET
   

ASP.NET

 
GeneralRe: C# getting Text Box Value of a DEEPLY nested Control Pin
Christian Graus20-Oct-09 13:21
protectorChristian Graus20-Oct-09 13:21 
QuestionGridview Checkbox Not Updating on RowCommand Pin
janetb9920-Oct-09 7:29
janetb9920-Oct-09 7:29 
AnswerRe: Gridview Checkbox Not Updating on RowCommand Pin
janetb9920-Oct-09 11:08
janetb9920-Oct-09 11:08 
QuestionASP.NET - Scrollable Panel and Placing ListView in that Pin
Venkat NP20-Oct-09 5:58
Venkat NP20-Oct-09 5:58 
AnswerRe: ASP.NET - Scrollable Panel and Placing ListView in that Pin
Not Active20-Oct-09 8:07
mentorNot Active20-Oct-09 8:07 
Questionstartdate in dropdownlist Pin
m@dhu20-Oct-09 3:49
m@dhu20-Oct-09 3:49 
AnswerRe: startdate in dropdownlist Pin
Abhijit Jana20-Oct-09 4:00
professionalAbhijit Jana20-Oct-09 4:00 
GeneralRe: startdate in dropdownlist Pin
m@dhu20-Oct-09 4:15
m@dhu20-Oct-09 4:15 
im able to insert it..
i want to retrieve startdate column and transfer to other page using session..
using datareader i stored that column in a string
SqlDataReader dr = cmd.ExecuteReader();
                while (dr.Read())
                { Session["startdate"] = dr["startdate"];
                 }


in next page to tranfer the value
if i write this
DropDownList1.SelectedItem.Text= Session["startdate"].ToString();

im getting complete date(10/20/2001) in DropDownList1..
but what i want is ddl1(10) ddl2(20) ddl3(2001) as i inserted...
GeneralRe: startdate in dropdownlist Pin
Richard MacCutchan20-Oct-09 4:19
mveRichard MacCutchan20-Oct-09 4:19 
GeneralRe: startdate in dropdownlist Pin
Abhijit Jana20-Oct-09 4:44
professionalAbhijit Jana20-Oct-09 4:44 
GeneralRe: startdate in dropdownlist Pin
m@dhu20-Oct-09 19:45
m@dhu20-Oct-09 19:45 
GeneralRe: startdate in dropdownlist Pin
Abhijit Jana20-Oct-09 20:03
professionalAbhijit Jana20-Oct-09 20:03 
GeneralRe: startdate in dropdownlist Pin
Nisha Agrawal20-Oct-09 20:25
Nisha Agrawal20-Oct-09 20:25 
GeneralRe: startdate in dropdownlist Pin
Abhijit Jana20-Oct-09 21:27
professionalAbhijit Jana20-Oct-09 21:27 
GeneralRe: startdate in dropdownlist Pin
Richard MacCutchan21-Oct-09 0:13
mveRichard MacCutchan21-Oct-09 0:13 
GeneralRe: startdate in dropdownlist Pin
m@dhu20-Oct-09 21:29
m@dhu20-Oct-09 21:29 
GeneralRe: startdate in dropdownlist Pin
Abhijit Jana20-Oct-09 21:35
professionalAbhijit Jana20-Oct-09 21:35 
AnswerRe: startdate in dropdownlist Pin
J4amieC20-Oct-09 4:03
J4amieC20-Oct-09 4:03 
GeneralRe: startdate in dropdownlist Pin
Richard MacCutchan21-Oct-09 0:11
mveRichard MacCutchan21-Oct-09 0:11 
QuestionDisplay the link and content in my site using RSS Pin
yesu prakash20-Oct-09 2:12
yesu prakash20-Oct-09 2:12 
AnswerRe: Display the link and content in my site using RSS Pin
Abhijit Jana20-Oct-09 3:34
professionalAbhijit Jana20-Oct-09 3:34 
GeneralRe: Display the link and content in my site using RSS Pin
yesu prakash20-Oct-09 17:50
yesu prakash20-Oct-09 17:50 
GeneralRe: Display the link and content in my site using RSS Pin
Abhijit Jana20-Oct-09 20:22
professionalAbhijit Jana20-Oct-09 20:22 
GeneralRe: Display the link and content in my site using RSS Pin
yesu prakash20-Oct-09 20:45
yesu prakash20-Oct-09 20:45 
GeneralRe: Display the link and content in my site using RSS Pin
yesu prakash21-Oct-09 17:44
yesu prakash21-Oct-09 17: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.