How can Change Formviews Default Mode?
ASP.NET
3
Posts
2
Posters
0
Views
1
Watching
-
Dear Friends, How can i change Formview's DefaultMode programatically........ in ASP.NET 2.0 Please help me....
Haridas.R harisofttech@hotmail.com "Achievement is not a destination, its a journey "
-
Something looks like:
FormView1.DefaultMode = FormViewMode.Insert;
Also, you might want to check out the
ChangeMode
method to change the current mode of the control.Thank yo for the Information
Haridas.R harisofttech@hotmail.com "Achievement is not a destination, its a journey "