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

ASP.NET

 
AnswerRe: Repeat Post! Pin
eyeseetee26-Jun-08 21:54
eyeseetee26-Jun-08 21:54 
AnswerRe: maintain scroll position for gridview which is in inside panel..., Pin
Sherin Iranimose27-Jun-08 0:21
Sherin Iranimose27-Jun-08 0:21 
QuestionASP GridView in which Column Invisible [modified] Pin
codingrocks26-Jun-08 20:47
codingrocks26-Jun-08 20:47 
AnswerRe: ASP GridView in which Column Invisible Pin
eyeseetee26-Jun-08 21:50
eyeseetee26-Jun-08 21:50 
GeneralRe: ASP GridView in which Column Invisible Pin
Ariel Kazeed27-Jun-08 0:16
Ariel Kazeed27-Jun-08 0:16 
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 
Hi all,
I am trying to bind teh datagird with a datset at run time I tried the following code but I m not getting any data in datagrid. Can anyone please provide me the correct code. The code is

Protected Sub Page_Load(ByVal sender As Object, ByVal e As System.EventArgs) Handles Me.Load

Dim Productds As New DataSet

Dim m_DataAdapter As New SqlClient.SqlDataAdapter( _
"query", "connectionstring")

Dim m_DataSet As New DataSet
' Fill the DataSet.
m_DataAdapter.Fill(m_DataSet, "Demo")

' Bind the DataGrid to the DataSet's first DataTable.
ProductDG.DataSource = m_DataSet.DefaultViewManager
ProductDG.DataMember = "Demo"

End sub

Thanking You!

Rock Star

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

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.