Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
Unknown Quality Score

No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.

0 Endorsements
~904 People Reached
Favorite Forums

4 Posted Topics

Member Avatar for vinaya

Hi, I did the same change on but the month became `00 (18/00/2008)`. After removing `{0:mm//dd/yyyy}` from `DataFormatString`, the month appeared again `(2008-09-18 00:00:00.000)` of course together with the time portion that I wish to get rid of. Please help. <asp:BoundField DataField="EstimateCompleteDate" HeaderText="EstimateCompleteDate" SortExpression="EstimateCompleteDate" DataFormatString="{0:mm/dd/yyyy}" HtmlEncode="False" /> <asp:BoundField DataField="ActualCompleteDate" HeaderText="ActualCompleteDate" …

Member Avatar for kvprajapati
0
522
Member Avatar for wsee

Hi, I have a aspx page which has no problem to show multiple records from a db table as selected items in list box control ASP.net 2.0. After user change their selection in list box, how can I effectively and correctly post the user selections back to db table? Is …

Member Avatar for reach_yousuf
0
150
Member Avatar for wsee

Hi, I need to press two times to save multiple records in different tables. I tried to use tran=con.begintransaction() to roll back transactions in case of error. But I didn't have the luck. So I tried in several sets of Try...catch...finally. After clicking submit button the first time, the page …

Member Avatar for serkan sendur
0
130
Member Avatar for wsee

Hi, I set HtmlEncode="False" and DataFormatString="{0:mm/dd/yyyy}" in boundfield of a gridview but the month became 00 (18/00/2008). After removing {0:mm/dd/yyyy} from DataFormatString, the month appeared again (2008-09-18 12:00:00 AM) of course together with the time portion that I wish to get rid of. Please help. BTW, whart is {0} stands …

Member Avatar for wsee
0
102

The End.