Click here to Skip to main content
15,890,438 members
Home / Discussions / ASP.NET
   

ASP.NET

 
AnswerRe: Poll : average ASP.NET form dev time? Pin
Mircea Grelus20-Jun-06 12:59
Mircea Grelus20-Jun-06 12:59 
QuestionPlease Please guys come on i really need that viewstate can you just help me ?? Pin
Mohammed Amine20-Jun-06 10:24
Mohammed Amine20-Jun-06 10:24 
AnswerRe: Please Please guys come on i really need that viewstate can you just help me ?? Pin
Raj Lal20-Jun-06 11:12
professionalRaj Lal20-Jun-06 11:12 
GeneralRe: Please Please guys come on i really need that viewstate can you just help me ?? Pin
Mohammed Amine20-Jun-06 11:17
Mohammed Amine20-Jun-06 11:17 
AnswerRe: Please Please guys come on i really need that viewstate can you just help me ?? Pin
_AK_20-Jun-06 18:42
_AK_20-Jun-06 18:42 
Questiondatabase manipulation with ASP.NET Pin
sgeezee20-Jun-06 9:48
sgeezee20-Jun-06 9:48 
AnswerRe: database manipulation with ASP.NET Pin
Raj Lal20-Jun-06 11:14
professionalRaj Lal20-Jun-06 11:14 
QuestionDatagrid-Boundcolumn.dataformatstring property Pin
Dhruvil20-Jun-06 9:33
Dhruvil20-Jun-06 9:33 
Hi,
If anybody can help me out in this, i really appreciate the efforts.
I have three bound columns(date(mm/dd/yyyy),starttime,endtime) in datagrid.
i want to sort my datagrid according to date. but the values are in string format as the dataset is populated from an xml file.
i implement this:
boundcolumn.dataformatstring = "{0Big Grin | :-D }";
but it short my grid according to month only.'
i m using dataview for sorting:
DataView mydataview = dataset.Tables[0].DefaultView;
mydataview.Sort = dataset.Tables[0].Columns["date"].ToString();
datagrid.DataSource = mydataview;
please help me out.
Thanks,

Dhruvil
AnswerRe: Datagrid-Boundcolumn.dataformatstring property Pin
Nagraj Naik20-Jun-06 20:32
Nagraj Naik20-Jun-06 20:32 
QuestionEditing Somone Elses Work..... Pin
Matthew Hazlett20-Jun-06 8:47
Matthew Hazlett20-Jun-06 8:47 
AnswerRe: Editing Somone Elses Work..... Pin
Raj Lal20-Jun-06 11:16
professionalRaj Lal20-Jun-06 11:16 
QuestionMaximum open connections in ASP .NET? Pin
mcintyre23120-Jun-06 6:41
mcintyre23120-Jun-06 6:41 
QuestionAre sql query command strings secure in ASP.NET? Pin
timothymburke20-Jun-06 5:43
timothymburke20-Jun-06 5:43 
AnswerRe: Are sql query command strings secure in ASP.NET? Pin
Guffa20-Jun-06 6:38
Guffa20-Jun-06 6:38 
GeneralRe: Are sql query command strings secure in ASP.NET? [modified] Pin
timothymburke20-Jun-06 7:46
timothymburke20-Jun-06 7:46 
AnswerRe: Are sql query command strings secure in ASP.NET? Pin
Guffa20-Jun-06 11:51
Guffa20-Jun-06 11:51 
AnswerRe: Are sql query command strings secure in ASP.NET? Pin
ToddHileHoffer20-Jun-06 7:37
ToddHileHoffer20-Jun-06 7:37 
AnswerRe: Are sql query command strings secure in ASP.NET? Pin
mtone20-Jun-06 7:42
mtone20-Jun-06 7:42 
AnswerRe: Are sql query command strings secure in ASP.NET? Pin
Vasudevan Deepak Kumar20-Jun-06 23:06
Vasudevan Deepak Kumar20-Jun-06 23:06 
QuestionHow to fill data into a table dynamically? Pin
pitturamakrishna20-Jun-06 5:23
pitturamakrishna20-Jun-06 5:23 
AnswerRe: How to fill data into a table dynamically? Pin
ToddHileHoffer20-Jun-06 5:35
ToddHileHoffer20-Jun-06 5:35 
Questionhi, please i wanna know how ViewState works Pin
Mohammed Amine20-Jun-06 4:55
Mohammed Amine20-Jun-06 4:55 
AnswerRe: hi, please i wanna know how ViewState works Pin
J4amieC20-Jun-06 5:03
J4amieC20-Jun-06 5:03 
Questioncreate button dynamically Pin
surshbabuk20-Jun-06 4:26
surshbabuk20-Jun-06 4:26 
AnswerRe: create button dynamically Pin
Keith Barrow20-Jun-06 5:08
professionalKeith Barrow20-Jun-06 5:08 

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.