Thanks For the Reply
Iam new to byte as well to the Dot Net .
Thanks for suggestion
User Profile
Collapse
-
Object reference not set to an instance of an object.
Object reference not set to an instance of an object.
hello iam getting this Error Just created the controls as an null and how to create the object for reference
1) as my analysis i got the information that i need to create the object reference with new keyword but how to do it script using c#
Code:public TextBox txtEventDate = null; public Calendar calEventDate = null; public Label
Last edited by tlhintoq; Apr 30 '10, 02:14 PM. Reason: [CODE] ...Your code goes between code tags [/CODE] -
I already having that textbox control in the formview control
But will calling from outside formview control through the script shoeing the error
cannot call the base class from the outside class how to do it
Help me ..\
Thanks in advanceLeave a comment:
-
prasanna111 started a topic How to enchance the control from scripts to get from the formview controlin ASP .NETHow to enchance the control from scripts to get from the formview control
Iam using the formview control where while calling an control from the formview by means of script it gives an error mesg .
by typing the script inside the control it works outside showing error
how can i call it
so i use an FindControl methods its shows an error
Dim oCtrl As TextBox = Me.FormView8.Fi ndControl("txtE ventDate");
Dim Test As String = oCtrl.Text;
No activity results to display
Show More
Leave a comment: