Click here to Skip to main content
15,913,939 members
Home / Discussions / ASP.NET
   

ASP.NET

 
AnswerRe: HELP!!Solution to a unique scenario in ASP.NET. Pin
Guffa13-Apr-06 11:25
Guffa13-Apr-06 11:25 
GeneralRe: HELP!!Solution to a unique scenario in ASP.NET. Pin
mastjabs15-Apr-06 1:03
mastjabs15-Apr-06 1:03 
Questionradiobox all items display Pin
kirthikirthi13-Apr-06 8:42
kirthikirthi13-Apr-06 8:42 
GeneralRe: radiobox all items display Pin
Guffa13-Apr-06 9:31
Guffa13-Apr-06 9:31 
AnswerRe: radiobox all items display Pin
Jakob Farian Krarup13-Apr-06 12:44
Jakob Farian Krarup13-Apr-06 12:44 
GeneralRe: radiobox all items display Pin
kirthikirthi14-Apr-06 18:05
kirthikirthi14-Apr-06 18:05 
QuestionGridView Updates with ObjectDataSource Pin
Jason K13-Apr-06 7:56
Jason K13-Apr-06 7:56 
AnswerRe: GridView Updates with ObjectDataSource Pin
minhpc_bk13-Apr-06 14:51
minhpc_bk13-Apr-06 14:51 
Hi there,
You can read the tutorial in MSDN to see how to use the ObjectDataSource[^]. Basically, there are two ways to pass input values from the input controls to the Update method:

+ You can list the parameters in the update method.
+ You can wrap the parameters in a custom object whose type should be specified in the DataObjectTypeName[^] property of the ObjectDataSource control.

Also, you can use the Updating event of the ObjectDataSource control to manually collect the values from the input controls and pass to the update parameters.
Questionhow to load DataTable Metadata to TreeView Pin
Dotnetdevs13-Apr-06 7:33
Dotnetdevs13-Apr-06 7:33 
AnswerRe: how to load DataTable Metadata to TreeView Pin
minhpc_bk13-Apr-06 14:54
minhpc_bk13-Apr-06 14:54 
QuestionHELP: DataGrid inside DIV Layer Pin
dhruba.bandopadhyay13-Apr-06 6:17
dhruba.bandopadhyay13-Apr-06 6:17 
AnswerRe: HELP: DataGrid inside DIV Layer Pin
Mircea Grelus13-Apr-06 6:32
Mircea Grelus13-Apr-06 6:32 

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.