Click here to Skip to main content
15,899,314 members
Home / Discussions / ASP.NET
   

ASP.NET

 
AnswerRe: button click clarifications Pin
John-ph29-Oct-07 1:03
John-ph29-Oct-07 1:03 
Questiondhtml And javascript Pin
Kannan Ramasamy28-Oct-07 23:01
Kannan Ramasamy28-Oct-07 23:01 
Questionhow can i take only month from datetime variable Pin
Harun_asp.net28-Oct-07 22:24
Harun_asp.net28-Oct-07 22:24 
AnswerRe: how can i take only month from datetime variable Pin
Lijo Rajan28-Oct-07 22:36
Lijo Rajan28-Oct-07 22:36 
GeneralRe: how can i take only month from datetime variable Pin
Harun_asp.net28-Oct-07 23:28
Harun_asp.net28-Oct-07 23:28 
Answerhow can i take only month from datetime variable Pin
Sarani Ravindran28-Oct-07 22:40
Sarani Ravindran28-Oct-07 22:40 
AnswerRe: how can i take only month from datetime variable Pin
N a v a n e e t h28-Oct-07 22:44
N a v a n e e t h28-Oct-07 22:44 
Questionhyperlink column in gridview Pin
Sunil Wise28-Oct-07 21:49
professionalSunil Wise28-Oct-07 21:49 
i have one gridview in my application ihave filled my gridview with the values from database now i want title column to be hyperlink and when i click on this column value the file which is in the server system at the specified location i.e., feedback path to be downloaded in the client system

below is the code for filling gridview with database values
-----------------------------------------------------------
DataSet ds = new DataSet();
SqlConnection cn = new SqlConnection("Persist Security Info=False;User ID=sa;Initial Catalog=Mtlinecount;Data Source=Ms05");
SqlDataAdapter da = new SqlDataAdapter("select h.Sitename,Title,feedbackpath,Createddate from QAfeedbackDetails qa inner join hospital h on h.siteid=qa.siteid where qa.Siteid=h.siteid and createddate between '" + txtFromDate.Text + "'and '" + txtToDate.Text + "'", con);
da.Fill(ds, "QAFeedbackDetails");
gvFeedback.DataSource = ds.Tables[0];
gvFeedback.DataBind();

thank in advance for u r help
AnswerRe: hyperlink column in gridview Pin
Imran Khan Pathan28-Oct-07 23:14
Imran Khan Pathan28-Oct-07 23:14 
GeneralRe: hyperlink column in gridview Pin
Sunil Wise29-Oct-07 0:25
professionalSunil Wise29-Oct-07 0:25 
QuestionImages delete. Pin
jai 12328-Oct-07 21:45
jai 12328-Oct-07 21:45 
AnswerRe: Images delete. Pin
Guffa28-Oct-07 23:01
Guffa28-Oct-07 23:01 
QuestionDifference between ASP.NET 1.x and 2.x Pin
Khan.Bangash28-Oct-07 21:44
Khan.Bangash28-Oct-07 21:44 
QuestionHow to make datareport enable online which r smoothly working at localhost in asp.net?? Pin
BeBadgujar28-Oct-07 21:09
BeBadgujar28-Oct-07 21:09 
QuestionLogin control and roles Pin
G.K.M.28-Oct-07 21:02
G.K.M.28-Oct-07 21:02 
QuestionRedirect from https to http Pin
Prakash_Mishra28-Oct-07 20:49
Prakash_Mishra28-Oct-07 20:49 
AnswerRe: Redirect from https to http Pin
N a v a n e e t h28-Oct-07 21:11
N a v a n e e t h28-Oct-07 21:11 
GeneralRe: Redirect from https to http Pin
Prakash_Mishra28-Oct-07 22:10
Prakash_Mishra28-Oct-07 22:10 
AnswerRe: Redirect from https to http Pin
Ghazi H. Wadi28-Oct-07 21:19
Ghazi H. Wadi28-Oct-07 21:19 
GeneralRe: Redirect from https to http Pin
Prakash_Mishra28-Oct-07 22:09
Prakash_Mishra28-Oct-07 22:09 
Questiondatagrid doubt Pin
saravanan0528-Oct-07 20:49
saravanan0528-Oct-07 20:49 
AnswerRe: datagrid doubt Pin
soni uma28-Oct-07 20:58
soni uma28-Oct-07 20:58 
AnswerRe: datagrid doubt Pin
N a v a n e e t h28-Oct-07 20:58
N a v a n e e t h28-Oct-07 20:58 
AnswerRe: datagrid doubt Pin
Lijo Rajan28-Oct-07 20:59
Lijo Rajan28-Oct-07 20:59 
GeneralRe: datagrid doubt Pin
saravanan0528-Oct-07 21:15
saravanan0528-Oct-07 21:15 

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.