Hi friends,

 

A

======

i have a web page having datagrid no datas when loading. after loading  when 
click add button, want to append datas from textboxes to datatable then display 
in grid. (no conntectivity with database)

 

B

========

after i click another button i want to add datatable records into database's 
three tables.

 

pls any idea for  scenaria A

 

as like some thing....

 

   Dim worktable as new datatable

   Dim dRow As DataRow

   worktable.Columns.Add("CustID", Type.GetType("System.Int32"))

   worktable.Columns.Add("Total", Type.GetType("System.Double"))

   worktable.NewRow()

   worktable.Rows.Add(New Object() {Val(TextBox1.Text), Val(TextBox21.Text)})

   DataGrid1.DataSource = worktable.DefaultView

   DataGrid1.DataBind()

 

 

thanks for your time.

 

Renga



                
---------------------------------
 Yahoo! Music Unlimited - Access over 1 million songs. Try it free.

[Non-text portions of this message have been removed]



------------------------ Yahoo! Groups Sponsor --------------------~--> 
Get Bzzzy! (real tools to help you find a job). Welcome to the Sweet Life.
http://us.click.yahoo.com/A77XvD/vlQLAA/TtwFAA/saFolB/TM
--------------------------------------------------------------------~-> 

 
Yahoo! Groups Links

<*> To visit your group on the web, go to:
    http://groups.yahoo.com/group/AspNetAnyQuestionIsOk/

<*> To unsubscribe from this group, send an email to:
    [EMAIL PROTECTED]

<*> Your use of Yahoo! Groups is subject to:
    http://docs.yahoo.com/info/terms/
 




Reply via email to