help need for pop up box to input values

hi guys, i am quite new to .net programming and i have to do this task which when i want to add information a pop up box will display and i will add the information in, once okay it will be displayed in a data grid. any suggestions or opinions on how do i use the pop up box and get them to add into the database?
[313 byte] By [ethan_seahz] at [2007-11-20 11:45:49]
# 1 Re: help need for pop up box to input values
hi guys, i am quite new to .net programming and i have to do this task which when i want to add information a pop up box will display and i will add the information in, once okay it will be displayed in a data grid. any suggestions or opinions on how do i use the pop up box and get them to add into the database?

how do i do or call the function that whenever u press quick reply in this forum. this POP up msg box appears for the msg to be inputed here?? anyone please??
ethan_seahz at 2007-11-10 3:08:10 >
# 2 Re: help need for pop up box to input values
Do you want to create a console program? Or do you want a box popping up until you stop it, and then display the info?
dglienna at 2007-11-10 3:09:10 >
# 3 Re: help need for pop up box to input values
Do you mean the InputBox (http://msdn2.microsoft.com/en-us/library/6z0ak68w(VS.71).aspx)

Just one more thing Ethan, patience is a virtue. We realize that you are struggling with something, as is everyone on this forum. By posting duplicate posts in quick succession, won't get your original question answered more quickly. :)
HanneSThEGreaT at 2007-11-10 3:10:14 >
# 4 Re: help need for pop up box to input values
InputBox? Why didn't I find that when I needed a solution for an input box... DUH. I should ahve posted that question here. :)

I guess you learn somthing new every day.. Ok, time to go home then!
bjswift at 2007-11-10 3:11:20 >