Click here to Skip to main content
15,888,340 members
Home / Discussions / ASP.NET
   

ASP.NET

 
Questiondata bind of datagrid with dataset Pin
Rock Star.26-Jun-08 20:18
Rock Star.26-Jun-08 20:18 
AnswerRe: data bind of datagrid with dataset Pin
Venkatesh Mookkan26-Jun-08 20:28
Venkatesh Mookkan26-Jun-08 20:28 
GeneralRe: data bind of datagrid with dataset Pin
Rock Star.26-Jun-08 20:46
Rock Star.26-Jun-08 20:46 
GeneralRe: data bind of datagrid with dataset Pin
Imran Khan Pathan26-Jun-08 20:58
Imran Khan Pathan26-Jun-08 20:58 
GeneralRe: data bind of datagrid with dataset Pin
Rock Star.26-Jun-08 21:07
Rock Star.26-Jun-08 21:07 
GeneralRe: data bind of datagrid with dataset Pin
Imran Khan Pathan26-Jun-08 21:35
Imran Khan Pathan26-Jun-08 21:35 
GeneralRe: data bind of datagrid with dataset Pin
Rock Star.26-Jun-08 21:52
Rock Star.26-Jun-08 21:52 
GeneralRe: data bind of datagrid with dataset Pin
Ariel Kazeed27-Jun-08 0:20
Ariel Kazeed27-Jun-08 0:20 
Hi,

why are you using m_DataSet.DefaultViewManager anyhow?

I always use things like...

Dataset ds = GetDataset();
Gridview.Datasource = ds.Tables[0]; // Even with a .CreateDataReader if you want to
GridView.Databind();


And works perfectly fine.
I assume the GridView is visible on the aspx marking right? (Sorry for this obvious question, but you never know...)

Kazz


"Users are there to click on things, not think. Let the archs do the damn thinking."

GeneralRe: data bind of datagrid with dataset Pin
Venkatesh Mookkan26-Jun-08 22:17
Venkatesh Mookkan26-Jun-08 22:17 
GeneralRe: data bind of datagrid with dataset [modified] Pin
Rock Star.26-Jun-08 22:55
Rock Star.26-Jun-08 22:55 
GeneralRe: data bind of datagrid with dataset Pin
Sherin Iranimose26-Jun-08 23:33
Sherin Iranimose26-Jun-08 23:33 
GeneralRe: data bind of datagrid with dataset Pin
Rock Star.26-Jun-08 23:40
Rock Star.26-Jun-08 23:40 
GeneralRe: data bind of datagrid with dataset Pin
Sherin Iranimose27-Jun-08 0:00
Sherin Iranimose27-Jun-08 0:00 
GeneralRe: data bind of datagrid with dataset Pin
Rock Star.27-Jun-08 0:07
Rock Star.27-Jun-08 0:07 
GeneralRe: data bind of datagrid with dataset Pin
Sherin Iranimose27-Jun-08 0:16
Sherin Iranimose27-Jun-08 0:16 
GeneralRe: data bind of datagrid with dataset Pin
Rock Star.27-Jun-08 0:27
Rock Star.27-Jun-08 0:27 
GeneralRe: data bind of datagrid with dataset Pin
Imran Khan Pathan27-Jun-08 0:44
Imran Khan Pathan27-Jun-08 0:44 
GeneralRe: data bind of datagrid with dataset Pin
Sherin Iranimose27-Jun-08 0:51
Sherin Iranimose27-Jun-08 0:51 
GeneralRe: data bind of datagrid with dataset Pin
Sherin Iranimose27-Jun-08 2:57
Sherin Iranimose27-Jun-08 2:57 
GeneralRe: data bind of datagrid with dataset Pin
Rock Star.2-Jul-08 19:30
Rock Star.2-Jul-08 19:30 
Questionbrowse network directory Pin
Rinki Mukheraji26-Jun-08 20:10
Rinki Mukheraji26-Jun-08 20:10 
GeneralRe: browse network directory Pin
Colwin26-Jun-08 20:31
Colwin26-Jun-08 20:31 
GeneralRe: browse network directory Pin
Rinki Mukheraji26-Jun-08 21:02
Rinki Mukheraji26-Jun-08 21:02 
GeneralRe: browse network directory Pin
Colwin26-Jun-08 21:18
Colwin26-Jun-08 21:18 
GeneralRe: browse network directory Pin
Rinki Mukheraji26-Jun-08 21:33
Rinki Mukheraji26-Jun-08 21:33 

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.