Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Passing server control values between pages
Message
From
16/08/2006 13:46:59
 
 
To
All
General information
Forum:
ASP.NET
Category:
Other
Title:
Passing server control values between pages
Environment versions
Environment:
ASP.NET
OS:
Windows XP SP2
Database:
MS SQL Server
Miscellaneous
Thread ID:
01146110
Message ID:
01146110
Views:
59
Hi,

I have a page with dagrid and one of the columns is HyperLinkColumn and that can be used to pass one parameter to the Detail form using DataNavigateUrlFormatString="Detail.aspx?{0}. But I want to pass one another value in addition to this. The other value is Checked value of one of the two radio buttons. How can I do that?
I tried this also.
In the detail from I declared object of the form class like public TurnAround.TA fp. Then tried to assign the value of radio button using
val5 = fp.radHcfaval;
In Turnaround.Ta class I declared get property like
public bool radHcfaval
		{
			get
			{
				return radHcfa.Checked;
	    
			}		}
I get error at return radHcfa.Checked; saying
"Object reference not set to an instance of an object". I don't know why I am getting this error.


Thanks
Bharat
Reply
Map
View

Click here to load this message in the networking platform