Microsoft
Software
Hardware
Network
Question : does not contain a definition for and no extension method
I am trying to get a variable from an Insert statement and pass it on as a querystring to another page. I found some code behind but it does not like the Command syntax in "string Inc_ID = e.Command.Parameters["@Inc
_ID"].Valu
e.ToString
();"
See attached code.
Thanks,
Brian
Answer : does not contain a definition for and no extension method
Response.Redirect("YourNew
Page.aspx?
var=" + Server.UrlEncode(e.Command
.Parameter
s["@Inc"].
Value));
Random Solutions
Are there a web-based ad hoc reporting tool?
Received error "ActiveX component can't create object" while calling WinFax.SDKSend in VBA
Click event overrides DblClick event
Exchange 2010 coexistence with Exchange 2003
Is there a way of inserting hyphens (-) into all of the existing phone numbers contained in my Outlook 2007 contacts list? So the format will be 123-456-7890 instead of 1234567890
Loading images from directory into 5 Pictureboxes HOW?
can i say in excel in c1, if a1 = 1 then b1 = something else, without changing the formula in b1?
Forwarding a notification of a new Email Recived exchange
Outlook Data File says "Not Available"
SSRS - How can I increase a multi-value param dropdown? Got to be a way