Click here to Skip to main content
15,886,199 members
Home / Discussions / ASP.NET
   

ASP.NET

 
AnswerRe: end to end communication + asp.net Pin
iamalik12-Mar-09 0:10
professionaliamalik12-Mar-09 0:10 
AnswerRe: end to end communication + asp.net Pin
Abhijit Jana12-Mar-09 0:15
professionalAbhijit Jana12-Mar-09 0:15 
GeneralRe: end to end communication + asp.net Pin
Rajeesh MP12-Mar-09 1:27
Rajeesh MP12-Mar-09 1:27 
QuestionAjax? Pin
Karthick_gc11-Mar-09 22:19
Karthick_gc11-Mar-09 22:19 
AnswerRe: Ajax? Pin
SeMartens11-Mar-09 22:24
SeMartens11-Mar-09 22:24 
AnswerRe: Ajax? Pin
Christian Graus11-Mar-09 23:11
protectorChristian Graus11-Mar-09 23:11 
AnswerRe: Ajax? Pin
Abhijit Jana11-Mar-09 23:55
professionalAbhijit Jana11-Mar-09 23:55 
QuestionDate format Pin
rakeshs31211-Mar-09 21:57
rakeshs31211-Mar-09 21:57 
Hi ,

Ihave a datagrid ,and the code for the date field is some what

<asp:BoundColumn DataField="RegistrationDate" HeaderText="Reg Date" SortExpression="RegistrationDate" DataFormatString="{0:yyyy/mmm/dd}">
<HeaderStyle Font-Bold="True" Wrap="False"></HeaderStyle>
<ItemStyle Wrap="False"></ItemStyle>
</asp:BoundColumn>


but the date is not comming in the yyyy/mmm/dd format

in the datagrid i enabled the sorting and i am using the following code for that

DataSet ds = CandidateManager.getCandidateDetails(cboStatus.SelectedValue, cboLocation.SelectedItem.Text.Trim(),cboType.SelectedItem.Text.Trim(),txtName.Text.Trim(),txtCurrentOrg.Text.Trim(),txtRegFromDate.Text.Trim(),txtRegToDate.Text.Trim(),m_summaryDetails);
			DataView Source = ds.Tables["CANDIDATE_MASTER"].DefaultView;
			Source.Sort = e.SortExpression;
			Session["Candidate_Sort"] = e.SortExpression;
			DGInbox.DataSource = Source;
			DGInbox.DataBind();


But the sorting is not happening properly.
It is happening acoording to the month only.
(Actually i want to get the date in yyyy/mmm/dd format
,but getting mmm/dd/yyyy format,and sorting is
happening with month only)
AnswerRe: Date format Pin
Expert Coming11-Mar-09 22:43
Expert Coming11-Mar-09 22:43 
QuestionDelete confirm() in gride view Pin
toufiq_raja11-Mar-09 20:16
toufiq_raja11-Mar-09 20:16 
AnswerRe: Delete confirm() in gride view Pin
keyur satyadev11-Mar-09 21:53
keyur satyadev11-Mar-09 21:53 
GeneralRe: Delete confirm() in gride view Pin
toufiq_raja11-Mar-09 23:30
toufiq_raja11-Mar-09 23:30 
GeneralRe: Delete confirm() in gride view [modified] Pin
keyur satyadev12-Mar-09 2:27
keyur satyadev12-Mar-09 2:27 
AnswerRe: Delete confirm() in gride view Pin
Expert Coming11-Mar-09 22:44
Expert Coming11-Mar-09 22:44 
AnswerRe: Delete confirm() in gride view Pin
kumar_k50811-Mar-09 23:47
kumar_k50811-Mar-09 23:47 
GeneralRe: Delete confirm() in gride view Pin
anujbanka178412-Mar-09 0:53
anujbanka178412-Mar-09 0:53 
Questiona problem of AjaxPro and js Pin
peacefulheart11-Mar-09 19:34
peacefulheart11-Mar-09 19:34 
QuestionExport Datagrid to Excel Pin
rakeshs31211-Mar-09 18:56
rakeshs31211-Mar-09 18:56 
AnswerRe: Export Datagrid to Excel Pin
Ashfield11-Mar-09 21:53
Ashfield11-Mar-09 21:53 
QuestionRe-using usercontrol into a different project. Pin
Juvil John11-Mar-09 18:10
Juvil John11-Mar-09 18:10 
AnswerRe: Re-using usercontrol into a different project. Pin
Rajeesh MP11-Mar-09 19:17
Rajeesh MP11-Mar-09 19:17 
AnswerRe: Re-using usercontrol into a different project. Pin
Juvil John12-Mar-09 13:20
Juvil John12-Mar-09 13:20 
QuestionSQL Server Express, Authentication, Visual Studio, and a Web Host that doesn't support SQL Server:( Pin
rmterenz11-Mar-09 17:46
rmterenz11-Mar-09 17:46 
AnswerRe: SQL Server Express, Authentication, Visual Studio, and a Web Host that doesn't support SQL Server:( Pin
Rajeesh MP11-Mar-09 19:26
Rajeesh MP11-Mar-09 19:26 
Questionset a page as the main page Pin
prasadbuddhika11-Mar-09 17:44
prasadbuddhika11-Mar-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.