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

ASP.NET

 
GeneralRe: ASP GridView in which Column Invisible Pin
eyeseetee27-Jun-08 2:10
eyeseetee27-Jun-08 2:10 
GeneralRe: ASP GridView in which Column Invisible Pin
Ariel Kazeed27-Jun-08 2:26
Ariel Kazeed27-Jun-08 2:26 
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 
ProductDG.DataSource = m_DataSet.DefaultViewManager

Is there any reason to use DefaultViewManager.

You can also do in this way.
ProductDG.DataSource = m_DataSet.Tables[0]

or

If m_DataSet.DefaultViewManager <> Nothing Then
//bind DataGrid
Else
//Is null
End If

Regard
Khan

please don't forget to vote on the post that helped you.

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 
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 

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.